* [gentoo-commits] repo/gentoo:master commit in: dev-python/happybase/
@ 2021-07-01 18:42 Patrick McLean
0 siblings, 0 replies; 4+ messages in thread
From: Patrick McLean @ 2021-07-01 18:42 UTC (permalink / raw
To: gentoo-commits
commit: e8c80965b6007cab60cbe2dbfb386699fef9de15
Author: Patrick McLean <patrick.mclean <AT> sony <DOT> com>
AuthorDate: Thu Jul 1 18:41:55 2021 +0000
Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Thu Jul 1 18:42:02 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8c80965
dev-python/happybase: new package
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
dev-python/happybase/Manifest | 1 +
.../happybase/happybase-0.9_p20210701.ebuild | 33 ++++++++++++++++++++++
dev-python/happybase/metadata.xml | 8 ++++++
3 files changed, 42 insertions(+)
diff --git a/dev-python/happybase/Manifest b/dev-python/happybase/Manifest
new file mode 100644
index 00000000000..6c1b0e3212c
--- /dev/null
+++ b/dev-python/happybase/Manifest
@@ -0,0 +1 @@
+DIST happybase-0.9_p20210701.tar.gz 106551 BLAKE2B 66e39d8db10b8b7adbab5b77462560d50a2a494e1cd9b0411abd1c928cb4b630e42ca0cc6740c35cc9a3b65dab8e637df6ae6d4105665fa21fa7668324c82ec5 SHA512 b55028e6fe8b1087e835b01d373af6357ecc495e82badda6bd1641d1d7ef79d5ec72d3336ca7112b5b6886d28b4a6296336c96b83ce58740ea5802c4f11ab12e
diff --git a/dev-python/happybase/happybase-0.9_p20210701.ebuild b/dev-python/happybase/happybase-0.9_p20210701.ebuild
new file mode 100644
index 00000000000..0490d7a3842
--- /dev/null
+++ b/dev-python/happybase/happybase-0.9_p20210701.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..9} )
+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/${COMMIT_HASH}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-${COMMIT_HASH}"
+
+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
+
+python_prepare_all() {
+ rm pytest.ini || die
+ distutils-r1_python_prepare_all
+}
diff --git a/dev-python/happybase/metadata.xml b/dev-python/happybase/metadata.xml
new file mode 100644
index 00000000000..cee379b1540
--- /dev/null
+++ b/dev-python/happybase/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>chutzpah@gentoo.org</email>
+ <name>Patrick McLean</name>
+ </maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/happybase/
@ 2021-08-14 21:01 Michał Górny
0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2021-08-14 21:01 UTC (permalink / raw
To: gentoo-commits
commit: 50bb8dd040051ed20487f0e8bd63b7337e2eefad
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 14 20:45:01 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug 14 20:45:01 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50bb8dd0
dev-python/happybase: Add remote-id
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/happybase/metadata.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/dev-python/happybase/metadata.xml b/dev-python/happybase/metadata.xml
index cee379b1540..d538f20d26b 100644
--- a/dev-python/happybase/metadata.xml
+++ b/dev-python/happybase/metadata.xml
@@ -5,4 +5,8 @@
<email>chutzpah@gentoo.org</email>
<name>Patrick McLean</name>
</maintainer>
+ <upstream>
+ <remote-id type="github">python-happybase/happybase</remote-id>
+ <remote-id type="pypi">happybase</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/happybase/
@ 2022-06-16 16:52 Patrick McLean
0 siblings, 0 replies; 4+ messages in thread
From: Patrick McLean @ 2022-06-16 16:52 UTC (permalink / raw
To: gentoo-commits
commit: 530bbb72bd99f7c0a1dcc14bd2be5d83e427a45a
Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 16 16:52:47 2022 +0000
Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Thu Jun 16 16:52:47 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=530bbb72
dev-python/happybase: add 1.2.0, drop 0.9_p20210701
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
dev-python/happybase/Manifest | 2 +-
...ybase-0.9_p20210701.ebuild => happybase-1.2.0.ebuild} | 16 ++++++----------
2 files changed, 7 insertions(+), 11 deletions(-)
diff --git a/dev-python/happybase/Manifest b/dev-python/happybase/Manifest
index 6c1b0e3212c6..a80401b18903 100644
--- a/dev-python/happybase/Manifest
+++ b/dev-python/happybase/Manifest
@@ -1 +1 @@
-DIST happybase-0.9_p20210701.tar.gz 106551 BLAKE2B 66e39d8db10b8b7adbab5b77462560d50a2a494e1cd9b0411abd1c928cb4b630e42ca0cc6740c35cc9a3b65dab8e637df6ae6d4105665fa21fa7668324c82ec5 SHA512 b55028e6fe8b1087e835b01d373af6357ecc495e82badda6bd1641d1d7ef79d5ec72d3336ca7112b5b6886d28b4a6296336c96b83ce58740ea5802c4f11ab12e
+DIST happybase-1.2.0.gh.tar.gz 43753 BLAKE2B 17c7762ca6268bbcfd1c379463a1f370aab354a526db2606e133b19c6b225e30561a079e22bee9f0232d74006c534d4c38d00ea1d651c93d94577dad9f60b0fe SHA512 0a93e390b854bdb047df8528aa6c19b3e0444c3d317feee4e2e0b8025792ece252422674d7b1feeb601b53966fec10e52593f2ad5119ec7f5e06128ad38ac2f6
diff --git a/dev-python/happybase/happybase-0.9_p20210701.ebuild b/dev-python/happybase/happybase-1.2.0.ebuild
similarity index 65%
rename from dev-python/happybase/happybase-0.9_p20210701.ebuild
rename to dev-python/happybase/happybase-1.2.0.ebuild
index 0490d7a3842f..cbe7c8b68a9d 100644
--- a/dev-python/happybase/happybase-0.9_p20210701.ebuild
+++ b/dev-python/happybase/happybase-1.2.0.ebuild
@@ -1,17 +1,18 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
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/${COMMIT_HASH}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${PN}-${COMMIT_HASH}"
+SRC_URI="
+ https://github.com/python-happybase/happybase/archive/${PV}.tar.gz -> ${P}.gh.tar.gz
+"
LICENSE="MIT Apache-2.0"
SLOT="0"
@@ -26,8 +27,3 @@ RDEPEND="
RESTRICT="test"
distutils_enable_tests pytest
-
-python_prepare_all() {
- rm pytest.ini || die
- distutils-r1_python_prepare_all
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/happybase/
@ 2023-05-03 18:29 Patrick McLean
0 siblings, 0 replies; 4+ messages in thread
From: Patrick McLean @ 2023-05-03 18:29 UTC (permalink / raw
To: gentoo-commits
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
"
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-05-03 18:29 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-14 21:01 [gentoo-commits] repo/gentoo:master commit in: dev-python/happybase/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2023-05-03 18:29 Patrick McLean
2022-06-16 16:52 Patrick McLean
2021-07-01 18:42 Patrick McLean
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox