* [gentoo-commits] repo/gentoo:master commit in: dev-python/keyutils/
@ 2023-07-08 18:43 Ben Kohler
0 siblings, 0 replies; 5+ messages in thread
From: Ben Kohler @ 2023-07-08 18:43 UTC (permalink / raw
To: gentoo-commits
commit: 7ebf5648cde7e56ea8966610cc58200704d6afa1
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 8 13:18:11 2023 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Sat Jul 8 18:41:40 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ebf5648
dev-python/keyutils: update EAPI 7 -> 8, use PEP517 build
Closes: https://bugs.gentoo.org/909918
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
dev-python/keyutils/keyutils-0.6-r2.ebuild | 37 ++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)
diff --git a/dev-python/keyutils/keyutils-0.6-r2.ebuild b/dev-python/keyutils/keyutils-0.6-r2.ebuild
new file mode 100644
index 000000000000..55fec8bbf26f
--- /dev/null
+++ b/dev-python/keyutils/keyutils-0.6-r2.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+DESCRIPTION="A set of python bindings for keyutils"
+HOMEPAGE="https://github.com/sassoftware/python-keyutils/"
+SRC_URI="https://github.com/sassoftware/python-keyutils/archive/refs/tags/${PV}.tar.gz -> python-keyutils-${PV}.gh.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+
+BDEPEND="dev-python/cython[${PYTHON_USEDEP}]"
+DEPEND="sys-apps/keyutils"
+RDEPEND="${DEPEND}"
+
+distutils_enable_tests pytest
+
+S="${WORKDIR}/python-keyutils-${PV}"
+
+src_prepare() {
+ default
+ sed -i -e '/pytest-runner/d' setup.py || die
+ rm keyutils/_keyutils.c || die
+}
+
+python_test() {
+ ln -s "${S}"/test "${BUILD_DIR}"/test || die
+ cd "${BUILD_DIR}" || die
+ distutils-r1_python_test
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/keyutils/
@ 2023-08-14 15:04 Arthur Zamarin
0 siblings, 0 replies; 5+ messages in thread
From: Arthur Zamarin @ 2023-08-14 15:04 UTC (permalink / raw
To: gentoo-commits
commit: 62da83106ddb04280ebe541cfe991e0e9630cf39
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 14 15:04:19 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 14 15:04:19 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62da8310
dev-python/keyutils: Stabilize 0.6-r2 amd64, #912117
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/keyutils/keyutils-0.6-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/keyutils/keyutils-0.6-r2.ebuild b/dev-python/keyutils/keyutils-0.6-r2.ebuild
index 55fec8bbf26f..94349378573e 100644
--- a/dev-python/keyutils/keyutils-0.6-r2.ebuild
+++ b/dev-python/keyutils/keyutils-0.6-r2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/sassoftware/python-keyutils/archive/refs/tags/${PV}.
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
BDEPEND="dev-python/cython[${PYTHON_USEDEP}]"
DEPEND="sys-apps/keyutils"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/keyutils/
@ 2023-08-14 15:04 Arthur Zamarin
0 siblings, 0 replies; 5+ messages in thread
From: Arthur Zamarin @ 2023-08-14 15:04 UTC (permalink / raw
To: gentoo-commits
commit: 93e28236dd9024415ed3426a746a7e9a4edd54b3
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 14 15:04:30 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 14 15:04:30 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93e28236
dev-python/keyutils: Stabilize 0.6-r2 x86, #912117
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/keyutils/keyutils-0.6-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/keyutils/keyutils-0.6-r2.ebuild b/dev-python/keyutils/keyutils-0.6-r2.ebuild
index 94349378573e..d8772811e093 100644
--- a/dev-python/keyutils/keyutils-0.6-r2.ebuild
+++ b/dev-python/keyutils/keyutils-0.6-r2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/sassoftware/python-keyutils/archive/refs/tags/${PV}.
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
BDEPEND="dev-python/cython[${PYTHON_USEDEP}]"
DEPEND="sys-apps/keyutils"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/keyutils/
@ 2023-08-14 17:25 Michał Górny
0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2023-08-14 17:25 UTC (permalink / raw
To: gentoo-commits
commit: b6d89e29c196b1bfa09e88039afc8279a625eac4
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 14 17:25:27 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Aug 14 17:25:27 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6d89e29
dev-python/keyutils: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/keyutils/keyutils-0.6-r1.ebuild | 35 ------------------------------
1 file changed, 35 deletions(-)
diff --git a/dev-python/keyutils/keyutils-0.6-r1.ebuild b/dev-python/keyutils/keyutils-0.6-r1.ebuild
deleted file mode 100644
index 9023760c6de2..000000000000
--- a/dev-python/keyutils/keyutils-0.6-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1
-
-DESCRIPTION="A set of python bindings for keyutils"
-HOMEPAGE="https://github.com/sassoftware/python-keyutils/"
-SRC_URI="https://github.com/sassoftware/python-keyutils/archive/refs/tags/${PV}.tar.gz -> python-keyutils-${PV}.gh.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-
-BDEPEND="dev-python/cython[${PYTHON_USEDEP}]"
-DEPEND="sys-apps/keyutils"
-RDEPEND="${DEPEND}"
-
-distutils_enable_tests pytest
-
-S="${WORKDIR}/python-keyutils-${PV}"
-
-src_prepare() {
- default
- sed -i -e '/pytest-runner/d' setup.py || die
- rm keyutils/_keyutils.c || die
-}
-
-python_test() {
- ln -s "${S}"/test "${BUILD_DIR}"/test || die
- cd "${BUILD_DIR}" || die
- distutils-r1_python_test
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/keyutils/
@ 2024-04-16 18:07 Ben Kohler
0 siblings, 0 replies; 5+ messages in thread
From: Ben Kohler @ 2024-04-16 18:07 UTC (permalink / raw
To: gentoo-commits
commit: 650579160b4120920dbb195e62dfca62c6dac2e8
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 16 16:15:01 2024 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Tue Apr 16 18:07:19 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65057916
dev-python/keyutils: enable py3.12
Closes: https://bugs.gentoo.org/929463
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
dev-python/keyutils/keyutils-0.6-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/keyutils/keyutils-0.6-r2.ebuild b/dev-python/keyutils/keyutils-0.6-r2.ebuild
index d8772811e093..b745cedffdc8 100644
--- a/dev-python/keyutils/keyutils-0.6-r2.ebuild
+++ b/dev-python/keyutils/keyutils-0.6-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2021-2023 Gentoo Authors
+# Copyright 2021-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{9..12} )
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-04-16 18:07 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-14 17:25 [gentoo-commits] repo/gentoo:master commit in: dev-python/keyutils/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2024-04-16 18:07 Ben Kohler
2023-08-14 15:04 Arthur Zamarin
2023-08-14 15:04 Arthur Zamarin
2023-07-08 18:43 Ben Kohler
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox