From 623ee73d661e5ed8475cb264511f683407d87365 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 12 Apr 2020 03:41:30 +0100 Subject: gentoo Easter resync : 12.04.2020 --- dev-python/pylibacl/Manifest | 4 +--- dev-python/pylibacl/pylibacl-0.5.0-r1.ebuild | 36 ---------------------------- dev-python/pylibacl/pylibacl-0.5.3.ebuild | 2 +- 3 files changed, 2 insertions(+), 40 deletions(-) delete mode 100644 dev-python/pylibacl/pylibacl-0.5.0-r1.ebuild (limited to 'dev-python/pylibacl') diff --git a/dev-python/pylibacl/Manifest b/dev-python/pylibacl/Manifest index cc001d013bf3..b72bc5485a28 100644 --- a/dev-python/pylibacl/Manifest +++ b/dev-python/pylibacl/Manifest @@ -1,5 +1,3 @@ -DIST pylibacl-0.5.0.tar.gz 23886 BLAKE2B fdc447701d2856a460ad6cf5d4a31e9334cf5cda668af7d44c780bfb3320d2aa9d58e44d43d2b43b134a9fbac76d657a03f9190fd0c8ce1b6f4061da93cee56a SHA512 c12390b6a0ca73fd351b84860a9d68d74126dbcd8656916d677a39002a6e4abbac704d450b0b0118bba40987cdd11cc11ad14008de39dac8dc9ca7587ae54c46 DIST pylibacl-v0.5.3.tar.gz 32792 BLAKE2B 005785dda2b7933ff71dd1296b1d4315a6492fc893aba56136c775f78b9aa3bd8f9d4898bbe0160fac53a306329977ddaecd073739531ba42dd0b6cc622b9eef SHA512 ea648acc3df9e1cf2fd68576b0b691a353b257d00b74fc80aa7f60089b9dbc912452ebe6b84da2930cac888b9047740530dd0e38b4d5be52c37fc6d3a29a7ce2 -EBUILD pylibacl-0.5.0-r1.ebuild 930 BLAKE2B 23d37c562b0e4061827ee8a9434426e31867b899cb24a4430ac58c0b4f5a7360a39c8b477d7b33dffe3d937c902631bf75aae2d00bc0904bb5ed5f180819842a SHA512 2ccde698b58ec675dc0a781faefd3763c87b12a100179747cb243659da5c45bc3b6a790979e57cc90783d160d679b850714c2e0b678abacc5aa6b17a9acecbd4 -EBUILD pylibacl-0.5.3.ebuild 941 BLAKE2B 2d5957276db7666aed91e2a107829d019248c825c1904913260f847659a44b57a84a05e1e37de67130aad3188e1e18547cfe5beae657c18922fe396e7871af68 SHA512 abe4d4314dd5a282e58b45e12d2630b9c051582a9bdf7f07c96b37b83c57c776bca36a05a2fb01d02ea615c55bc3974eb95cd3a033600e1c337c8c26db295c99 +EBUILD pylibacl-0.5.3.ebuild 938 BLAKE2B dbfdd42a7d3f2065560d5fcd65121d2a9b50e9c1fc32125fdab1899de21066924ba5d4bf1b97463c662e4d432c239a67a82178eed4102e82c2bfebd2b6d13d4c SHA512 bd6a90aa21dedc4f858dcee19e7bc2b2c50d949ddff4326395ac76a2daa073255067254330a26491aea30e4da650f9feeafb269e1d0b9276139f7f14556e509f MISC metadata.xml 445 BLAKE2B 01fa6d3dbb4f640a84c7cde4fc2c0c2691345fde557c7d26af9b5aaf5f64ee281a9c50eb273471ef3ec1a4c7cdfd8b48bccfdf3e50804f88981353a7a5433ce8 SHA512 b5fd28a88149cc0afb3535daa5c5e8f67f137e98c0671595a381d9d748212ed93a3226339b4999c7cfce1779fa6fa0cf568f38610ef77fed685e62dff9f9a344 diff --git a/dev-python/pylibacl/pylibacl-0.5.0-r1.ebuild b/dev-python/pylibacl/pylibacl-0.5.0-r1.ebuild deleted file mode 100644 index 29c164513f3d..000000000000 --- a/dev-python/pylibacl/pylibacl-0.5.0-r1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python{2_7,3_6} ) - -inherit distutils-r1 - -DESCRIPTION="POSIX ACLs (Access Control Lists) for Python" -HOMEPAGE="https://pylibacl.k1024.org/ - https://pypi.org/project/pylibacl/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha amd64 arm ia64 ~mips ppc ppc64 ~sh sparc x86" -IUSE="" - -RDEPEND="sys-apps/acl" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" -# Tests are missing in the tarball. -RESTRICT="test" - -python_test() { - if ! "${PYTHON}" test/test_acls.py; 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.5.3.ebuild b/dev-python/pylibacl/pylibacl-0.5.3.ebuild index 83e917cd49a3..f1bee0396459 100644 --- a/dev-python/pylibacl/pylibacl-0.5.3.ebuild +++ b/dev-python/pylibacl/pylibacl-0.5.3.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/iustin/${PN}/archive/${PN}-v${PV}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 arm ia64 ~mips ppc ppc64 ~sh ~sparc x86" +KEYWORDS="~alpha amd64 arm ~ia64 ~mips ppc ppc64 ~sparc x86" RDEPEND="sys-apps/acl" DEPEND="${RDEPEND} -- cgit v1.2.3