commit: 096ba6a7d1437150e0cb3f95dc80e3c3a552a08f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 24 09:07:31 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 24 09:07:31 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=096ba6a7
dev-python/atpublic: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/atpublic/Manifest | 1 -
dev-python/atpublic/atpublic-5.1.ebuild | 27 ---------------------------
2 files changed, 28 deletions(-)
diff --git a/dev-python/atpublic/Manifest b/dev-python/atpublic/Manifest
index 3d54e3402095..e87d708326c3 100644
--- a/dev-python/atpublic/Manifest
+++ b/dev-python/atpublic/Manifest
@@ -1,2 +1 @@
-DIST atpublic-5.1.tar.gz 14670 BLAKE2B
46a9b0b583504e394d9ff1bf5db63d486a600aeedd7a2a15bb0b84074aaec6087afe9346c545da233af17a895359f23396a73f563a019b1db3ec10248d481b57
SHA512
7f15a6852e7a3140376ca15500f0154cb86d7183cf0fd7e847fd7ec52c14c64854d5578b8a78b8fce808886ace54971396d882be08c6932a62acbb0e0939e306
DIST atpublic-6.0.1.tar.gz 17520 BLAKE2B
1849350e3eb0a1c5ea8a5a3190ad5aad2cce6a9199f384697c0d8738bd7d76c63f117b7b82e44532ab01175013f84c1074b983d5293264e390e4f05d53f60312
SHA512
7bfe1ac7663ac069c075d729cce0005e66406c3eba763f47b9d3c38cd28d8bd7ecf12666718e92a810cc3f76cd7a8e8bdcfbc4ab95522b5898089959dce84678
diff --git a/dev-python/atpublic/atpublic-5.1.ebuild
b/dev-python/atpublic/atpublic-5.1.ebuild
deleted file mode 100644
index 2e368be3863c..000000000000
--- a/dev-python/atpublic/atpublic-5.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..13} )
-
-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="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv sparc x86"
-
-BDEPEND="
- test? (
- dev-python/sybil[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest