From 38423c67c8a23f6a1bc42038193182e2da3116eb Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 25 Apr 2020 11:37:10 +0100 Subject: gentoo resync : 25.04.2020 --- dev-python/pylibacl/Manifest | 6 +++- dev-python/pylibacl/pylibacl-0.5.3.ebuild | 2 +- dev-python/pylibacl/pylibacl-0.5.4.ebuild | 35 +++++++++++++++++++ .../pylibacl/pylibacl-0.5.4_p20191217.ebuild | 40 ++++++++++++++++++++++ 4 files changed, 81 insertions(+), 2 deletions(-) create mode 100644 dev-python/pylibacl/pylibacl-0.5.4.ebuild create mode 100644 dev-python/pylibacl/pylibacl-0.5.4_p20191217.ebuild (limited to 'dev-python/pylibacl') diff --git a/dev-python/pylibacl/Manifest b/dev-python/pylibacl/Manifest index b72bc5485a28..7504d254a041 100644 --- a/dev-python/pylibacl/Manifest +++ b/dev-python/pylibacl/Manifest @@ -1,3 +1,7 @@ +DIST pylibacl-0.5.4_p20191217.tar.gz 40283 BLAKE2B dfe5baababe4cce24bc12dd61263c30160e93be7dc0625abdcad9e4daed19c5ac1ebf43351f9f5815884162258884cd8c7e2edb323ec9ce51247a43d53fea20e SHA512 6d4a84e1885a2000226f956580a8e767216d6280d4b8ae1066e6a1c1f82708d06a4f2eacc3ae45ff7ae3b122125da9fb6afbaae038e117b63cd7d91ac95e2624 DIST pylibacl-v0.5.3.tar.gz 32792 BLAKE2B 005785dda2b7933ff71dd1296b1d4315a6492fc893aba56136c775f78b9aa3bd8f9d4898bbe0160fac53a306329977ddaecd073739531ba42dd0b6cc622b9eef SHA512 ea648acc3df9e1cf2fd68576b0b691a353b257d00b74fc80aa7f60089b9dbc912452ebe6b84da2930cac888b9047740530dd0e38b4d5be52c37fc6d3a29a7ce2 -EBUILD pylibacl-0.5.3.ebuild 938 BLAKE2B dbfdd42a7d3f2065560d5fcd65121d2a9b50e9c1fc32125fdab1899de21066924ba5d4bf1b97463c662e4d432c239a67a82178eed4102e82c2bfebd2b6d13d4c SHA512 bd6a90aa21dedc4f858dcee19e7bc2b2c50d949ddff4326395ac76a2daa073255067254330a26491aea30e4da650f9feeafb269e1d0b9276139f7f14556e509f +DIST pylibacl-v0.5.4.tar.gz 35599 BLAKE2B 7970e9c688e5c1983a761d733836197783646bd612585e78feced37bd00a677f4b63382a3619d3261bc7a95ed1d0c62e2d255bba13faeaa9a197ea175e8ca088 SHA512 41de72dd29ffd6a8ddde2008eb440fb34c151b2e77b5187af919909d9785e46d0eea3b605d1e39408a4e3c17a856958fef916c1f6e557fd11454e6ed8bf120e8 +EBUILD pylibacl-0.5.3.ebuild 928 BLAKE2B 306b483fa1d85458b90480b771629ffd7ae18ef3dfa2a6d8084ec697e0812e13e380f1ce77cbcbf34082aab983fa0937fe71707d0f02d348dc2ea6ad4c3945e2 SHA512 496633a731bbe0c05b7350ff14ed644039a48f9c2d55e317dabd3cebc36ea08e17fa8b4e38d1acaa324ba674944b99cdd8181ccff9f30998efc84db752c9f97e +EBUILD pylibacl-0.5.4.ebuild 928 BLAKE2B 9de08607b8c8b8c8190fbb216e930e7ad7f08a7db7d759c0bc7646bd7cf15b292232a70d9ec9c0c0a60a68e2dc8286be3c443ef5468f0122cee540ff127fd35f SHA512 2463e264c7360efa6f92ac7925d8329a04cf8302ea06d53b57fe64b36c6e968e6ccf0f4b3f2aadabb52602f7398cc21ba0e2461706dcf22583ad3dbca18c70ab +EBUILD pylibacl-0.5.4_p20191217.ebuild 1007 BLAKE2B 9a97559d7b49d498843b23ee2a5402850554b30b8b793f683eafbbabdce9bc3456496ce1826cba1ee2e4c01a00161af05b11468edb6425b1ab1f234accfd7b2f SHA512 3e13e76b33028d218b267b0dfb03d792508bbfcd229a79f51cd5107e8a48cefdf95047f5747f1e929815525d0e8ccf4969c9120575d30ad65a1780e59b78b487 MISC metadata.xml 445 BLAKE2B 01fa6d3dbb4f640a84c7cde4fc2c0c2691345fde557c7d26af9b5aaf5f64ee281a9c50eb273471ef3ec1a4c7cdfd8b48bccfdf3e50804f88981353a7a5433ce8 SHA512 b5fd28a88149cc0afb3535daa5c5e8f67f137e98c0671595a381d9d748212ed93a3226339b4999c7cfce1779fa6fa0cf568f38610ef77fed685e62dff9f9a344 diff --git a/dev-python/pylibacl/pylibacl-0.5.3.ebuild b/dev-python/pylibacl/pylibacl-0.5.3.ebuild index f1bee0396459..61d45648459c 100644 --- a/dev-python/pylibacl/pylibacl-0.5.3.ebuild +++ b/dev-python/pylibacl/pylibacl-0.5.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 diff --git a/dev-python/pylibacl/pylibacl-0.5.4.ebuild b/dev-python/pylibacl/pylibacl-0.5.4.ebuild new file mode 100644 index 000000000000..3aa1180abe3f --- /dev/null +++ b/dev-python/pylibacl/pylibacl-0.5.4.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8} ) + +inherit distutils-r1 + +DESCRIPTION="POSIX ACLs (Access Control Lists) for Python" +HOMEPAGE=" + https://pylibacl.k1024.org/ + https://pypi.org/project/pylibacl/ + https://github.com/iustin/pylibacl/" +SRC_URI="https://github.com/iustin/pylibacl/archive/${PN}-v${PV}.tar.gz" +S=${WORKDIR}/${PN}-${PN}-v${PV} + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" + +RDEPEND="sys-apps/acl" +DEPEND=${RDEPEND} + +python_test() { + if ! "${EPYTHON}" test/test_acls.py -v; 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.4_p20191217.ebuild b/dev-python/pylibacl/pylibacl-0.5.4_p20191217.ebuild new file mode 100644 index 000000000000..cd41facaf320 --- /dev/null +++ b/dev-python/pylibacl/pylibacl-0.5.4_p20191217.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8} ) + +inherit distutils-r1 + +EGIT_COMMIT=2ae494bd2e3303141a703f32e44263e083c1ffb0 +DESCRIPTION="POSIX ACLs (Access Control Lists) for Python" +HOMEPAGE=" + https://pylibacl.k1024.org/ + https://pypi.org/project/pylibacl/ + https://github.com/iustin/pylibacl/" +SRC_URI=" + https://github.com/iustin/pylibacl/archive/${EGIT_COMMIT}.tar.gz + -> ${P}.tar.gz" +S=${WORKDIR}/${PN}-${EGIT_COMMIT} + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~alpha amd64 arm ~ia64 ~mips ppc ~ppc64 sparc x86" + +RDEPEND="sys-apps/acl" +DEPEND=${RDEPEND} + +distutils_enable_tests pytest + +python_test() { + if ! pytest -vv; 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 +} -- cgit v1.2.3