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/service_identity/
Date: Mon, 14 Jun 2021 22:30:32
Message-Id: 1623709476.5a548417773cfe139f16dc6a12963b8d6e07ed49.mgorny@gentoo
1 commit: 5a548417773cfe139f16dc6a12963b8d6e07ed49
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 14 22:24:36 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 14 22:24:36 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a548417
7
8 dev-python/service_identity: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/service_identity/Manifest | 1 -
13 .../service_identity-18.1.0-r1.ebuild | 27 ----------------------
14 2 files changed, 28 deletions(-)
15
16 diff --git a/dev-python/service_identity/Manifest b/dev-python/service_identity/Manifest
17 index e01b01ce4c4..3746efcdfef 100644
18 --- a/dev-python/service_identity/Manifest
19 +++ b/dev-python/service_identity/Manifest
20 @@ -1,2 +1 @@
21 -DIST service_identity-18.1.0.gh.tar.gz 34252 BLAKE2B 18823e6b8ca9444591f063b4835362522e3ae374cd669f2da299389fa2977f42e0a1d715b35d90e9518bdd8ac8c76e0adf4e121e85e2352de78e621d5f1e6259 SHA512 6b6da48c543bfbe0d9da9f0d03dbd735ce97e64a76cbf9eae2b615ced7b91c5fcca1f25353e53858c48da9c4e0c0be4e33fa4559adb50899a79689cbb372f49b
22 DIST service_identity-21.1.0.gh.tar.gz 35326 BLAKE2B c6c985db990f9a93b2954a596817b476e178fd5949a683aebe7506e56ed90a19f872f6c5caa5a7219c162cfd43924e0a3cdb36a666aca01b28736f0927ae72b2 SHA512 6375bc5e8329118b2beb163ffffecc1479839e4e98173576e4737deebcc4c057ac357315976d3f53a280defd4e2c1f6b74e9604ec1aa94144240c2fb4bf07461
23
24 diff --git a/dev-python/service_identity/service_identity-18.1.0-r1.ebuild b/dev-python/service_identity/service_identity-18.1.0-r1.ebuild
25 deleted file mode 100644
26 index 251840182d7..00000000000
27 --- a/dev-python/service_identity/service_identity-18.1.0-r1.ebuild
28 +++ /dev/null
29 @@ -1,27 +0,0 @@
30 -# Copyright 1999-2021 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} pypy3 )
36 -
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="Service identity verification for pyOpenSSL"
40 -HOMEPAGE="https://github.com/pyca/service-identity"
41 -SRC_URI="https://github.com/pyca/service-identity/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
42 -S=${WORKDIR}/${P/_/-}
43 -
44 -LICENSE="MIT"
45 -SLOT="0"
46 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
47 -
48 -# TODO: upstream made pyopenssl optional
49 -RDEPEND="
50 - dev-python/pyasn1[${PYTHON_USEDEP}]
51 - dev-python/pyasn1-modules[${PYTHON_USEDEP}]
52 - >=dev-python/pyopenssl-0.14[${PYTHON_USEDEP}]
53 - dev-python/attrs[${PYTHON_USEDEP}]"
54 -
55 -distutils_enable_sphinx docs
56 -distutils_enable_tests pytest