commit:     981cfffd10fad7a43d4bc802f9e97cff1430026a
Author:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 27 12:54:23 2020 +0000
Commit:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Fri Nov 27 13:00:55 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=981cfffd

dev-python/pika: Update and add me as maintainer

Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Alexey Shvetsov <alexxy <AT> gentoo.org>

 dev-python/pika/Manifest                           |  2 +-
 dev-python/pika/metadata.xml                       | 25 ++++++++++++++--------
 .../pika/{pika-0.13.0.ebuild => pika-1.1.0.ebuild} |  8 +++----
 3 files changed, 21 insertions(+), 14 deletions(-)

diff --git a/dev-python/pika/Manifest b/dev-python/pika/Manifest
index 22fd67b7b7d..df96926f286 100644
--- a/dev-python/pika/Manifest
+++ b/dev-python/pika/Manifest
@@ -1 +1 @@
-DIST pika-0.13.0.tar.gz 103730 BLAKE2B 
c78139ac7a60bd324619792b177c96793c8c645d58bd6962f7061d5dfca2f621b6199ebb4b2d3fbc7367324f18d3e766266b43db9afafdd8e64c2eec6069f175
 SHA512 
f555142c8f466ebdbc46a24278794754186176832841723cb0d5d6ff69ee9a946dca8a7ae3280a96b5da8cb2d3066e11a58771583edecf7990749c8857a7ed42
+DIST pika-1.1.0.tar.gz 139407 BLAKE2B 
2a2bb71d7f1222ca06dd6202a26e502f1e1e1977651e4fb405a938d493e4f525904568fb57ad5eea0f5117f02c7fa9f1b1c971d7d911d0d62a24b161b2cb2ef5
 SHA512 
15eab619cffe5b6d62a65a66730b03ee3de24978268afd82f608a96b96cc29695159e228dbbbc21c06f4c02a9591c73a686d9d283ceaa725f53782c3460140a7

diff --git a/dev-python/pika/metadata.xml b/dev-python/pika/metadata.xml
index 365e52414d5..34e042effd2 100644
--- a/dev-python/pika/metadata.xml
+++ b/dev-python/pika/metadata.xml
@@ -1,13 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
 <pkgmetadata>
-  <maintainer type="project">
-    <email>pyt...@gentoo.org</email>
-    <name>Python</name>
-  </maintainer>
-  <longdescription>Pika is a pure-Python implementation of the AMQP 0-9-1 
protocol that tries to stay fairly independent of the underlying network 
support library. Pika was developed primarily for use with RabbitMQ, but should 
also work with other AMQP 0-9-1 brokers.</longdescription>
-  <upstream>
-    <remote-id type="pypi">pika</remote-id>
-    <remote-id type="github">pika/pika</remote-id>
-  </upstream>
+       <maintainer type="person">
+               <email>ale...@gentoo.org</email>
+               <name>Alexey Shvetsov</name>
+       </maintainer>
+       <maintainer type="project">
+               <email>pyt...@gentoo.org</email>
+               <name>Python</name>
+       </maintainer>
+       <longdescription>
+               Pika is a pure-Python implementation of the AMQP 0-9-1 protocol 
that tries to stay fairly independent of the underlying network support 
library. Pika was developed primarily for use with RabbitMQ, but should also 
work with other AMQP 0-9-1 brokers.
+       </longdescription>
+       <stabilize-allarches/>
+       <upstream>
+               <remote-id type="pypi">pika</remote-id>
+               <remote-id type="github">pika/pika</remote-id>
+       </upstream>
 </pkgmetadata>

diff --git a/dev-python/pika/pika-0.13.0.ebuild 
b/dev-python/pika/pika-1.1.0.ebuild
similarity index 74%
rename from dev-python/pika/pika-0.13.0.ebuild
rename to dev-python/pika/pika-1.1.0.ebuild
index 7f780be83ea..615c73b48b8 100644
--- a/dev-python/pika/pika-0.13.0.ebuild
+++ b/dev-python/pika/pika-1.1.0.ebuild
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6..9} )
+DISTUTILS_USE_SETUPTOOLS=bdepend
 
 inherit distutils-r1
 
@@ -12,8 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MPL-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE=""
+KEYWORDS="~amd64 ~arm64 ~x86"
 
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+DEPEND=""
 RDEPEND=""

Reply via email to