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/rfc3986/
Date: Mon, 12 Jul 2021 22:43:41
Message-Id: 1626129729.4bb56160883d8622d1638b8066194328e0546260.mgorny@gentoo
1 commit: 4bb56160883d8622d1638b8066194328e0546260
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 12 22:42:09 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 12 22:42:09 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bb56160
7
8 dev-python/rfc3986: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/rfc3986/Manifest | 1 -
13 dev-python/rfc3986/rfc3986-1.4.0.ebuild | 27 ---------------------------
14 2 files changed, 28 deletions(-)
15
16 diff --git a/dev-python/rfc3986/Manifest b/dev-python/rfc3986/Manifest
17 index 5b41cd32da6..f651ecd63b5 100644
18 --- a/dev-python/rfc3986/Manifest
19 +++ b/dev-python/rfc3986/Manifest
20 @@ -1,2 +1 @@
21 -DIST rfc3986-1.4.0.tar.gz 44912 BLAKE2B 595a644f8f92823ad31113ce88218cb30d16b37ec7303c0d8e89d2d2b1e18448d99003e95d61dcf09cb64aae517037bae798d1e89c74b652d517a648e80856e8 SHA512 dbcddc09331b794eafed8c2d7b81b7b632ba5cae2741e33ad12e781bc923427a05febd2f2715d037f35769b18c8d790546dfd4bbebe6e71d35777745e446888b
22 DIST rfc3986-1.5.0.tar.gz 49378 BLAKE2B f5ef923626fdcbe4d13729a5599012a8a93d234eef7f9ac9dc61620320062a69646f810a8f0ea04f371b9c423850982685e68201f08ba96ad9ead3ab11a9b40d SHA512 b291b88b6890f8c9fcfc353e05d1b8c0435be62f22768568ecf714af083b3c51d7a9b301fc9196d37ad4e6eeb8c6a237ba40914098e755b4ccdf36b7df7906c2
23
24 diff --git a/dev-python/rfc3986/rfc3986-1.4.0.ebuild b/dev-python/rfc3986/rfc3986-1.4.0.ebuild
25 deleted file mode 100644
26 index f57899e0bdd..00000000000
27 --- a/dev-python/rfc3986/rfc3986-1.4.0.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 -PYTHON_COMPAT=( python3_{7..10} pypy3)
35 -
36 -inherit distutils-r1
37 -
38 -DESCRIPTION="Validating URI References per RFC 3986"
39 -HOMEPAGE="https://tools.ietf.org/html/rfc3986
40 - https://github.com/python-hyper/rfc3986
41 - https://rfc3986.rtfd.org"
42 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43 -
44 -LICENSE="Apache-2.0"
45 -SLOT="0"
46 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86 ~x64-macos"
47 -IUSE="idna"
48 -
49 -RDEPEND="
50 - idna? ( dev-python/idna[${PYTHON_USEDEP}] )
51 -"
52 -BDEPEND="
53 - test? ( dev-python/idna[${PYTHON_USEDEP}] )
54 -"
55 -
56 -distutils_enable_tests pytest