commit: 1c84c1ab23d7f38c84f1fe8232fea8ce47b49932
Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 24 23:16:20 2016 +0000
Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Wed Feb 24 23:42:47 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c84c1ab
dev-python/pyregion: cleanup
Package-Manager: portage-2.2.27
dev-python/pyregion/Manifest | 1 -
dev-python/pyregion/pyregion-1.1.2.ebuild | 32 -------------------------------
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 88ea055..255fa19 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 55608bb..0000000
--- 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 55608bb..36bcce0 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"