dev-python/pyregion: cleanup
authorSébastien Fabbro <bicatali@gentoo.org>
Wed, 24 Feb 2016 23:16:20 +0000 (23:16 +0000)
committerSébastien Fabbro <bicatali@gentoo.org>
Wed, 24 Feb 2016 23:42:47 +0000 (23:42 +0000)
Package-Manager: portage-2.2.27

dev-python/pyregion/Manifest
dev-python/pyregion/pyregion-1.1.2.ebuild [deleted file]
dev-python/pyregion/pyregion-1.1.4.ebuild

index 88ea05506c9fed4a704f815e84028d1da7ddb96b..255fa192a827937fb6de81f0b038db408e1ee4e8 100644 (file)
@@ -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 (file)
index 55608bb..0000000
+++ /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
-}
index 55608bb39eb02cca7cbb83e816aafe9cc3e1a084..36bcce0648d15a8ea2942955c524e6e1f30c8513 100644 (file)
@@ -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"