diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-07-13 08:45:11 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-07-13 08:45:11 +0000 |
| commit | 676d9c15eecf6ec90c9f9e3f6765c5c0363350ed (patch) | |
| tree | fbcaa7005d016aeaac5b86a590661429f5692579 /dev-python/python-augeas | |
| parent | 6f7a4c178d81ca63bd8dd11c5ab1ad5d78a28018 (diff) | |
| download | baldeagleos-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.ebuild | 19 |
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 |
