diff options
author | 2023-01-30 20:08:32 +0100 | |
---|---|---|
committer | 2023-01-30 21:33:05 +0100 | |
commit | 09e05f9340b06315696fab17abf150db14b1b92d (patch) | |
tree | bfc04897efdc0049dcb041dc528e638febf58a25 /dev-python/jaraco-test/jaraco-test-5.2.0.ebuild | |
parent | dev-libs/libclc: Add 16.0.0_rc1 (diff) | |
download | gentoo-09e05f9340b06315696fab17abf150db14b1b92d.tar.gz gentoo-09e05f9340b06315696fab17abf150db14b1b92d.tar.bz2 gentoo-09e05f9340b06315696fab17abf150db14b1b92d.zip |
dev-python/jaraco-test: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/jaraco-test/jaraco-test-5.2.0.ebuild')
-rw-r--r-- | dev-python/jaraco-test/jaraco-test-5.2.0.ebuild | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-python/jaraco-test/jaraco-test-5.2.0.ebuild b/dev-python/jaraco-test/jaraco-test-5.2.0.ebuild deleted file mode 100644 index 309e9485b670..000000000000 --- a/dev-python/jaraco-test/jaraco-test-5.2.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 2022-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} pypy3 ) - -inherit distutils-r1 - -MY_P=${P/-/.} -DESCRIPTION="Testing support by jaraco" -HOMEPAGE=" - https://github.com/jaraco/jaraco.test/ - https://pypi.org/project/jaraco.test/ -" -SRC_URI="mirror://pypi/${PN:0:1}/${PN/-/.}/${MY_P}.tar.gz" -S=${WORKDIR}/${MY_P} - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~x86" - -RDEPEND=" - dev-python/jaraco-context[${PYTHON_USEDEP}] - dev-python/jaraco-functools[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest |