Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pika/
Date: Mon, 16 May 2022 13:24:30
Message-Id: 1652707254.3235c42b61d3aaed7dbc0f3ae6e322b37af6c12d.mgorny@gentoo
1 commit: 3235c42b61d3aaed7dbc0f3ae6e322b37af6c12d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 16 13:20:54 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 16 13:20:54 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3235c42b
7
8 dev-python/pika: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pika/Manifest | 1 -
13 dev-python/pika/pika-1.1.0.ebuild | 19 -------------------
14 2 files changed, 20 deletions(-)
15
16 diff --git a/dev-python/pika/Manifest b/dev-python/pika/Manifest
17 index c8b991ef8ea2..1dc78742df02 100644
18 --- a/dev-python/pika/Manifest
19 +++ b/dev-python/pika/Manifest
20 @@ -1,2 +1 @@
21 -DIST pika-1.1.0.tar.gz 139407 BLAKE2B 2a2bb71d7f1222ca06dd6202a26e502f1e1e1977651e4fb405a938d493e4f525904568fb57ad5eea0f5117f02c7fa9f1b1c971d7d911d0d62a24b161b2cb2ef5 SHA512 15eab619cffe5b6d62a65a66730b03ee3de24978268afd82f608a96b96cc29695159e228dbbbc21c06f4c02a9591c73a686d9d283ceaa725f53782c3460140a7
22 DIST pika-1.2.0.tar.gz 144945 BLAKE2B c8b163e4efeb4630da7f1901dfc087c2f3e53d5828eba7ee519e6f696d6c86d48d72c8c1ed98df9c3c0a6889265b072f5c709abec98522992ba699691e96acb1 SHA512 3ea4ecc3b2c722e8b1ec7d220e0cad7c7ed315a4800cbff6903d351885dc6a792318da1767f4bf1a4a40510be444ee18f3881f654c4ec84de8c3005aa2a404bf
23
24 diff --git a/dev-python/pika/pika-1.1.0.ebuild b/dev-python/pika/pika-1.1.0.ebuild
25 deleted file mode 100644
26 index caa31224cbae..000000000000
27 --- a/dev-python/pika/pika-1.1.0.ebuild
28 +++ /dev/null
29 @@ -1,19 +0,0 @@
30 -# Copyright 1999-2022 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -PYTHON_COMPAT=( python3_{7..10} )
35 -DISTUTILS_USE_SETUPTOOLS=bdepend
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 -
47 -DEPEND=""
48 -RDEPEND=""