aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-01-23 12:11:16 +0100
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-01-23 12:11:16 +0100
commitc357a396128f58b27b0ee9a02274f51d9ff793f2 (patch)
tree03f56f8f1f082fea0eafd44044b0dd0ab54ee5d4 /dev-python
parentdev-python/astropy-helpers: enable python3_10 (diff)
downloadsci-c357a396128f58b27b0ee9a02274f51d9ff793f2.tar.gz
sci-c357a396128f58b27b0ee9a02274f51d9ff793f2.tar.bz2
sci-c357a396128f58b27b0ee9a02274f51d9ff793f2.zip
dev-python/astropy: bump to version 5.0
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/astropy/Manifest2
-rw-r--r--dev-python/astropy/astropy-5.0.ebuild (renamed from dev-python/astropy/astropy-4.2.ebuild)13
2 files changed, 8 insertions, 7 deletions
diff --git a/dev-python/astropy/Manifest b/dev-python/astropy/Manifest
index 0bacc3982..c8278e21a 100644
--- a/dev-python/astropy/Manifest
+++ b/dev-python/astropy/Manifest
@@ -1 +1 @@
-DIST astropy-4.2.tar.gz 7462293 BLAKE2B 47a26cde10e99be3c2ea0e5f2e6fb90afc70a27c53bad63683c0cd6ca7a97ff45542d68c8326bbfcae23135594b1a2533eccdb54aec1e62ddc0ff11cb78aa263 SHA512 14bb90aac13f3fe668114ebe578aac401987e8e2cd2bb9fb0971e5b8e9f8df6a594d454bb53e330807c3854c44d295e2b4dc96b57ccb69e5f53ee11356869d9d
+DIST astropy-5.0.tar.gz 7823746 BLAKE2B e769f9ea26e156a2342dc75b307c16c2c38108adf0dfd931812b2eb3234941055c013378a492306f2247c16b4804fe569ba1cbfd8427df1aac2b808976082cf9 SHA512 3c0b0cdef434f27ee399fbfc3d55b95ce8395624caf8e73a205dba7742c39d8a2bcea9bf61c2c20235da7388d40c657c5474bfc7e3dc3c9e5911e39bab47cdb9
diff --git a/dev-python/astropy/astropy-4.2.ebuild b/dev-python/astropy/astropy-5.0.ebuild
index 9b17173a4..c650533d6 100644
--- a/dev-python/astropy/astropy-4.2.ebuild
+++ b/dev-python/astropy/astropy-5.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,9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
@@ -16,7 +16,6 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
#TODO: Package all these pytest deps:
-# pytest-doctestplus>=0.2.0
# pytest-remotedata>=0.3.1
# pytest-openfiles>=0.3.1
# pytest-astropy-header>=0.1.2
@@ -26,8 +25,10 @@ RESTRICT="test"
RDEPEND="
dev-libs/expat:0=
- dev-python/numpy[${PYTHON_USEDEP}]
- dev-python/pyerfa[${PYTHON_USEDEP}]
+ >=dev-python/numpy-1.18[${PYTHON_USEDEP}]
+ >=dev-python/pyerfa-2.0[${PYTHON_USEDEP}]
+ >=dev-python/pyyaml-3.13[${PYTHON_USEDEP}]
+ >=dev-python/packaging-19.0[${PYTHON_USEDEP}]
sci-astronomy/wcslib:0=
>=sci-libs/cfitsio-3.350:0=
sys-libs/zlib:0=