aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-01-23 12:04:08 +0100
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-01-23 12:04:08 +0100
commit6066fb30c134d06aae6645fef9e36537bb0d8306 (patch)
tree4904380a5fd78f2952225e12615b3e0e5e25aa03 /dev-python
parentdev-python/pytest-doctestplus: bump to 0.11.2 (diff)
downloadsci-6066fb30c134d06aae6645fef9e36537bb0d8306.tar.gz
sci-6066fb30c134d06aae6645fef9e36537bb0d8306.tar.bz2
sci-6066fb30c134d06aae6645fef9e36537bb0d8306.zip
dev-python/pyerfa: bump to version 2.0.0.1
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pyerfa/Manifest2
-rw-r--r--dev-python/pyerfa/pyerfa-2.0.0.1.ebuild (renamed from dev-python/pyerfa/pyerfa-1.7.1.1.ebuild)10
2 files changed, 6 insertions, 6 deletions
diff --git a/dev-python/pyerfa/Manifest b/dev-python/pyerfa/Manifest
index 1f49a4621..29344f9fb 100644
--- a/dev-python/pyerfa/Manifest
+++ b/dev-python/pyerfa/Manifest
@@ -1 +1 @@
-DIST pyerfa-1.7.1.1.tar.gz 1322843 BLAKE2B 416c357faeb5316a692a214039e0e2792088fc93b26b6a006fc63b6b2fd9443c3399972ab8d12066b19640c8b97b5fdd24f3bd158a92dbf1224bf4a8f1eeb12b SHA512 59c2dceed6ef5b1ece618742dd0084b729cce8eb52f903dff2aad009fa0f495defb4511688da0a5203ed5900d041a552fbe50668ddac0c3a6bb3fd6d34d089bb
+DIST pyerfa-2.0.0.1.tar.gz 808497 BLAKE2B b9c6973330236f4a983fdbb6b0f3faefc3fd8ec8a2187b5cd37d3d4a97ab9aa7da4008c1d77f9b2465282b164cdf338f41e816344f5ba15af3fda48ccb71d3b8 SHA512 420e7bb2d00a9bd7d2290b6b0598b5963404ac021f713ae7bbf607135b9db6605f63dd89694d2cf406eb230b58b1028f2458f96ed834127ce9a398810cfea589
diff --git a/dev-python/pyerfa/pyerfa-1.7.1.1.ebuild b/dev-python/pyerfa/pyerfa-2.0.0.1.ebuild
index d8c73e666..2e5bdf3e0 100644
--- a/dev-python/pyerfa/pyerfa-1.7.1.1.ebuild
+++ b/dev-python/pyerfa/pyerfa-2.0.0.1.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
@@ -16,11 +16,11 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
# ImportError: cannot import name 'ufunc' from 'erfa'
-RESTRICT="test"
+#RESTRICT="test"
RDEPEND="
sci-astronomy/erfa:0=
- dev-python/numpy[${PYTHON_USEDEP}]
+ >=dev-python/numpy-1.17[${PYTHON_USEDEP}]
"
BDEPEND="${RDEPEND}
dev-python/setuptools_scm[${PYTHON_USEDEP}]