* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-rethinkdb/
@ 2016-09-02 6:45 Alexys Jacob
0 siblings, 0 replies; 4+ messages in thread
From: Alexys Jacob @ 2016-09-02 6:45 UTC (permalink / raw
To: gentoo-commits
commit: e6e02be79ba0dadbfc5ce954e822145d9131c2f6
Author: Ultrabug <ultrabug <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 2 06:45:02 2016 +0000
Commit: Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
CommitDate: Fri Sep 2 06:45:02 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6e02be7
dev-python/python-rethinkdb: new package
Package-Manager: portage-2.2.27
dev-python/python-rethinkdb/Manifest | 1 +
dev-python/python-rethinkdb/metadata.xml | 15 +++++++++++++
.../python-rethinkdb/python-rethinkdb-2.3.0.ebuild | 25 ++++++++++++++++++++++
3 files changed, 41 insertions(+)
diff --git a/dev-python/python-rethinkdb/Manifest b/dev-python/python-rethinkdb/Manifest
new file mode 100644
index 00000000..3b0e299
--- /dev/null
+++ b/dev-python/python-rethinkdb/Manifest
@@ -0,0 +1 @@
+DIST rethinkdb-2.3.0.tar.gz 116289 SHA256 36330fc409bb14d09a903d830be725cd2b42223048d6214cd423ae83c7c750f7 SHA512 1e710bde31ce45b5cda7463ae0a328c073bbf68544ad790d331163de188855b78257461a5b7367eba7becdaae329f19df545d7dd9834a095c6d01cd2710f481b WHIRLPOOL 89157e76288f0dab4107fd6a5f3089f47c3fe10ffc7bf978eebe850e1aa1cbf6b77f461951ef195fa9fa2382551b2d1a16c969ceeb563b1483c12733013a6836
diff --git a/dev-python/python-rethinkdb/metadata.xml b/dev-python/python-rethinkdb/metadata.xml
new file mode 100644
index 00000000..952a3ad
--- /dev/null
+++ b/dev-python/python-rethinkdb/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ <name>Python</name>
+ </maintainer>
+ <maintainer type="person">
+ <email>ultrabug@gentoo.org</email>
+ <name>Ultrabug</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">rethinkdb</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-python/python-rethinkdb/python-rethinkdb-2.3.0.ebuild b/dev-python/python-rethinkdb/python-rethinkdb-2.3.0.ebuild
new file mode 100644
index 00000000..7201375
--- /dev/null
+++ b/dev-python/python-rethinkdb/python-rethinkdb-2.3.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
+
+inherit distutils-r1
+
+MY_PN="rethinkdb"
+DESCRIPTION="Python driver library for the RethinkDB database server."
+HOMEPAGE="http://rethinkdb.com/api/python/"
+SRC_URI="mirror://pypi/r/${MY_PN}/${MY_PN}-${PV}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"
+
+# no tests provided on pypi distribution
+RESTRICT="test"
+S="${WORKDIR}/${MY_PN}-${PV}"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-rethinkdb/
@ 2018-03-17 10:51 Michał Górny
0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2018-03-17 10:51 UTC (permalink / raw
To: gentoo-commits
commit: aaad75400a4b3f473634b57daea438ce64c96647
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat Mar 17 09:09:24 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar 17 10:51:04 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaad7540
dev-python/python-rethinkdb: use HTTPS
dev-python/python-rethinkdb/python-rethinkdb-2.3.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/python-rethinkdb/python-rethinkdb-2.3.0.ebuild b/dev-python/python-rethinkdb/python-rethinkdb-2.3.0.ebuild
index 7cec0359096..3942db6ee68 100644
--- a/dev-python/python-rethinkdb/python-rethinkdb-2.3.0.ebuild
+++ b/dev-python/python-rethinkdb/python-rethinkdb-2.3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -8,7 +8,7 @@ inherit distutils-r1
MY_PN="rethinkdb"
DESCRIPTION="Python driver library for the RethinkDB database server."
-HOMEPAGE="http://rethinkdb.com/api/python/"
+HOMEPAGE="https://rethinkdb.com/api/python/"
SRC_URI="mirror://pypi/r/${MY_PN}/${MY_PN}-${PV}.tar.gz"
LICENSE="Apache-2.0"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-rethinkdb/
@ 2018-04-27 7:00 Michał Górny
0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2018-04-27 7:00 UTC (permalink / raw
To: gentoo-commits
commit: ba112c3a39c5e114c35e73af011d585ee222d400
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 27 06:40:21 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Apr 27 07:00:05 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba112c3a
dev-python/python-rethinkdb: Drop python@ from maintainers
This package has been dumped on Python team without asking and it has
been unmaintained since. Its closely related to dev-db/rethinkdb,
and has no reverse dependencies. Its usefulness to generic Python
audience is doubtful.
dev-python/python-rethinkdb/metadata.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/dev-python/python-rethinkdb/metadata.xml b/dev-python/python-rethinkdb/metadata.xml
index 952a3adeafa..072edc1ad4e 100644
--- a/dev-python/python-rethinkdb/metadata.xml
+++ b/dev-python/python-rethinkdb/metadata.xml
@@ -1,10 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
<maintainer type="person">
<email>ultrabug@gentoo.org</email>
<name>Ultrabug</name>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-rethinkdb/
@ 2018-06-24 19:21 Pacho Ramos
0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos @ 2018-06-24 19:21 UTC (permalink / raw
To: gentoo-commits
commit: cf73a4ad443fc090ecb6516a2b85b2253053fa0a
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 24 19:13:13 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jun 24 19:21:10 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf73a4ad
dev-python/python-rethinkdb: Support python3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-python/python-rethinkdb/python-rethinkdb-2.3.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/python-rethinkdb/python-rethinkdb-2.3.0.ebuild b/dev-python/python-rethinkdb/python-rethinkdb-2.3.0.ebuild
index 3942db6ee68..75a6ac7fda4 100644
--- a/dev-python/python-rethinkdb/python-rethinkdb-2.3.0.ebuild
+++ b/dev-python/python-rethinkdb/python-rethinkdb-2.3.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2018-06-24 19:21 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-02 6:45 [gentoo-commits] repo/gentoo:master commit in: dev-python/python-rethinkdb/ Alexys Jacob
-- strict thread matches above, loose matches on Subject: below --
2018-03-17 10:51 Michał Górny
2018-04-27 7:00 Michał Górny
2018-06-24 19:21 Pacho Ramos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox