From b99299785018fbc36050d18d8a1dd5db9858debc Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Thu, 4 May 2023 01:06:19 +0000 Subject: Adding metadata --- dev-python/happybase/happybase-1.2.0-r1.ebuild | 33 ++++++++++++++++++++++++++ dev-python/happybase/happybase-1.2.0.ebuild | 29 ---------------------- 2 files changed, 33 insertions(+), 29 deletions(-) create mode 100644 dev-python/happybase/happybase-1.2.0-r1.ebuild delete mode 100644 dev-python/happybase/happybase-1.2.0.ebuild (limited to 'dev-python/happybase') diff --git a/dev-python/happybase/happybase-1.2.0-r1.ebuild b/dev-python/happybase/happybase-1.2.0-r1.ebuild new file mode 100644 index 000000000000..3abcbdcf6c5e --- /dev/null +++ b/dev-python/happybase/happybase-1.2.0-r1.ebuild @@ -0,0 +1,33 @@ +# Copyright 2021-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +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/ +" +SRC_URI=" + https://github.com/python-happybase/happybase/archive/${PV}.tar.gz -> ${P}.gh.tar.gz +" + +LICENSE="MIT Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + dev-python/six[${PYTHON_USEDEP}] + dev-python/thriftpy2[${PYTHON_USEDEP}] +" + +# tests require a running thrift server +RESTRICT="test" + +distutils_enable_tests pytest diff --git a/dev-python/happybase/happybase-1.2.0.ebuild b/dev-python/happybase/happybase-1.2.0.ebuild deleted file mode 100644 index 5431459d756d..000000000000 --- a/dev-python/happybase/happybase-1.2.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 2021-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{7,8,9,10,11} ) -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/" -SRC_URI=" - https://github.com/python-happybase/happybase/archive/${PV}.tar.gz -> ${P}.gh.tar.gz -" - -LICENSE="MIT Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - dev-python/six[${PYTHON_USEDEP}] - dev-python/thriftpy2[${PYTHON_USEDEP}] -" - -# tests require a running thrift server -RESTRICT="test" - -distutils_enable_tests pytest -- cgit v1.3