summaryrefslogtreecommitdiff
path: root/dev-python/python-augeas
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-07-13 08:45:11 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-07-13 08:45:11 +0000
commit676d9c15eecf6ec90c9f9e3f6765c5c0363350ed (patch)
treefbcaa7005d016aeaac5b86a590661429f5692579 /dev-python/python-augeas
parent6f7a4c178d81ca63bd8dd11c5ab1ad5d78a28018 (diff)
downloadbaldeagleos-repo-676d9c15eecf6ec90c9f9e3f6765c5c0363350ed.tar.gz
baldeagleos-repo-676d9c15eecf6ec90c9f9e3f6765c5c0363350ed.tar.xz
baldeagleos-repo-676d9c15eecf6ec90c9f9e3f6765c5c0363350ed.zip
Adding metadata
Diffstat (limited to 'dev-python/python-augeas')
-rw-r--r--dev-python/python-augeas/python-augeas-1.1.0-r1.ebuild19
1 files changed, 12 insertions, 7 deletions
diff --git a/dev-python/python-augeas/python-augeas-1.1.0-r1.ebuild b/dev-python/python-augeas/python-augeas-1.1.0-r1.ebuild
index 3703a4d1ac12..c954fe44cba3 100644
--- a/dev-python/python-augeas/python-augeas-1.1.0-r1.ebuild
+++ b/dev-python/python-augeas/python-augeas-1.1.0-r1.ebuild
@@ -10,7 +10,11 @@ PYTHON_COMPAT=( python3_{8,9,10,11,12} )
inherit distutils-r1 pypi
DESCRIPTION="Python bindings for Augeas"
-HOMEPAGE="http://augeas.net/"
+HOMEPAGE="
+ https://augeas.net/
+ https://github.com/hercules-team/python-augeas/
+ https://pypi.org/project/python-augeas/
+"
LICENSE="LGPL-2.1"
SLOT="0"
@@ -20,11 +24,12 @@ RDEPEND="
app-admin/augeas
>=dev-python/cffi-1.0.0[${PYTHON_USEDEP}]
"
-DEPEND="${RDEPEND}"
+BDEPEND="
+ ${RDEPEND}
+"
-PATCHES=( "${FILESDIR}/remove-tests.patch" )
+PATCHES=(
+ "${FILESDIR}/remove-tests.patch"
+)
-python_test() {
- cd test || die
- "${EPYTHON}" test_augeas.py || die "Tests failed with ${EPYTHON}"
-}
+distutils_enable_tests unittest