summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2019-04-09 01:08:35 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2019-04-09 02:05:17 -0500
commit33842228f2d75df81dd6b3133d0c320870c4883f (patch)
treec135c2d8ddc6af8ea9622597f950c6fb25f5be3e /dev-python/pika
parentdev-python/py-amqp: 2.4.2 bump (diff)
downloadgentoo-33842228f2d75df81dd6b3133d0c320870c4883f.tar.gz
gentoo-33842228f2d75df81dd6b3133d0c320870c4883f.tar.bz2
gentoo-33842228f2d75df81dd6b3133d0c320870c4883f.zip
dev-python/pika: 0.13.0 bump
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/pika')
-rw-r--r--dev-python/pika/Manifest1
-rw-r--r--dev-python/pika/pika-0.13.0.ebuild19
2 files changed, 20 insertions, 0 deletions
diff --git a/dev-python/pika/Manifest b/dev-python/pika/Manifest
index cdf8c6a55b8a..7ee86b3cc359 100644
--- a/dev-python/pika/Manifest
+++ b/dev-python/pika/Manifest
@@ -1 +1,2 @@
DIST pika-0.10.0.tar.gz 82642 BLAKE2B cc0cafd6d58c1b6511bb244731f4c18698370e77baaa0b876061d80c9748fb81b92dfdac0250c4db7a6ca816791ab8eb8f4f785d9223b45082918a304545a4bd SHA512 8a6e8b870aa36f141a24d4886cd8e4d4fb5cb735d87857a16ad963d7a14e0c40e81a3c7e193d879046a7e76fa87ab0b16bfd4a000e169e2452815fcd04db93eb
+DIST pika-0.13.0.tar.gz 103730 BLAKE2B c78139ac7a60bd324619792b177c96793c8c645d58bd6962f7061d5dfca2f621b6199ebb4b2d3fbc7367324f18d3e766266b43db9afafdd8e64c2eec6069f175 SHA512 f555142c8f466ebdbc46a24278794754186176832841723cb0d5d6ff69ee9a946dca8a7ae3280a96b5da8cb2d3066e11a58771583edecf7990749c8857a7ed42
diff --git a/dev-python/pika/pika-0.13.0.ebuild b/dev-python/pika/pika-0.13.0.ebuild
new file mode 100644
index 000000000000..ab71925e87c5
--- /dev/null
+++ b/dev-python/pika/pika-0.13.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="Pure-Python implementation of the AMQP"
+HOMEPAGE="https://pika.readthedocs.org/ https://github.com/pika/pika"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND=""