diff options
author | 2024-06-18 21:06:10 +0200 | |
---|---|---|
committer | 2024-06-18 21:10:31 +0200 | |
commit | 9b28002306ca07cfc6238fabf60e5d1d57d5c5dc (patch) | |
tree | d38604fa49d3d4d176866b69f229af41a53a5ca5 /dev-python/atpublic | |
parent | dev-python/flufl-lock: Remove old (diff) | |
download | gentoo-9b28002306ca07cfc6238fabf60e5d1d57d5c5dc.tar.gz gentoo-9b28002306ca07cfc6238fabf60e5d1d57d5c5dc.tar.bz2 gentoo-9b28002306ca07cfc6238fabf60e5d1d57d5c5dc.zip |
dev-python/atpublic: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/atpublic')
-rw-r--r-- | dev-python/atpublic/Manifest | 1 | ||||
-rw-r--r-- | dev-python/atpublic/atpublic-4.0.ebuild | 32 |
2 files changed, 0 insertions, 33 deletions
diff --git a/dev-python/atpublic/Manifest b/dev-python/atpublic/Manifest index 0d74e1c5d070..6eb18317c808 100644 --- a/dev-python/atpublic/Manifest +++ b/dev-python/atpublic/Manifest @@ -1,2 +1 @@ -DIST atpublic-4.0.tar.gz 14684 BLAKE2B d8cecb083ca467d2856c0d7ae01dc4e161c31179f08c79d7b0b4650d9a3e32e15673d80d53d6851d70a4605eda8e41ba23d60be452209f96e995d632acfe5b29 SHA512 2f338d3ae11d15e9ffe26881fab1c183154b9a0a7a66532a5eb39d1d48d41548078826875247c94f3853925bc1df2b8f86f4ed94533a8e58aa98de148cf5639c DIST atpublic-4.1.0.tar.gz 14426 BLAKE2B c535d36b8c4723fa0c36ed543461f8364445c52893e8a5cd6a6bfdec0a387308a74d9f6a9d4c204ac753fcc847a105f6f4a5dc7afa5848d08f0a269af8b01397 SHA512 bd840a44f3f9d8f7099c22d67866744ef43ed4bfa00e0fd8a6a7516e8e995287b234fb97eaf30be494f06a8ff1020c0479533bfe33adc56ae62bd976bd997b4b diff --git a/dev-python/atpublic/atpublic-4.0.ebuild b/dev-python/atpublic/atpublic-4.0.ebuild deleted file mode 100644 index 40807442935c..000000000000 --- a/dev-python/atpublic/atpublic-4.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=pdm-backend -PYTHON_COMPAT=( python3_{10..12} ) - -inherit distutils-r1 pypi - -DESCRIPTION="A decorator to populate __all__ and the module globals" -HOMEPAGE=" - https://gitlab.com/warsaw/public/ - https://pypi.org/project/atpublic/ -" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~riscv ~x86" - -BDEPEND=" - test? ( - dev-python/sybil[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest - -src_prepare() { - sed -i -e '/addopts/d' pyproject.toml || die - distutils-r1_src_prepare -} |