diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-11-29 11:08:42 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-11-29 11:08:42 +0100 |
commit | 256c144ce52458584f10b379bda711e80ac165f3 (patch) | |
tree | 83ea6188261bf2370b748d6152f1c553dd8964d2 /dev-python/constantly | |
parent | dev-python/trimesh: Stabilize 4.0.4 ALLARCHES, #918835 (diff) | |
download | gentoo-256c144ce52458584f10b379bda711e80ac165f3.tar.gz gentoo-256c144ce52458584f10b379bda711e80ac165f3.tar.bz2 gentoo-256c144ce52458584f10b379bda711e80ac165f3.zip |
dev-python/constantly: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/constantly')
-rw-r--r-- | dev-python/constantly/Manifest | 1 | ||||
-rw-r--r-- | dev-python/constantly/constantly-15.1.0-r3.ebuild | 33 |
2 files changed, 0 insertions, 34 deletions
diff --git a/dev-python/constantly/Manifest b/dev-python/constantly/Manifest index 12442709a065..aa5b9a17052c 100644 --- a/dev-python/constantly/Manifest +++ b/dev-python/constantly/Manifest @@ -1,2 +1 @@ -DIST constantly-15.1.0.gh.tar.gz 40635 BLAKE2B d400336901f7df7b1535a0e46fe092a2542546964ea144014210e8be3807aabfe8e8370e94f426061a0c3a6257ee66a6ceb963b159717def7e047405368d910e SHA512 eeaa74552fe8e01c40566ac3c8b3d41085f800863ac516e30fe1242f40d3401e4e872279149776f29d3ba78a7a16337a794ad26230efab4dd1847d42bffa81ce DIST constantly-23.10.4.gh.tar.gz 31245 BLAKE2B ebf2c9ea343cc20f8b2f32f0a95e5d10ecbafed5e74b456d4f3ce7e5abb0d0c02ccc41a734d1b04dc79d0d5957474fd317758f062be9a0240d8450dde159d1d0 SHA512 465dfc2ae857a956d91d6ae3eadabcde02905c2761ef51dca4d28c7ca47aa11757c773cac2aa082936be4e85f2aa8fac31840d209cdf9d871e73db836cb2e9a5 diff --git a/dev-python/constantly/constantly-15.1.0-r3.ebuild b/dev-python/constantly/constantly-15.1.0-r3.ebuild deleted file mode 100644 index 7c9c7f26e876..000000000000 --- a/dev-python/constantly/constantly-15.1.0-r3.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="Symbolic constants in Python" -HOMEPAGE="https://github.com/twisted/constantly https://pypi.org/project/constantly/" -SRC_URI="https://github.com/twisted/constantly/archive/${PV}.tar.gz -> ${P}.gh.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos" -IUSE="test" -RESTRICT="!test? ( test )" - -BDEPEND=" - dev-python/versioneer[${PYTHON_USEDEP}] - test? ( dev-python/twisted[${PYTHON_USEDEP}] ) -" - -distutils_enable_tests setup.py - -python_prepare_all() { - # https://github.com/twisted/constantly/pull/27 - rm versioneer.py || die - - distutils-r1_python_prepare_all -} |