commit: c78dfd8f6b05c816ec91e04371f3cb89cb4d5678 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> AuthorDate: Mon May 22 13:06:08 2023 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Mon May 22 13:12:34 2023 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c78dfd8f
dev-python/extension-helpers: drop 0.1 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> .../extension-helpers/extension-helpers-0.1.ebuild | 28 ---------------------- 1 file changed, 28 deletions(-) diff --git a/dev-python/extension-helpers/extension-helpers-0.1.ebuild b/dev-python/extension-helpers/extension-helpers-0.1.ebuild deleted file mode 100644 index 976e33986..000000000 --- a/dev-python/extension-helpers/extension-helpers-0.1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_10 ) - -inherit distutils-r1 - -DESCRIPTION="Utilities for building and installing packages in the Astropy ecosystem" -HOMEPAGE="https://github.com/astropy/astropy-helpers" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -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 -# pytest-arraydiff>=0.1 -# pytest-filter-subpackage>=0.1 -RESTRICT="test" - -distutils_enable_tests pytest -distutils_enable_sphinx docs dev-python/sphinx-astropy
