diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2023-05-03 11:29:06 -0700 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2023-05-03 11:29:06 -0700 |
commit | 5a8522629006e7edb5bb46a20c12fe480818950c (patch) | |
tree | 38e7a4070ff5b6a51e6d67bb27f3d342f4e33086 /dev-python/happybase | |
parent | app-admin/ansible-modules-hashivault: add 5.1.0 (diff) | |
download | gentoo-5a8522629006e7edb5bb46a20c12fe480818950c.tar.gz gentoo-5a8522629006e7edb5bb46a20c12fe480818950c.tar.bz2 gentoo-5a8522629006e7edb5bb46a20c12fe480818950c.zip |
dev-python/happybase: Revbump, py311
Closes: https://bugs.gentoo.org/896788
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
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 6fad91aef385..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_{9..10} ) +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 " |