diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-10-22 09:26:53 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-10-22 10:31:52 +0200 |
commit | b17064824aabfbb19fd8c6e6d6256ccd08b7ee79 (patch) | |
tree | 880053aac5dfb9afd1c3ea59d177e0f2294a62ee /dev-python | |
parent | dev-python/stsci-distutils: Add python3.5 support (diff) | |
download | gentoo-b17064824aabfbb19fd8c6e6d6256ccd08b7ee79.tar.gz gentoo-b17064824aabfbb19fd8c6e6d6256ccd08b7ee79.tar.bz2 gentoo-b17064824aabfbb19fd8c6e6d6256ccd08b7ee79.zip |
dev-python/pyfits: Add python3.5 support
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pyfits/pyfits-3.3.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/pyfits/pyfits-3.3.ebuild b/dev-python/pyfits/pyfits-3.3.ebuild index a7e69f4a4f6c..867904038788 100644 --- a/dev-python/pyfits/pyfits-3.3.ebuild +++ b/dev-python/pyfits/pyfits-3.3.ebuild @@ -4,7 +4,8 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{3,4} ) +PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) + inherit distutils-r1 eutils multilib DESCRIPTION="Provides an interface to FITS formatted files under python" |