commit:     0aa8a3ddb53d17f81c7f3b110ba17fa2370c20d9
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 20 12:56:31 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 20 12:56:31 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0aa8a3dd

dev-python/pylibacl: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pylibacl/Manifest              |  2 --
 dev-python/pylibacl/pylibacl-0.7.0.ebuild | 44 -------------------------------
 dev-python/pylibacl/pylibacl-0.7.1.ebuild | 44 -------------------------------
 3 files changed, 90 deletions(-)

diff --git a/dev-python/pylibacl/Manifest b/dev-python/pylibacl/Manifest
index 8dfeb64c2d62..83f751451c69 100644
--- a/dev-python/pylibacl/Manifest
+++ b/dev-python/pylibacl/Manifest
@@ -1,3 +1 @@
-DIST pylibacl-0.7.0.tar.gz 47543 BLAKE2B 
277c03d01ab184ffaaa2c07c56e8f2464cba8b6da0fbd251880d274bef3b27dc211f1571425d4216e02bbeba8c623edfa56cafbb27932092ffce254e6be8df5d
 SHA512 
077515a00c7a048faf7792acd9c3e768d35674c0b3f4ec72fdf37561c90ed12bb392582a4fb9a23b7916db3375278c2636f2844f362a8335e7ad68e1e9b9c3bd
-DIST pylibacl-0.7.1.tar.gz 49017 BLAKE2B 
bafdb70bc9971fd41303be7f039b7767edd081136d25547919f88bf44308068b04ca60d05740f5d7ba5f67666b2b17d43e2493fe4f4a93db809f3d3bb06f1080
 SHA512 
8faba30ba90bed5219519394062fbfec0e0ad0f7bfa45769334f75b3899baa56a676b5ea0b06d13c7f60b5af1850621c34654d08ccc07aaafd645407d1fd9070
 DIST pylibacl-0.7.2.tar.gz 49337 BLAKE2B 
fe567b91af89a7ea275a19744d8b344937feebadea0ce1b5a3468772ff02691920e20363b721854addaeed85766a492cef95d36b8f9777b9bbcd8133dc1387d6
 SHA512 
1393f76548746e04f258ad5c9873078f894e4f6d4d18754373cd800dfd0ef801e706282908c735ab551182acf72d6b1d93d948452c139220115c2f0b73a2d10c

diff --git a/dev-python/pylibacl/pylibacl-0.7.0.ebuild 
b/dev-python/pylibacl/pylibacl-0.7.0.ebuild
deleted file mode 100644
index 0d1ee65ab7aa..000000000000
--- a/dev-python/pylibacl/pylibacl-0.7.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="POSIX ACLs (Access Control Lists) for Python"
-HOMEPAGE="
-       https://pylibacl.k1024.org/
-       https://pypi.org/project/pylibacl/
-       https://github.com/iustin/pylibacl/
-"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~mips ppc ppc64 sparc x86"
-
-DEPEND="
-       sys-apps/acl
-"
-RDEPEND="
-       ${DEPEND}
-"
-
-distutils_enable_sphinx doc \
-       dev-python/recommonmark
-distutils_enable_tests pytest
-
-python_test() {
-       if ! nonfatal epytest ; then
-               eerror
-               eerror "If you got the following errors:"
-               eerror "\"IOError: [Errno 95] Operation not supported\","
-               eerror "then you should remount the filesystem containing"
-               eerror "build directory with \"acl\" option enabled."
-               eerror
-               die "Tests fail with ${EPYTHON}"
-       fi
-}

diff --git a/dev-python/pylibacl/pylibacl-0.7.1.ebuild 
b/dev-python/pylibacl/pylibacl-0.7.1.ebuild
deleted file mode 100644
index 522f54ad9951..000000000000
--- a/dev-python/pylibacl/pylibacl-0.7.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="POSIX ACLs (Access Control Lists) for Python"
-HOMEPAGE="
-       https://pylibacl.k1024.org/
-       https://pypi.org/project/pylibacl/
-       https://github.com/iustin/pylibacl/
-"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~mips ppc ppc64 sparc x86"
-
-DEPEND="
-       sys-apps/acl
-"
-RDEPEND="
-       ${DEPEND}
-"
-
-distutils_enable_sphinx doc \
-       dev-python/recommonmark
-distutils_enable_tests pytest
-
-python_test() {
-       if ! nonfatal epytest ; then
-               eerror
-               eerror "If you got the following errors:"
-               eerror "\"IOError: [Errno 95] Operation not supported\","
-               eerror "then you should remount the filesystem containing"
-               eerror "build directory with \"acl\" option enabled."
-               eerror
-               die "Tests fail with ${EPYTHON}"
-       fi
-}

Reply via email to