* [gentoo-commits] repo/gentoo:master commit in: dev-python/pika-pool/
@ 2016-03-25 4:29 Matt Thode
0 siblings, 0 replies; 2+ messages in thread
From: Matt Thode @ 2016-03-25 4:29 UTC (permalink / raw
To: gentoo-commits
commit: bf61c35c5965e49b6144feadc5d0a7d2601540ae
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 25 04:28:04 2016 +0000
Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Fri Mar 25 04:29:11 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf61c35c
dev-python/pika-pool: adding for openstack mitaka
Package-Manager: portage-2.2.26
dev-python/pika-pool/Manifest | 1 +
dev-python/pika-pool/metadata.xml | 11 +++++++++++
dev-python/pika-pool/pika-pool-0.1.3.ebuild | 21 +++++++++++++++++++++
3 files changed, 33 insertions(+)
diff --git a/dev-python/pika-pool/Manifest b/dev-python/pika-pool/Manifest
new file mode 100644
index 0000000..d29a11b
--- /dev/null
+++ b/dev-python/pika-pool/Manifest
@@ -0,0 +1 @@
+DIST pika-pool-0.1.3.tar.gz 4722 SHA256 f3985888cc2788cdbd293a68a8b5702a9c955db6f7b8b551aeac91e7f32da397 SHA512 2065e4068310cbf0ac27e3fd242a025a1a174d7faa940cc1eb07b5eb7b7313da2b11456b056fe90520c7a39cec679ee06e38fa3327a6a50548200254d376a62e WHIRLPOOL 35887e2b7ebed7bf10444f389e101343afd36cbc0fb0e30cbce9126f340d146ab2560431e9d9781c7f7eb5eb489bc2e6ceb6b1fc009520c86f77b255de34c844
diff --git a/dev-python/pika-pool/metadata.xml b/dev-python/pika-pool/metadata.xml
new file mode 100644
index 0000000..91e6657
--- /dev/null
+++ b/dev-python/pika-pool/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>prometheanfire@gentoo.org</email>
+ <name>Matthew Thode</name>
+ </maintainer>
+ <longdescription lang="en">
+ A connection pool for pika.
+ </longdescription>
+</pkgmetadata>
diff --git a/dev-python/pika-pool/pika-pool-0.1.3.ebuild b/dev-python/pika-pool/pika-pool-0.1.3.ebuild
new file mode 100644
index 0000000..27e18dd
--- /dev/null
+++ b/dev-python/pika-pool/pika-pool-0.1.3.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 )
+
+inherit distutils-r1
+
+DESCRIPTION="A connection pool for pika."
+HOMEPAGE="https://github.com/bninja/pika-pool"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND=">=dev-python/pika-0.9[${PYTHON_USEDEP}]
+ <dev-python/pika-0.11[${PYTHON_USEDEP}]"
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pika-pool/
@ 2018-06-24 15:24 Pacho Ramos
0 siblings, 0 replies; 2+ messages in thread
From: Pacho Ramos @ 2018-06-24 15:24 UTC (permalink / raw
To: gentoo-commits
commit: d9ac18e0954eab4f0bf22bef435f99861f4919b8
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 24 15:22:29 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jun 24 15:23:51 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9ac18e0
dev-python/pika-pool: Support python 3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-python/pika-pool/pika-pool-0.1.3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/pika-pool/pika-pool-0.1.3.ebuild b/dev-python/pika-pool/pika-pool-0.1.3.ebuild
index 9eaee5cac09..3d6c86638e9 100644
--- a/dev-python/pika-pool/pika-pool-0.1.3.ebuild
+++ b/dev-python/pika-pool/pika-pool-0.1.3.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-06-24 15:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-24 15:24 [gentoo-commits] repo/gentoo:master commit in: dev-python/pika-pool/ Pacho Ramos
-- strict thread matches above, loose matches on Subject: below --
2016-03-25 4:29 Matt Thode
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox