diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2019-04-09 22:53:33 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2019-04-10 00:07:46 -0500 |
commit | 12c127b7b73e06046c681355f73346639fda3ce2 (patch) | |
tree | cba7e992e16bc2b1f211e8b5ed14304a7da443c4 /dev-python/bottleneck | |
parent | dev-python/statsmodels: 0.9.0 add py37 support (diff) | |
download | gentoo-12c127b7b73e06046c681355f73346639fda3ce2.tar.gz gentoo-12c127b7b73e06046c681355f73346639fda3ce2.tar.bz2 gentoo-12c127b7b73e06046c681355f73346639fda3ce2.zip |
dev-python/bottleneck: 1.2.1 add py37 support
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/bottleneck')
-rw-r--r-- | dev-python/bottleneck/bottleneck-1.2.1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-python/bottleneck/bottleneck-1.2.1.ebuild b/dev-python/bottleneck/bottleneck-1.2.1.ebuild index 27188970e9b5..580ea9bbb493 100644 --- a/dev-python/bottleneck/bottleneck-1.2.1.ebuild +++ b/dev-python/bottleneck/bottleneck-1.2.1.ebuild @@ -1,9 +1,8 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 - -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} ) inherit distutils-r1 |