Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pika/
Date: Tue, 09 Apr 2019 07:06:03
Message-Id: 1554793517.33842228f2d75df81dd6b3133d0c320870c4883f.prometheanfire@gentoo
1 commit: 33842228f2d75df81dd6b3133d0c320870c4883f
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 9 06:08:35 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 9 07:05:17 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33842228
7
8 dev-python/pika: 0.13.0 bump
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 dev-python/pika/Manifest | 1 +
14 dev-python/pika/pika-0.13.0.ebuild | 19 +++++++++++++++++++
15 2 files changed, 20 insertions(+)
16
17 diff --git a/dev-python/pika/Manifest b/dev-python/pika/Manifest
18 index cdf8c6a55b8..7ee86b3cc35 100644
19 --- a/dev-python/pika/Manifest
20 +++ b/dev-python/pika/Manifest
21 @@ -1 +1,2 @@
22 DIST pika-0.10.0.tar.gz 82642 BLAKE2B cc0cafd6d58c1b6511bb244731f4c18698370e77baaa0b876061d80c9748fb81b92dfdac0250c4db7a6ca816791ab8eb8f4f785d9223b45082918a304545a4bd SHA512 8a6e8b870aa36f141a24d4886cd8e4d4fb5cb735d87857a16ad963d7a14e0c40e81a3c7e193d879046a7e76fa87ab0b16bfd4a000e169e2452815fcd04db93eb
23 +DIST pika-0.13.0.tar.gz 103730 BLAKE2B c78139ac7a60bd324619792b177c96793c8c645d58bd6962f7061d5dfca2f621b6199ebb4b2d3fbc7367324f18d3e766266b43db9afafdd8e64c2eec6069f175 SHA512 f555142c8f466ebdbc46a24278794754186176832841723cb0d5d6ff69ee9a946dca8a7ae3280a96b5da8cb2d3066e11a58771583edecf7990749c8857a7ed42
24
25 diff --git a/dev-python/pika/pika-0.13.0.ebuild b/dev-python/pika/pika-0.13.0.ebuild
26 new file mode 100644
27 index 00000000000..ab71925e87c
28 --- /dev/null
29 +++ b/dev-python/pika/pika-0.13.0.ebuild
30 @@ -0,0 +1,19 @@
31 +# Copyright 1999-2019 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy )
36 +
37 +inherit distutils-r1
38 +
39 +DESCRIPTION="Pure-Python implementation of the AMQP"
40 +HOMEPAGE="https://pika.readthedocs.org/ https://github.com/pika/pika"
41 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
42 +
43 +LICENSE="MPL-2.0"
44 +SLOT="0"
45 +KEYWORDS="~amd64 ~arm64 ~x86"
46 +IUSE=""
47 +
48 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
49 +RDEPEND=""