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/pyregion-1.1.4.ebuild | |
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/pyregion-1.1.4.ebuild')
-rw-r--r-- | dev-python/pyregion/pyregion-1.1.4.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
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" |