diff options
author | Sébastien Fabbro <bicatali@gentoo.org> | 2016-02-24 23:16:20 +0000 |
---|---|---|
committer | Sébastien Fabbro <bicatali@gentoo.org> | 2016-02-24 23:42:47 +0000 |
commit | 1c84c1ab23d7f38c84f1fe8232fea8ce47b49932 (patch) | |
tree | 760d20aa0837d03c6fede583cf4d242a7eea6d50 /dev-python/pyregion | |
parent | dev-python/astropy: add missing dependencies for documentation building (diff) | |
download | gentoo-1c84c1ab23d7f38c84f1fe8232fea8ce47b49932.tar.gz gentoo-1c84c1ab23d7f38c84f1fe8232fea8ce47b49932.tar.bz2 gentoo-1c84c1ab23d7f38c84f1fe8232fea8ce47b49932.zip |
dev-python/pyregion: cleanup
Package-Manager: portage-2.2.27
Diffstat (limited to 'dev-python/pyregion')
-rw-r--r-- | dev-python/pyregion/Manifest | 1 | ||||
-rw-r--r-- | dev-python/pyregion/pyregion-1.1.2.ebuild | 32 | ||||
-rw-r--r-- | dev-python/pyregion/pyregion-1.1.4.ebuild | 8 |
3 files changed, 4 insertions, 37 deletions
diff --git a/dev-python/pyregion/Manifest b/dev-python/pyregion/Manifest index 88ea05506c9f..255fa192a827 100644 --- a/dev-python/pyregion/Manifest +++ b/dev-python/pyregion/Manifest @@ -1,2 +1 @@ -DIST pyregion-1.1.2.tar.gz 98664 SHA256 7a21f461ffd4f9f3eea1fe254b3176a99f32a54c83bc3053bdc80425d0368cda SHA512 fd8573744d884b6711ca0cb398fb9eaa4294ebbae3fccd70ec74fd2b41f8302c9c84ebbcf83b7cdd064192f36e3fe8fa3b03d8d329ecce89e62f0695b31cdce7 WHIRLPOOL 95f32b414f6485fbb5028dfc3307d801d6b5e970292225189710b1d95a1effc9f1537419487dffcb7b34adb537098a902fe735f69956dce112f15fcebc5123a4 DIST pyregion-1.1.4.tar.gz 99454 SHA256 2d7d5ce46a3b4177978d4901c9c46ce402165113049006b923f5346b014973b9 SHA512 572a10593dc93f64ad6fd1d7a8f19582df04309b88a73fb41e3b4c71036d61c3857114cc01025e581ddd3a63af92fabb5375c1ee8fe487f83da2780569954236 WHIRLPOOL 54791087d514e9c4b0e850c77219ed4d453a2a86c148ce04f2dc8cbcdc9138e075860acc6c2812e9033cfe15cca2b093d792186a2b47f903c747d2486feab8bd diff --git a/dev-python/pyregion/pyregion-1.1.2.ebuild b/dev-python/pyregion/pyregion-1.1.2.ebuild deleted file mode 100644 index 55608bb39eb0..000000000000 --- a/dev-python/pyregion/pyregion-1.1.2.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) -inherit distutils-r1 - -DESCRIPTION="Python module to parse ds9 region file" -HOMEPAGE="https://leejjoon.github.com/pyregion/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -LICENSE="MIT" - -IUSE="examples" -RDEPEND=" - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/pyparsing[${PYTHON_USEDEP}]" -DEPEND="${DEPEND} - || ( dev-python/cython[${PYTHON_USEDEP}] - dev-python/pyrex[${PYTHON_USEDEP}] )" - -python_install_all() { - distutils-r1_python_install_all - if use examples; then - insinto /usr/share/doc/${PF} - doins -r examples - fi -} diff --git a/dev-python/pyregion/pyregion-1.1.4.ebuild b/dev-python/pyregion/pyregion-1.1.4.ebuild index 55608bb39eb0..36bcce0648d1 100644 --- a/dev-python/pyregion/pyregion-1.1.4.ebuild +++ b/dev-python/pyregion/pyregion-1.1.4.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) inherit distutils-r1 DESCRIPTION="Python module to parse ds9 region file" -HOMEPAGE="https://leejjoon.github.com/pyregion/" +HOMEPAGE="http://pyregion.readthedocs.org/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SLOT="0" |