commit: 19e4b19af45afc3a0c3d39c5c4a1477617c32dc1
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 25 16:41:29 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue Jan 25 16:41:29 2022 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=19e4b19a
dev-python/astroscrappy: bump to 1.1.0
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
.../{astroscrappy-1.0.8.ebuild => astroscrappy-1.1.0.ebuild} | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/dev-python/astroscrappy/astroscrappy-1.0.8.ebuild
b/dev-python/astroscrappy/astroscrappy-1.1.0.ebuild
similarity index 84%
rename from dev-python/astroscrappy/astroscrappy-1.0.8.ebuild
rename to dev-python/astroscrappy/astroscrappy-1.1.0.ebuild
index d71e7d1ac..f4ef741da 100644
--- a/dev-python/astroscrappy/astroscrappy-1.0.8.ebuild
+++ b/dev-python/astroscrappy/astroscrappy-1.1.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-PYTHON_COMPAT=( python3_{7,8} ) # compile failure with py3.9
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
@@ -24,6 +24,7 @@ RDEPEND="
>=dev-python/astropy-2.0[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
"
+BDEPEND="dev-python/cython[${PYTHON_USEDEP}]"
# Requires self to already be installed
#distutils_enable_sphinx docs dev-python/sphinx-astropy