From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/py-amqp/
Date: Tue, 14 Dec 2021 10:21:37 +0000 (UTC) [thread overview]
Message-ID: <1639477290.ce8f4e185cf96952439f228ad4ecbad9bcd6204f.mgorny@gentoo> (raw)
commit: ce8f4e185cf96952439f228ad4ecbad9bcd6204f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 14 07:49:16 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Dec 14 10:21:30 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce8f4e18
dev-python/py-amqp: Bump to 5.0.7
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/py-amqp/Manifest | 1 +
dev-python/py-amqp/py-amqp-5.0.7.ebuild | 48 +++++++++++++++++++++++++++++++++
2 files changed, 49 insertions(+)
diff --git a/dev-python/py-amqp/Manifest b/dev-python/py-amqp/Manifest
index 9c1aaa0f6cc7..eff80d2c5e6f 100644
--- a/dev-python/py-amqp/Manifest
+++ b/dev-python/py-amqp/Manifest
@@ -1 +1,2 @@
DIST amqp-5.0.6.tar.gz 126856 BLAKE2B 3eae4d0f97477dc7b72eba65ee95ab74afa051bf2d745f86944c4236b4a90ff6c2a38f18a5bdc8441215f4607ed4e8eb867144695619eb08e0f1065e7a624415 SHA512 bf15fad413bedb2f57dfaa03986f4abfc8fb169d5e324d5741b94a1e3776f2590e7686774c69dfdda848b484dbc1e6d0fa78a4a3125cf08ab20eaf7192885252
+DIST amqp-5.0.7.tar.gz 127139 BLAKE2B 51fe6448b61c0899ef49c212ddea5eea108812ad744ffe8ab7ba2392177ef1b6cd6481c424530fb9111899c425081ad96988d36e872c6d32ee72c44a28de51e0 SHA512 3c0d051ad677fa410e4301ab86478583affc1e42651ce5c9b34a07a179aa4fb15811a81884facbdc393b0646a23cab20ee7943b276b8ef770e9707b9bd23d06a
diff --git a/dev-python/py-amqp/py-amqp-5.0.7.ebuild b/dev-python/py-amqp/py-amqp-5.0.7.ebuild
new file mode 100644
index 000000000000..eb3c94be5008
--- /dev/null
+++ b/dev-python/py-amqp/py-amqp-5.0.7.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+MY_P="amqp-${PV}"
+DESCRIPTION="Low-level AMQP client for Python (fork of amqplib)"
+HOMEPAGE="https://github.com/celery/py-amqp https://pypi.org/project/amqp/"
+SRC_URI="mirror://pypi/${MY_P:0:1}/amqp/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="extras"
+
+BDEPEND="
+ >=dev-python/vine-5.0.0[${PYTHON_USEDEP}]
+ test? (
+ >=dev-python/case-1.3.1[${PYTHON_USEDEP}]
+ dev-python/pytest-mock[${PYTHON_USEDEP}]
+ >=dev-python/pytest-rerunfailures-6.0[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_sphinx docs dev-python/sphinx_celery
+distutils_enable_tests pytest
+
+EPYTEST_IGNORE=(
+ # rmq tests require a rabbitmq instance
+ t/integration/test_rmq.py
+)
+
+EPYTEST_DESELECT=(
+ # fails when gssapi is installed (how does that test make sense?!)
+ t/unit/test_sasl.py::test_SASL::test_gssapi_missing
+)
+
+python_install_all() {
+ if use extras; then
+ insinto /usr/share/${PF}/extras
+ doins -r extra
+ fi
+ distutils-r1_python_install_all
+}
next reply other threads:[~2021-12-14 10:21 UTC|newest]
Thread overview: 45+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-14 10:21 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-10-17 5:42 [gentoo-commits] repo/gentoo:master commit in: dev-python/py-amqp/ Michał Górny
2022-10-17 5:42 Michał Górny
2022-10-17 5:42 Michał Górny
2022-05-21 17:35 Jakov Smolić
2022-04-18 8:19 Michał Górny
2022-03-31 12:42 Michał Górny
2022-03-31 12:34 Jakov Smolić
2022-03-09 19:13 Arthur Zamarin
2022-02-26 8:34 Michał Górny
2022-01-14 8:08 Michał Górny
2022-01-13 23:06 Jakov Smolić
2021-12-20 6:16 Arthur Zamarin
2021-12-19 7:25 Michał Górny
2021-09-11 16:28 Michał Górny
2021-08-22 8:09 Arthur Zamarin
2021-05-09 9:15 Agostino Sarubbo
2021-04-01 8:35 Michał Górny
2020-12-02 8:58 Michał Górny
2020-12-02 8:32 Mikle Kolyada
2020-11-25 9:46 Michał Górny
2020-10-17 21:53 Matthew Thode
2020-05-30 17:52 Matthew Thode
2020-05-16 21:21 Matthew Thode
2020-03-28 17:07 Michał Górny
2020-02-04 13:42 Michał Górny
2019-11-19 18:36 Matthew Thode
2019-06-29 6:08 Zac Medico
2019-05-11 18:17 Matthew Thode
2019-04-09 7:05 Matthew Thode
2018-09-01 5:30 Matt Thode
2018-08-01 17:03 Matt Thode
2018-03-31 0:59 Matt Thode
2018-02-17 1:47 Matt Thode
2018-01-05 23:19 Michał Górny
2017-09-29 23:32 Matt Thode
2017-08-27 4:26 Matt Thode
2017-05-02 19:15 Michał Górny
2017-03-16 7:10 Zac Medico
2017-01-20 8:00 Zac Medico
2016-03-25 4:37 Matt Thode
2016-02-28 6:12 Matt Thode
2016-01-10 8:23 Justin Lecher
2015-12-07 9:11 Justin Lecher
2015-10-19 16:29 Justin Lecher
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1639477290.ce8f4e185cf96952439f228ad4ecbad9bcd6204f.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox