diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-11-29 11:28:00 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-11-29 11:28:00 +0100 |
commit | 44647ab512aa9293b79d871e6895593aa23940c1 (patch) | |
tree | 9a049298e30565ab4976ad948df5a1b212581b91 | |
parent | dev-python/nbconvert: Remove old (diff) | |
download | gentoo-44647ab512aa9293b79d871e6895593aa23940c1.tar.gz gentoo-44647ab512aa9293b79d871e6895593aa23940c1.tar.bz2 gentoo-44647ab512aa9293b79d871e6895593aa23940c1.zip |
dev-python/process-tests: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/process-tests/Manifest | 1 | ||||
-rw-r--r-- | dev-python/process-tests/process-tests-2.1.2-r1.ebuild | 23 |
2 files changed, 0 insertions, 24 deletions
diff --git a/dev-python/process-tests/Manifest b/dev-python/process-tests/Manifest index b1252d7f4aa1..234b923231c0 100644 --- a/dev-python/process-tests/Manifest +++ b/dev-python/process-tests/Manifest @@ -1,2 +1 @@ -DIST process-tests-2.1.2.tar.gz 11554 BLAKE2B bf4716f32b8d5e6cd8d5f8eef1156c09545fe22e48134fa0f98c47172141f0365f1995c2dad94c4e3a6f5a151883f92048bcd943fa07faeb7eff9c60f18555df SHA512 56a76d8467312de34413994e663eb63378ff179720b883037735eae9d8f23a5cc0ea32d4a9a2f9041af417b5ada07b7948fd481e3d5b2cb43db3c19183f6b263 DIST process-tests-3.0.0.tar.gz 15165 BLAKE2B 9e475a8b526a4d4749b86feae161127338594667642d90bfd4a194d500373b8fdb7d05b1eee7d5bcc0e980cf793c7bb15eb3de1e560d42cf07643c5bb47a3076 SHA512 2dc44c56f9ea1f8fc0ecce633fc1fc8d59a1abf6ccec6011515cb0899a7cefaa33afb99f5e8d72dc608e222d7856b615cdad281b2d93f9ef0467a06c80ae4a6e diff --git a/dev-python/process-tests/process-tests-2.1.2-r1.ebuild b/dev-python/process-tests/process-tests-2.1.2-r1.ebuild deleted file mode 100644 index d915295d97f1..000000000000 --- a/dev-python/process-tests/process-tests-2.1.2-r1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{10..12} pypy3 ) - -inherit distutils-r1 pypi - -DESCRIPTION="Tools for testing processes" -HOMEPAGE="https://github.com/ionelmc/python-process-tests https://pypi.org/project/process-tests/" - -SLOT="0" -LICENSE="BSD" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos" - -# There are no tests at all, under TODO -# tests/test_process_tests.py is just empty -RESTRICT="test" - -DOCS=( README.rst ) |