diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-05-04 01:06:19 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-05-04 01:06:19 +0000 |
| commit | b99299785018fbc36050d18d8a1dd5db9858debc (patch) | |
| tree | 14031c6478193a9e92a49ec60e4032fd6341d0bf /dev-python/happybase | |
| parent | 3c9ae61c984542032da13542732a2dcdf47eb3d4 (diff) | |
| download | baldeagleos-repo-b99299785018fbc36050d18d8a1dd5db9858debc.tar.gz baldeagleos-repo-b99299785018fbc36050d18d8a1dd5db9858debc.tar.xz baldeagleos-repo-b99299785018fbc36050d18d8a1dd5db9858debc.zip | |
Adding metadata
Diffstat (limited to 'dev-python/happybase')
| -rw-r--r-- | dev-python/happybase/happybase-1.2.0-r1.ebuild (renamed from dev-python/happybase/happybase-1.2.0.ebuild) | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/dev-python/happybase/happybase-1.2.0.ebuild b/dev-python/happybase/happybase-1.2.0-r1.ebuild index 5431459d756d..3abcbdcf6c5e 100644 --- a/dev-python/happybase/happybase-1.2.0.ebuild +++ b/dev-python/happybase/happybase-1.2.0-r1.ebuild @@ -3,13 +3,17 @@ EAPI=8 -PYTHON_COMPAT=( python3_{7,8,9,10,11} ) +PYTHON_COMPAT=( python3_{10..11} ) +DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 COMMIT_HASH="f5b6d104140c2be93e4175c0c844aaf094eb43da" DESCRIPTION="A developer-friendly Python library to interact with Apache HBase" -HOMEPAGE="https://github.com/python-happybase/happybase https://happybase.readthedocs.io/" +HOMEPAGE=" + https://github.com/python-happybase/happybase + https://happybase.readthedocs.io/ +" SRC_URI=" https://github.com/python-happybase/happybase/archive/${PV}.tar.gz -> ${P}.gh.tar.gz " |
