Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/yarl/
Date: Wed, 28 Aug 2019 23:48:58
Message-Id: 1567036096.38006d4e93ee1ff4d5fe33d7769ba6075b4d6ab1.zmedico@gentoo
1 commit: 38006d4e93ee1ff4d5fe33d7769ba6075b4d6ab1
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 28 23:48:16 2019 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 28 23:48:16 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38006d4e
7
8 dev-python/yarl: Remove old versions
9
10 Package-Manager: Portage-2.3.73, Repoman-2.3.17
11 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
12
13 dev-python/yarl/Manifest | 3 ---
14 dev-python/yarl/yarl-0.9.8-r1.ebuild | 25 -------------------------
15 dev-python/yarl/yarl-1.2.4.ebuild | 31 -------------------------------
16 dev-python/yarl/yarl-1.2.6.ebuild | 31 -------------------------------
17 4 files changed, 90 deletions(-)
18
19 diff --git a/dev-python/yarl/Manifest b/dev-python/yarl/Manifest
20 index 6f7ba598a25..031dd0af665 100644
21 --- a/dev-python/yarl/Manifest
22 +++ b/dev-python/yarl/Manifest
23 @@ -1,5 +1,2 @@
24 -DIST yarl-0.9.8.tar.gz 125806 BLAKE2B 983ccd2516ad00e89b75cb94a2237ea85325947d8fdfd7978b08addba08566b205b5c2a2863fb9943343857b976981b0b5735fe35b2c88f77d6178faa0d814d5 SHA512 67446ca618a2539f8c1fc8a7a96d1ce50a924ece0479e01103347f73a7bd75b0fbdd0ff5c007529195c3f12aa62d185563e761557fcb95b3226eaece65c0be9f
25 DIST yarl-1.1.1.tar.gz 156284 BLAKE2B d070b0ea5cb06ef78f850a130d3292e66f592fd46ccf671cfe51f93c0e419a599f42f6a7255e3eb0f15ba96b1ac0cdcd0bce4deff81da6e5dcc25f7a8136bd78 SHA512 fe53e24401e91994d04fd7274200f92168bb08d78c460b49e800646a3e4611f6baefca4ede5b2b6727f2e6e4cd51296ca834305c0e2fb377ac3a928463f995cd
26 -DIST yarl-1.2.4.tar.gz 159570 BLAKE2B 2214917d01ba8f7ba4ea66e28711bcf2549fb1016be9da49147788d61a51168bc81b209ee1466482c93a8fddb4bec87c9ee072b703a1b0094553ecfcc525c0a9 SHA512 370fafa7ca507589660cb9f025bfa154c7b351fa6f7f7cfbedf8b20b64a175bba78e7673b122443132b10e6214e503668efd98c79dd79ee45364b1f779ecd8f1
27 -DIST yarl-1.2.6.tar.gz 159816 BLAKE2B f8f8525aaf3471baffc1c9640a2b95f7d1a0b8607ccbae41ccfea5296a1a40968020282ca40d06e38ff04e448b43af1d7ead8703d618c6fdd520ed6581fd7077 SHA512 44384a11944808583139bf87846cd0080545efddb04be750d923e1b7dc8a4f88c3801b9e6fe742136298c79e60ac94e2584e3b39e42f002af4d6bd970896d3f2
28 DIST yarl-1.3.0.tar.gz 159748 BLAKE2B cd7844545f3ee749d1dce865e21065c2b8e0c1ebf4715a3f8ec01064e534fa5b8b872539aece8a7e3a7ae147942ff5e0dc1878d84449d8248fd8e33c4234e3f1 SHA512 58e539900e7754b0a3d41960ebe20d21fd7245ce71fccb31d6a1204298dd71cacd742b2cb2b4c49c3a9b28ce5c664c412334f29e23a3c608aad8018142ba3e14
29
30 diff --git a/dev-python/yarl/yarl-0.9.8-r1.ebuild b/dev-python/yarl/yarl-0.9.8-r1.ebuild
31 deleted file mode 100644
32 index 1b6af5976db..00000000000
33 --- a/dev-python/yarl/yarl-0.9.8-r1.ebuild
34 +++ /dev/null
35 @@ -1,25 +0,0 @@
36 -# Copyright 1999-2019 Gentoo Authors
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=6
40 -PYTHON_COMPAT=( python3_{5,6} )
41 -
42 -inherit distutils-r1
43 -
44 -DESCRIPTION="Yet another URL library"
45 -HOMEPAGE="https://github.com/aio-libs/yarl/"
46 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
47 -
48 -LICENSE="Apache-2.0"
49 -SLOT="0"
50 -KEYWORDS="~amd64 ~x86"
51 -IUSE="test"
52 -
53 -RDEPEND="dev-python/multidict[${PYTHON_USEDEP}]"
54 -DEPEND="${RDEPEND}
55 - dev-python/setuptools[${PYTHON_USEDEP}]
56 - test? ( dev-python/pytest-runner[${PYTHON_USEDEP}] )"
57 -
58 -python_test() {
59 - esetup.py test || die
60 -}
61
62 diff --git a/dev-python/yarl/yarl-1.2.4.ebuild b/dev-python/yarl/yarl-1.2.4.ebuild
63 deleted file mode 100644
64 index e713f032434..00000000000
65 --- a/dev-python/yarl/yarl-1.2.4.ebuild
66 +++ /dev/null
67 @@ -1,31 +0,0 @@
68 -# Copyright 1999-2019 Gentoo Authors
69 -# Distributed under the terms of the GNU General Public License v2
70 -
71 -EAPI=6
72 -PYTHON_COMPAT=( python3_{5,6} )
73 -
74 -inherit distutils-r1
75 -
76 -DESCRIPTION="Yet another URL library"
77 -HOMEPAGE="https://github.com/aio-libs/yarl/"
78 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
79 -
80 -LICENSE="Apache-2.0"
81 -SLOT="0"
82 -KEYWORDS="~amd64 ~x86"
83 -IUSE="test"
84 -
85 -RDEPEND="
86 - >=dev-python/multidict-4.0[${PYTHON_USEDEP}]
87 - >=dev-python/idna-2.0[${PYTHON_USEDEP}]
88 -"
89 -DEPEND="${RDEPEND}
90 - dev-python/setuptools[${PYTHON_USEDEP}]
91 - test? (
92 - dev-python/pytest[${PYTHON_USEDEP}]
93 - dev-python/pytest-runner[${PYTHON_USEDEP}]
94 - )"
95 -
96 -python_test() {
97 - esetup.py test
98 -}
99
100 diff --git a/dev-python/yarl/yarl-1.2.6.ebuild b/dev-python/yarl/yarl-1.2.6.ebuild
101 deleted file mode 100644
102 index e713f032434..00000000000
103 --- a/dev-python/yarl/yarl-1.2.6.ebuild
104 +++ /dev/null
105 @@ -1,31 +0,0 @@
106 -# Copyright 1999-2019 Gentoo Authors
107 -# Distributed under the terms of the GNU General Public License v2
108 -
109 -EAPI=6
110 -PYTHON_COMPAT=( python3_{5,6} )
111 -
112 -inherit distutils-r1
113 -
114 -DESCRIPTION="Yet another URL library"
115 -HOMEPAGE="https://github.com/aio-libs/yarl/"
116 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
117 -
118 -LICENSE="Apache-2.0"
119 -SLOT="0"
120 -KEYWORDS="~amd64 ~x86"
121 -IUSE="test"
122 -
123 -RDEPEND="
124 - >=dev-python/multidict-4.0[${PYTHON_USEDEP}]
125 - >=dev-python/idna-2.0[${PYTHON_USEDEP}]
126 -"
127 -DEPEND="${RDEPEND}
128 - dev-python/setuptools[${PYTHON_USEDEP}]
129 - test? (
130 - dev-python/pytest[${PYTHON_USEDEP}]
131 - dev-python/pytest-runner[${PYTHON_USEDEP}]
132 - )"
133 -
134 -python_test() {
135 - esetup.py test
136 -}