summaryrefslogtreecommitdiff
path: root/dev-python/python-systemd
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-05-12 16:42:50 +0300
committerV3n3RiX <venerix@koprulu.sector>2022-05-12 16:42:50 +0300
commit752d6256e5204b958b0ef7905675a940b5e9172f (patch)
tree330d16e6362a49cbed8875a777fe641a43376cd3 /dev-python/python-systemd
parent0c100b7dd2b30e75b799d806df4ef899fd98e1ea (diff)
gentoo resync : 12.05.2022
Diffstat (limited to 'dev-python/python-systemd')
-rw-r--r--dev-python/python-systemd/Manifest3
-rw-r--r--dev-python/python-systemd/python-systemd-234-r1.ebuild39
-rw-r--r--dev-python/python-systemd/python-systemd-234-r2.ebuild2
3 files changed, 2 insertions, 42 deletions
diff --git a/dev-python/python-systemd/Manifest b/dev-python/python-systemd/Manifest
index 7919febe36b1..6f2c11479b54 100644
--- a/dev-python/python-systemd/Manifest
+++ b/dev-python/python-systemd/Manifest
@@ -1,5 +1,4 @@
AUX python-systemd-234-fix-py3.10.patch 1539 BLAKE2B c41b20fea9165c62620c2b7262ddb0e331d24c2e950bcd0cf78c92d5f5f79804a9f0eb4a52a7203d353a6be297118e3b951823a973f9a99a8211efb5a31be458 SHA512 92a4497733efa551d9c966f39ba31bc9d3443ece6591f4d664c3732f01f10c928c07de13e2b9e65725f30fa18da7a4a9ee172e0b627d98e1d991c19b7762e2ab
DIST python-systemd-234.tar.gz 53900 BLAKE2B 2658ee7083036ed8259e5f4ad0714ea15227ee836ad34c7fbbdb55dd9df48751b8d9998350d789b4f47e78fe7b4a7134e12d637e5a6ebeb29a0b31e5a4575d91 SHA512 164e34ba46827711e9c6ff9ed58b2706d9a22abfc7001de030ed7d463d8ddf783eb5fee93b207c29950a3c566018cc3f1a21a549421cf3e05c1287b433367eb2
-EBUILD python-systemd-234-r1.ebuild 871 BLAKE2B 73fc1d2f7b2d4132160693a44c812b1e7942103c07ab573c7bb4164c56fd6581fb53d7e301789d4568dcf80eb07e47537a8c810223d07f28c37b762519670aa0 SHA512 39ca70a0b48121556fa32546524eb19d2905b6eb9de81258f507c4652e1c9f9db1fcac70cb94950dd295ad63be380b8fce2d485d34b4e395368193c35ce037d9
-EBUILD python-systemd-234-r2.ebuild 860 BLAKE2B c37fcc8c102bda4994704c4c62ad4934ac7f83ea0b747f8a0103a9b2ba1f8e8409fd6dfa799afc66414653c7c7eb2c2e5803c995dd17c8966d493c33dbada04f SHA512 9967cb0eda01d99f32a4b100817acd7233099a01b1c736bccba390bd7f1794e6abf91dc8a68fec907b783c8de39a8462a8c0e33f350dc33768acac6b58036da2
+EBUILD python-systemd-234-r2.ebuild 859 BLAKE2B 9b7c2e26291f93c4a76942d672caa7927dc16f6961d934ed38f98730f31712aa40065053e54f8ccd78fc5f90ae36bef6237a655166ed21cca2a8cef0fa980166 SHA512 38637492cf948da1b5a8f670ee6baddcceff1d2cee02ae8d0e9602f2998ce48c6095b1b0ab55199158967b217182e270780a88e8c7e6025c4e52bcb831565bca
MISC metadata.xml 359 BLAKE2B 458599dbb5364bdf58f0cabf3fe07f03f79a4cdfb3f707ef6db328c453e606b587e13fa3349e0e0c899a7b1655e558ccae00e6a9ea22146b9e68099e0ac1a981 SHA512 73e524d826bb08d80fbe3e643be5f08e39620ddb343006752729ea41e594ad13eb6241c30da78a58f67e6e5e3c51f567a9e761af498f882f1e23ce0308bfd690
diff --git a/dev-python/python-systemd/python-systemd-234-r1.ebuild b/dev-python/python-systemd/python-systemd-234-r1.ebuild
deleted file mode 100644
index 8c17ab7f574b..000000000000
--- a/dev-python/python-systemd/python-systemd-234-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2015-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-DISTUTILS_USE_SETUPTOOLS="no"
-
-inherit distutils-r1
-
-DESCRIPTION="Python module for native access to the systemd facilities"
-HOMEPAGE="https://github.com/systemd/python-systemd"
-SRC_URI="https://github.com/systemd/python-systemd/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ppc ppc64 sparc x86"
-
-DEPEND="sys-apps/systemd:0="
-RDEPEND="${DEPEND}
- !sys-apps/systemd[python(-)]
-"
-
-PATCHES=(
- "${FILESDIR}"/${P}-fix-py3.10.patch
-)
-
-distutils_enable_tests pytest
-
-python_compile() {
- # https://bugs.gentoo.org/690316
- distutils-r1_python_compile -j1
-}
-
-python_test() {
- pushd "${BUILD_DIR}/lib" > /dev/null || die
- epytest -o cache_dir="${T}"
- popd > /dev/null || die
-}
diff --git a/dev-python/python-systemd/python-systemd-234-r2.ebuild b/dev-python/python-systemd/python-systemd-234-r2.ebuild
index 823b5a85823c..28970956fb37 100644
--- a/dev-python/python-systemd/python-systemd-234-r2.ebuild
+++ b/dev-python/python-systemd/python-systemd-234-r2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/systemd/python-systemd/archive/v${PV}.tar.gz -> ${P}
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ppc ppc64 sparc x86"
DEPEND="sys-apps/systemd:0="
RDEPEND="${DEPEND}