public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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: Mon, 18 Apr 2022 08:19:16 +0000 (UTC)	[thread overview]
Message-ID: <1650269952.01eb6f897708e0851dc68d177bd224a82a1923d1.mgorny@gentoo> (raw)

commit:     01eb6f897708e0851dc68d177bd224a82a1923d1
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 18 08:14:41 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Apr 18 08:19:12 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01eb6f89

dev-python/py-amqp: Bump to 5.1.1

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/py-amqp/Manifest             |  1 +
 dev-python/py-amqp/py-amqp-5.1.1.ebuild | 51 +++++++++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

diff --git a/dev-python/py-amqp/Manifest b/dev-python/py-amqp/Manifest
index cc1e6322dd7f..61804329b6fa 100644
--- a/dev-python/py-amqp/Manifest
+++ b/dev-python/py-amqp/Manifest
@@ -1 +1,2 @@
 DIST amqp-5.1.0.tar.gz 128629 BLAKE2B 8fe0b07233fce04b84b46e0ab4da1badf2de8a2ac53494dbb33b246d149ccec728de42c4f9f7d40752701a8e02851805456d8d54c2e519bbbfdbbb1274edf124 SHA512 9f4f3fd4cea6c214ff03a80a9aec7c5bff65a964ff1e77fbc937f1b6daf45f7b06be0b0873b2998afc3de22b4693a3327f0b439f70a4496060997b9f1aa73331
+DIST amqp-5.1.1.tar.gz 127869 BLAKE2B 3ba95874a45f6fce163cf95b0b1fae57e636bc2bec8311f64fc9597025ba36f35daf8d0457af3bc10fa1f1dae604b262ebf205d7b89d4f1745bf3480b542278d SHA512 f549a85e4f04543dd8e844edb68350ca185de9259aa896af31ae5ee5dfdfe73f904d95821c403dc797c7f3ada17ce6bff4e0fd9fcdf2abc1b33a94d079f99179

diff --git a/dev-python/py-amqp/py-amqp-5.1.1.ebuild b/dev-python/py-amqp/py-amqp-5.1.1.ebuild
new file mode 100644
index 000000000000..fa1bdc3c1c25
--- /dev/null
+++ b/dev-python/py-amqp/py-amqp-5.1.1.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+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
+}


             reply	other threads:[~2022-04-18  8:19 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-18  8:19 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-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-12-14 10:21 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=1650269952.01eb6f897708e0851dc68d177bd224a82a1923d1.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