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: Wed, 2 Dec 2020 08:58:16 +0000 (UTC) [thread overview]
Message-ID: <1606899433.347b4d6bcc8b65d67a932da728cbe1fd34f849b9.mgorny@gentoo> (raw)
commit: 347b4d6bcc8b65d67a932da728cbe1fd34f849b9
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 2 08:55:43 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Dec 2 08:57:13 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=347b4d6b
dev-python/py-amqp: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/py-amqp/Manifest | 1 -
dev-python/py-amqp/py-amqp-2.5.2.ebuild | 66 ---------------------------------
2 files changed, 67 deletions(-)
diff --git a/dev-python/py-amqp/Manifest b/dev-python/py-amqp/Manifest
index 6141de7c417..c8cce9cb7ce 100644
--- a/dev-python/py-amqp/Manifest
+++ b/dev-python/py-amqp/Manifest
@@ -1,2 +1 @@
-DIST amqp-2.5.2.tar.gz 117788 BLAKE2B 6a6990aca0a43a0c546198b999d0d3680d6c44908e144f81bd8266abac4d2d9b7ea4c65bbf969310f1236970ebe0ef5ed44cc558109ba1f680348e3ba2789e83 SHA512 c540ce39c06bb947e55b4afc56567d5fc5a82b65a2f7e2cc1f769f96da74f788d14e1e9c02852a259a4980c36a4524f07166686c0357f96219fd9f8612a6159a
DIST amqp-2.6.1.tar.gz 119956 BLAKE2B a575637ca3d39ef8577035ae156f09b87dfb053757cb78b058fcb4f23759707084297e12941c766783e99898c486ea8eca968842464223ea46f42a4e4495c0a4 SHA512 e2c628cfe8075a3014a9fe991ae3e6f49198db2ecd46dd48f980730da692e4d25d9f055b1ccd4743917fc38a8afa69a5902a64275f8f45ef68113c6756f3a17b
diff --git a/dev-python/py-amqp/py-amqp-2.5.2.ebuild b/dev-python/py-amqp/py-amqp-2.5.2.ebuild
deleted file mode 100644
index 22fd7771303..00000000000
--- a/dev-python/py-amqp/py-amqp-2.5.2.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit distutils-r1
-
-MY_PN="amqp"
-MY_P="${MY_PN}-${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_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="doc extras test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=""
-DEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]
- >=dev-python/vine-1.1.3[${PYTHON_USEDEP}]
- doc? (
- dev-python/sphinx[${PYTHON_USEDEP}]
- dev-python/sphinx_celery[${PYTHON_USEDEP}]
- )
- test? (
- >=dev-python/case-1.3.1[${PYTHON_USEDEP}]
- >=dev-python/pytest-3.0[${PYTHON_USEDEP}]
- dev-python/pytest-cov[${PYTHON_USEDEP}]
- dev-python/pytest-mock[${PYTHON_USEDEP}]
- >=dev-python/pytest-rerunfailures-6.0[${PYTHON_USEDEP}]
- )
-"
-
-python_prepare_all() {
- # pytest-sugar is not packaged
- sed -e '/pytest-sugar/d' -i requirements/test.txt || die
-
- # requires a rabbitmq instance
- rm t/integration/test_rmq.py || die
-
- distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
- use doc && emake -C docs html
-}
-
-python_test() {
- esetup.py test
-}
-
-python_install_all() {
- use doc && local HTML_DOCS=( docs/_build/html/. )
- if use extras; then
- insinto /usr/share/${PF}/extras
- doins -r extra
- fi
- distutils-r1_python_install_all
-}
next reply other threads:[~2020-12-02 8:58 UTC|newest]
Thread overview: 45+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-02 8:58 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-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: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=1606899433.347b4d6bcc8b65d67a932da728cbe1fd34f849b9.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