commit: 34eb310028b9d6cf5811bc6390a5badc59ae908e
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 23 10:26:10 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sun Jan 23 10:26:10 2022 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=34eb3100
dev-python/asdf: bump to version 2.8.3
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-python/asdf/{asdf-2.7.1.ebuild => asdf-2.8.3.ebuild} | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/dev-python/asdf/asdf-2.7.1.ebuild
b/dev-python/asdf/asdf-2.8.3.ebuild
similarity index 85%
rename from dev-python/asdf/asdf-2.7.1.ebuild
rename to dev-python/asdf/asdf-2.8.3.ebuild
index ddace4966..96663e49a 100644
--- a/dev-python/asdf/asdf-2.7.1.ebuild
+++ b/dev-python/asdf/asdf-2.8.3.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..9} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1
@@ -27,8 +27,8 @@ BDEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}]
"
RDEPEND="
+ >=dev-python/jmespath-0.6.2[${PYTHON_USEDEP}]
>=dev-python/jsonschema-3.0.2[${PYTHON_USEDEP}]
- <dev-python/jsonschema-4[${PYTHON_USEDEP}]
>=dev-python/numpy-1.10[${PYTHON_USEDEP}]
>=dev-python/pyyaml-3.10[${PYTHON_USEDEP}]
>=dev-python/semantic_version-2.8[${PYTHON_USEDEP}]
@@ -40,5 +40,5 @@ distutils_enable_sphinx docs dev-python/astropy
dev-python/sphinx-astropy dev-py
python_test() {
# discovers things in docs dir if we do not
# explicitly set it to run on the tests dir
- pytest -vv asdf/tests || die " Tests failed with ${EPYTHON}"
+ epytest asdf/tests
}