summaryrefslogtreecommitdiff
path: root/dev-python/python-dbusmock/python-dbusmock-0.28.7.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-04-21 12:57:06 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-04-21 12:57:06 +0000
commit47ec56ceecb885e965ff76961f9628f7e8240ec4 (patch)
tree48b6799fb6bdb5e5b079177104d70aa5ec8959d2 /dev-python/python-dbusmock/python-dbusmock-0.28.7.ebuild
parent966fd084f5013122fca36e02270e600751398bc4 (diff)
downloadbaldeagleos-repo-47ec56ceecb885e965ff76961f9628f7e8240ec4.tar.gz
baldeagleos-repo-47ec56ceecb885e965ff76961f9628f7e8240ec4.tar.xz
baldeagleos-repo-47ec56ceecb885e965ff76961f9628f7e8240ec4.zip
Adding metadata
Diffstat (limited to 'dev-python/python-dbusmock/python-dbusmock-0.28.7.ebuild')
-rw-r--r--dev-python/python-dbusmock/python-dbusmock-0.28.7.ebuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/dev-python/python-dbusmock/python-dbusmock-0.28.7.ebuild b/dev-python/python-dbusmock/python-dbusmock-0.28.7.ebuild
index 0fc0387245e1..f47abc37e8d6 100644
--- a/dev-python/python-dbusmock/python-dbusmock-0.28.7.ebuild
+++ b/dev-python/python-dbusmock/python-dbusmock-0.28.7.ebuild
@@ -4,20 +4,17 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
PYTHON_COMPAT=( python3_{7,8,9,10,11} )
PYTHON_REQ_USE="xml(+)"
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="Easily create mock objects on D-Bus for software testing"
HOMEPAGE="
https://github.com/martinpitt/python-dbusmock/
https://pypi.org/project/python-dbusmock/
"
-SRC_URI="
- https://github.com/martinpitt/python-dbusmock/releases/download/${PV}/${P}.tar.gz
- -> ${P}.gh.tar.gz
-"
LICENSE="LGPL-3+"
SLOT="0"