commit: 5a8522629006e7edb5bb46a20c12fe480818950c Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org> AuthorDate: Wed May 3 18:29:06 2023 +0000 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org> CommitDate: Wed May 3 18:29:06 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a852262
dev-python/happybase: Revbump, py311 Closes: https://bugs.gentoo.org/896788 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org> .../{happybase-1.2.0.ebuild => happybase-1.2.0-r1.ebuild} | 8 ++++++-- 1 file 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 similarity index 78% rename from dev-python/happybase/happybase-1.2.0.ebuild rename to 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 "
