diff options
| author | Mikle Kolyada <zlogene@gentoo.org> | 2019-12-28 20:23:23 +0300 |
|---|---|---|
| committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-12-28 20:23:23 +0300 |
| commit | edfd8a0f140034a527707f21f211b02d0c123e03 (patch) | |
| tree | 62d7aa2392f6bc5baca29b90f71bcaf391d4aa91 /dev-python/astlib/astlib-0.8.0.ebuild | |
| parent | 1ceadcc4b2d93109a60d7c4e999a573b5717fcd2 (diff) | |
| download | gentoo-edfd8a0f140034a527707f21f211b02d0c123e03.tar.gz gentoo-edfd8a0f140034a527707f21f211b02d0c123e03.tar.bz2 gentoo-edfd8a0f140034a527707f21f211b02d0c123e03.zip | |
dev-python/astlib: remove last-rited pkg
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'dev-python/astlib/astlib-0.8.0.ebuild')
| -rw-r--r-- | dev-python/astlib/astlib-0.8.0.ebuild | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/dev-python/astlib/astlib-0.8.0.ebuild b/dev-python/astlib/astlib-0.8.0.ebuild deleted file mode 100644 index a505ae02946a..000000000000 --- a/dev-python/astlib/astlib-0.8.0.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_{5,6} ) - -inherit distutils-r1 - -MYPN=astLib -MYP=${MYPN}-${PV} - -DESCRIPTION="Python astronomy modules for image and coordinate manipulation" -HOMEPAGE="http://astlib.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${MYP}.tar.gz" - -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -LICENSE="GPL-2 LGPL-2.1" - -IUSE="doc examples" - -PATCHES=( "${FILESDIR}/${P}-system-wcstools.patch" ) - -DEPEND="sci-astronomy/wcstools" -RDEPEND="${DEPEND} - dev-python/astropy[${PYTHON_USEDEP}] - dev-python/matplotlib[${PYTHON_USEDEP}] - dev-python/pillow[${PYTHON_USEDEP}] - sci-libs/scipy[${PYTHON_USEDEP}]" - -S="${WORKDIR}/${MYP}" - -python_install_all() { - dodoc CHANGE_LOG RELEASE_NOTES - insinto /usr/share/doc/${PF}/html - use doc && doins -r docs/${MYPN}/* - insinto /usr/share/doc/${PF} - use examples && doins -r examples - distutils-r1_python_install_all -} |
