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/authheaders/
Date: Wed, 19 Feb 2020 07:39:57
Message-Id: 1582097988.fe833c4a52af69ddea769ace45452f61e3af32c3.mgorny@gentoo
1 commit: fe833c4a52af69ddea769ace45452f61e3af32c3
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 19 07:22:04 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 19 07:39:48 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe833c4a
7
8 dev-python/authheaders: Remove old (py2)
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/authheaders/Manifest | 1 -
13 dev-python/authheaders/authheaders-0.11.0.ebuild | 25 ------------------------
14 2 files changed, 26 deletions(-)
15
16 diff --git a/dev-python/authheaders/Manifest b/dev-python/authheaders/Manifest
17 index 6f58c00a5f9..e92800c6493 100644
18 --- a/dev-python/authheaders/Manifest
19 +++ b/dev-python/authheaders/Manifest
20 @@ -1,2 +1 @@
21 -DIST authheaders-0.11.0.tar.gz 88501 BLAKE2B a4ef01d206c470c4d97443af2b770d301de59aaed709ab72f439c43e0fa11e20a4a0b7f4122cf3c3212781750a1505af7a8143be9277a7989819948c1c18274a SHA512 7d0d8750eb606f3e52e85159e6b5da2fe377816e7572ee01b6bc90dffa996717c0f2837e52b170ecbd97b7617461a0b96d0736084590673a516e7d3ae7e8f999
22 DIST authheaders-0.12.1.tar.gz 93106 BLAKE2B 2799422b4e792a4734f0e0922cd99b62fd0e33014dc67ef74694e134ef0417ad2a0a3f4e832b50e36b32c8941940c7d3445a248d1bd32c611b954324f54d5233 SHA512 68ac36227d0ef602ed89fcd5852c0984b0875bd4a3e1465d87791178a0e42072bca79335054c82bbbe6e06f6484598cabfa83676bd3338114f82bf9dbd23ccc3
23
24 diff --git a/dev-python/authheaders/authheaders-0.11.0.ebuild b/dev-python/authheaders/authheaders-0.11.0.ebuild
25 deleted file mode 100644
26 index a3320424a3b..00000000000
27 --- a/dev-python/authheaders/authheaders-0.11.0.ebuild
28 +++ /dev/null
29 @@ -1,25 +0,0 @@
30 -# Copyright 2019 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -PYTHON_COMPAT=( python2_7 python3_6 )
36 -inherit distutils-r1
37 -
38 -DESCRIPTION="A library wrapping email authentication header verification and generation."
39 -HOMEPAGE="https://github.com/ValiMail/authentication-headers"
40 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
41 -
42 -LICENSE="MIT"
43 -SLOT="0"
44 -KEYWORDS="~amd64 ~arm64 ~x86"
45 -IUSE=""
46 -
47 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
48 -RDEPEND="${DEPEND}
49 - dev-python/dkimpy[${PYTHON_USEDEP}]
50 - >=dev-python/authres-1.0.1[${PYTHON_USEDEP}]
51 - >=dev-python/publicsuffix-2.20190205[${PYTHON_USEDEP}]
52 - dev-python/ipaddress[${PYTHON_USEDEP}]
53 - dev-python/dnspython[${PYTHON_USEDEP}]"
54 -BDEPEND=""