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/uritemplate/
Date: Sun, 29 Mar 2020 10:30:28
Message-Id: 1585477778.207ee97b2f99099e63776b5a1a09eb3718d8b617.mgorny@gentoo
1 commit: 207ee97b2f99099e63776b5a1a09eb3718d8b617
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 29 10:25:42 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 29 10:29:38 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=207ee97b
7
8 dev-python/uritemplate: Remove redundant versions
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/uritemplate/Manifest | 2 --
13 dev-python/uritemplate/uritemplate-0.6.ebuild | 22 ----------------------
14 dev-python/uritemplate/uritemplate-3.0.0.ebuild | 22 ----------------------
15 3 files changed, 46 deletions(-)
16
17 diff --git a/dev-python/uritemplate/Manifest b/dev-python/uritemplate/Manifest
18 index 976fbb365f3..d37ac648b23 100644
19 --- a/dev-python/uritemplate/Manifest
20 +++ b/dev-python/uritemplate/Manifest
21 @@ -1,3 +1 @@
22 -DIST uritemplate-0.6.tar.gz 3508 BLAKE2B 41abd9a347a6ab0fae668a63c185d64e857cb88431a3b8ecaa673076a1fb700869c1679313ed772c2aade5952cbad7f0ce898f4be4ea280fe8d867cf1c280911 SHA512 19e9d2f7cb6275c1a3bc6e287d9d3bdbed4391541f29765130a8e33825321e33fe3220adc349794d179354bcb9d77571ae20ba7836034962f3713994c7cdbfbd
23 -DIST uritemplate-3.0.0.tar.gz 30038 BLAKE2B eac4deaa980a9a4618a245bfdc8b3df2180a4285b9197488e7556e3cbce88c4a52ee8bdfecc5f500d80d14a59f8ff0e1ecbcb3aedff422fa9853cb2d40e25df4 SHA512 9988ae6db1d0234a2dfb393ab0205dd7902c814b8a85e06a666b8fec44cacec90fc8852b64da068242cb57cbb2ed63478567224fcb6751df82605d1f0881ad6e
24 DIST uritemplate-3.0.1.tar.gz 32806 BLAKE2B 71fb7ef9fbdd61f3a3f67c5615cfb65ab261b5f9ce1c5a534e155a9723990599bf50e9ee0934d870161f7f26fc3d0fbcc07fefa558fc55bca29e96259bba767a SHA512 260da5901d28ca2354d972e00ed468c9bcf2901f948cb7759ff3e9d3a7b67da90ba754e555d6695c5095801b106ffd422459f0860b901a75e01575e159eb8f48
25
26 diff --git a/dev-python/uritemplate/uritemplate-0.6.ebuild b/dev-python/uritemplate/uritemplate-0.6.ebuild
27 deleted file mode 100644
28 index 88dda851f42..00000000000
29 --- a/dev-python/uritemplate/uritemplate-0.6.ebuild
30 +++ /dev/null
31 @@ -1,22 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -
37 -PYTHON_COMPAT=( python3_6 pypy3 )
38 -
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="Python implementation of RFC6570, URI Template"
42 -HOMEPAGE="https://pypi.org/project/uritemplate/"
43 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
44 -
45 -SLOT="0"
46 -LICENSE="Apache-2.0"
47 -KEYWORDS="amd64 arm x86 ~amd64-linux ~x86-linux"
48 -IUSE=""
49 -
50 -RDEPEND="
51 - dev-python/simplejson[${PYTHON_USEDEP}]
52 - !<=dev-python/google-api-python-client-1.3"
53 -DEPEND="${RDEPEND}"
54
55 diff --git a/dev-python/uritemplate/uritemplate-3.0.0.ebuild b/dev-python/uritemplate/uritemplate-3.0.0.ebuild
56 deleted file mode 100644
57 index a4ea032e684..00000000000
58 --- a/dev-python/uritemplate/uritemplate-3.0.0.ebuild
59 +++ /dev/null
60 @@ -1,22 +0,0 @@
61 -# Copyright 1999-2020 Gentoo Authors
62 -# Distributed under the terms of the GNU General Public License v2
63 -
64 -EAPI=6
65 -
66 -PYTHON_COMPAT=( python3_{6,7} pypy3 )
67 -
68 -inherit distutils-r1
69 -
70 -DESCRIPTION="Python implementation of RFC6570, URI Template"
71 -HOMEPAGE="https://pypi.org/project/uritemplate/"
72 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
73 -
74 -SLOT="0"
75 -LICENSE="Apache-2.0"
76 -KEYWORDS="amd64 arm ~arm64 x86 ~amd64-linux ~x86-linux"
77 -IUSE=""
78 -
79 -RDEPEND="
80 - dev-python/simplejson[${PYTHON_USEDEP}]
81 - !<=dev-python/google-api-python-client-1.3"
82 -DEPEND="${RDEPEND}"