summaryrefslogtreecommitdiff
path: root/dev-python/sdnotify
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-01-25 12:48:52 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-01-25 12:48:52 +0000
commitbb41d818836a057f68fa8e843f88d8efe2a4ea59 (patch)
tree381e3cf94ec145ff3f2aa7c90441fd1b1eab754f /dev-python/sdnotify
parent4b82a2cb8fdffa555fbfb7c30ad6f24a45360158 (diff)
downloadbaldeagleos-repo-bb41d818836a057f68fa8e843f88d8efe2a4ea59.tar.gz
baldeagleos-repo-bb41d818836a057f68fa8e843f88d8efe2a4ea59.tar.xz
baldeagleos-repo-bb41d818836a057f68fa8e843f88d8efe2a4ea59.zip
Adding metadata
Diffstat (limited to 'dev-python/sdnotify')
-rw-r--r--dev-python/sdnotify/sdnotify-0.3.2.ebuild10
1 files changed, 8 insertions, 2 deletions
diff --git a/dev-python/sdnotify/sdnotify-0.3.2.ebuild b/dev-python/sdnotify/sdnotify-0.3.2.ebuild
index 8ccc04a9ae90..429edf1d1893 100644
--- a/dev-python/sdnotify/sdnotify-0.3.2.ebuild
+++ b/dev-python/sdnotify/sdnotify-0.3.2.ebuild
@@ -3,9 +3,8 @@
EAPI=8
+DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{7,8,9,10,11} )
-DISTUTILS_USE_SETUPTOOLS=no
-
inherit distutils-r1
DESCRIPTION="Python implementation of the systemd sd_notify protocol"
@@ -18,3 +17,10 @@ SRC_URI="https://github.com/bb4242/${PN}/archive/refs/tags/v${PV}.tar.gz -> bb42
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
+
+python_prepare_all() {
+ # Fix QA warning. No point in reporting upstream, the project seems abandoned
+ sed 's/description-file/description_file/' -i setup.cfg
+
+ distutils-r1_python_prepare_all
+}