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/flufl-bounce/
Date: Sun, 17 Oct 2021 08:23:38
Message-Id: 1634458996.c6deabe6df3c1d1099d51a35144fcb15459c4864.mgorny@gentoo
1 commit: c6deabe6df3c1d1099d51a35144fcb15459c4864
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 17 08:16:40 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 17 08:23:16 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6deabe6
7
8 dev-python/flufl-bounce: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/flufl-bounce/Manifest | 1 -
13 dev-python/flufl-bounce/flufl-bounce-3.0.1.ebuild | 25 -----------------------
14 2 files changed, 26 deletions(-)
15
16 diff --git a/dev-python/flufl-bounce/Manifest b/dev-python/flufl-bounce/Manifest
17 index 2771fff8fa0..b0d725e1232 100644
18 --- a/dev-python/flufl-bounce/Manifest
19 +++ b/dev-python/flufl-bounce/Manifest
20 @@ -1,2 +1 @@
21 -DIST flufl-bounce-3.0.1.tar.gz 100217 BLAKE2B d5620d73513a7e5bbfffb212f13bba34ce199a129a217873a8237d8456a7a1854d78cb9b06e4ee763d4dcfdcfdc185e0d67eb3be82ad829c054baced8acfc25c SHA512 9a8d0dec98f8699fd3dff62f5dd831ab5754f11d246b750cfed8ae7ebb771c3c7c1abd4fcceb0f8aa052653802c6e6e5a7bd4711e63b9095ede238817a3cd146
22 DIST flufl.bounce-4.0.tar.gz 108623 BLAKE2B 00c9d69d0aab3a4ca6f781dbd32bcc00d33de59371a163589f8be1747144f6cb9f51da57152235cfbc08ded63894402669c0ba4745eeb3c7b60c95cccf6206c7 SHA512 c6dd8cf2f4f0ea7c8698054042dfc9da3bd1a2d9cae082e01a0be9c39018fefba07154e2c9c15b1a00c896e58bb0a6d2063a3c067bec6b464d201bb7b3220e9e
23
24 diff --git a/dev-python/flufl-bounce/flufl-bounce-3.0.1.ebuild b/dev-python/flufl-bounce/flufl-bounce-3.0.1.ebuild
25 deleted file mode 100644
26 index dd0a8e417b7..00000000000
27 --- a/dev-python/flufl-bounce/flufl-bounce-3.0.1.ebuild
28 +++ /dev/null
29 @@ -1,25 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -PYTHON_COMPAT=( python3_{7,8,9} )
36 -inherit distutils-r1
37 -
38 -MY_PN=${PN/-/.}
39 -
40 -DESCRIPTION="Email bounce detectors."
41 -HOMEPAGE="https://gitlab.com/warsaw/flufl.bounce"
42 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
43 -S="${WORKDIR}/${MY_PN}-${PV}"
44 -
45 -LICENSE="Apache-2.0"
46 -SLOT="0"
47 -KEYWORDS="~amd64 ~x86"
48 -IUSE=""
49 -
50 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
51 -RDEPEND="
52 - dev-python/atpublic[${PYTHON_USEDEP}]
53 - dev-python/zope-interface[${PYTHON_USEDEP}]
54 -"