From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pylibacl/
Date: Mon, 24 Feb 2025 03:37:55 +0000 (UTC) [thread overview]
Message-ID: <1740367783.9c04ed490ae293793648b3c687622d67a6f3f006.mgorny@gentoo> (raw)
commit: 9c04ed490ae293793648b3c687622d67a6f3f006
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 24 03:29:43 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Feb 24 03:29:43 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c04ed49
dev-python/pylibacl: Bump to 0.7.2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pylibacl/Manifest | 1 +
dev-python/pylibacl/pylibacl-0.7.2.ebuild | 44 +++++++++++++++++++++++++++++++
2 files changed, 45 insertions(+)
diff --git a/dev-python/pylibacl/Manifest b/dev-python/pylibacl/Manifest
index 78cfbfcfb82a..8dfeb64c2d62 100644
--- a/dev-python/pylibacl/Manifest
+++ b/dev-python/pylibacl/Manifest
@@ -1,2 +1,3 @@
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.2.ebuild b/dev-python/pylibacl/pylibacl-0.7.2.ebuild
new file mode 100644
index 000000000000..68025f74006e
--- /dev/null
+++ b/dev-python/pylibacl/pylibacl-0.7.2.ebuild
@@ -0,0 +1,44 @@
+# 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
+}
next reply other threads:[~2025-02-24 3:38 UTC|newest]
Thread overview: 51+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-24 3:37 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-20 13:01 [gentoo-commits] repo/gentoo:master commit in: dev-python/pylibacl/ Michał Górny
2025-03-15 13:16 Arthur Zamarin
2025-03-15 13:16 Arthur Zamarin
2025-03-15 12:16 Arthur Zamarin
2025-03-15 12:16 Arthur Zamarin
2025-03-15 12:16 Arthur Zamarin
2025-02-15 7:01 Michał Górny
2024-06-17 16:27 Michał Górny
2023-12-29 22:43 Sam James
2023-11-06 18:18 Michał Górny
2023-05-29 5:49 Michał Górny
2023-05-28 23:41 Sam James
2023-05-28 23:33 Sam James
2023-05-28 23:33 Sam James
2023-05-28 19:57 Arthur Zamarin
2023-05-28 19:55 Arthur Zamarin
2023-05-28 19:55 Arthur Zamarin
2023-04-25 1:13 Michał Górny
2023-04-24 5:57 Michał Górny
2023-02-17 7:15 Sam James
2021-05-18 16:02 Michał Górny
2021-05-18 16:02 Michał Górny
2021-01-25 22:19 Michał Górny
2021-01-25 19:53 Sam James
2021-01-03 19:40 Sam James
2021-01-03 12:13 Sergei Trofimovich
2020-12-31 1:17 Sam James
2020-11-29 8:18 Michał Górny
2020-11-05 22:15 James Le Cuirot
2020-05-04 11:39 Michał Górny
2020-04-24 5:52 Michał Górny
2020-04-22 17:05 Agostino Sarubbo
2020-04-22 17:04 Agostino Sarubbo
2020-04-22 17:02 Agostino Sarubbo
2020-04-22 17:01 Agostino Sarubbo
2020-04-22 6:20 Sergei Trofimovich
2020-04-17 20:33 Michał Górny
2020-04-17 20:33 Michał Górny
2020-03-28 17:44 Michał Górny
2020-02-12 7:51 Agostino Sarubbo
2020-02-12 7:47 Agostino Sarubbo
2020-02-11 19:51 Agostino Sarubbo
2020-02-11 16:01 Agostino Sarubbo
2020-01-24 19:18 Michał Górny
2019-04-18 4:05 Robin H. Johnson
2019-04-18 4:05 Robin H. Johnson
2018-06-24 17:24 Pacho Ramos
2018-03-17 10:51 Michał Górny
2017-09-03 1:04 Mike Gilbert
2017-03-13 16:24 Manuel Rüger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1740367783.9c04ed490ae293793648b3c687622d67a6f3f006.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox