diff options
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 " |
