commit:     bcd4b5b00cbbda1f2927deb9e1f7973cb5e0faec
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Mon May 22 12:58:04 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon May 22 13:12:25 2023 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=bcd4b5b0

dev-python/asdf: drop 2.8.3

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 dev-python/asdf/asdf-2.8.3.ebuild | 47 ---------------------------------------
 1 file changed, 47 deletions(-)

diff --git a/dev-python/asdf/asdf-2.8.3.ebuild 
b/dev-python/asdf/asdf-2.8.3.ebuild
deleted file mode 100644
index 09aab4068..000000000
--- a/dev-python/asdf/asdf-2.8.3.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..10} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="Python library for the Advanced Scientific Data Format"
-HOMEPAGE="https://asdf.readthedocs.io/en/latest/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-# Reported upstream:
-# https://github.com/asdf-format/asdf/issues/1319
-RESTRICT="test"
-
-BDEPEND="dev-python/setuptools-scm[${PYTHON_USEDEP}]
-       test? (
-               dev-python/astropy[${PYTHON_USEDEP}]
-               dev-python/pytest-doctestplus[${PYTHON_USEDEP}]
-               dev-python/psutil[${PYTHON_USEDEP}]
-               dev-python/gwcs[${PYTHON_USEDEP}]
-       )
-       doc? ( media-gfx/graphviz )
-"
-
-RDEPEND="
-       >=dev-python/jmespath-0.6.2[${PYTHON_USEDEP}]
-       >=dev-python/jsonschema-3.0.2[${PYTHON_USEDEP}]
-       >=dev-python/numpy-1.10[${PYTHON_USEDEP}]
-       >=dev-python/pyyaml-3.10[${PYTHON_USEDEP}]
-       >=dev-python/semantic_version-2.8[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs dev-python/astropy dev-python/sphinx-astropy 
dev-python/matplotlib dev-python/docutils
-
-python_test() {
-       # discovers things in docs dir if we do not
-       # explicitly set it to run on the tests dir
-       epytest asdf/tests
-}

Reply via email to