commit: 82ce0f2237dd001066f6dd9d63589ed0b0428c14
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 25 17:40:23 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue Jan 25 17:40:23 2022 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=82ce0f22
dev-python/reproject: bump to 0.8
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
.../{reproject-0.7.1.ebuild => reproject-0.8.ebuild} | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
diff --git a/dev-python/reproject/reproject-0.7.1.ebuild
b/dev-python/reproject/reproject-0.8.ebuild
similarity index 67%
rename from dev-python/reproject/reproject-0.7.1.ebuild
rename to dev-python/reproject/reproject-0.8.ebuild
index 33ca7691c..2daccec83 100644
--- a/dev-python/reproject/reproject-0.7.1.ebuild
+++ b/dev-python/reproject/reproject-0.8.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,9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
@@ -28,10 +28,11 @@ BDEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}]"
RDEPEND="
>=dev-python/astropy-3.2[${PYTHON_USEDEP}]
- dev-python/astropy-healpix[${PYTHON_USEDEP}]
- dev-python/numpy[${PYTHON_USEDEP}]
- dev-python/scipy[${PYTHON_USEDEP}]
+ >=dev-python/astropy-healpix-0.6[${PYTHON_USEDEP}]
+ >=dev-python/numpy-1.14[${PYTHON_USEDEP}]
+ >=dev-python/scipy-1.1[${PYTHON_USEDEP}]
"
-distutils_enable_sphinx docs dev-python/sphinx-astropy dev-python/matplotlib
+# requires self to be installed
+# distutils_enable_sphinx docs dev-python/sphinx-astropy dev-python/matplotlib
distutils_enable_tests --install pytest