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: Mon, 26 Jun 2017 08:37:25
Message-Id: 1498466234.0e62d969195138f37c0e5a8ccd5b9fa5de946610.zmedico@gentoo
1 commit: 0e62d969195138f37c0e5a8ccd5b9fa5de946610
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 26 08:33:52 2017 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 26 08:37:14 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e62d969
7
8 dev-python/yarl: remove old versions
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-python/yarl/Manifest | 3 ---
13 dev-python/yarl/yarl-0.10.0.ebuild | 23 -----------------------
14 dev-python/yarl/yarl-0.7.0.ebuild | 29 -----------------------------
15 dev-python/yarl/yarl-0.8.1.ebuild | 23 -----------------------
16 4 files changed, 78 deletions(-)
17
18 diff --git a/dev-python/yarl/Manifest b/dev-python/yarl/Manifest
19 index 22dc199d2c4..3e8894a5794 100644
20 --- a/dev-python/yarl/Manifest
21 +++ b/dev-python/yarl/Manifest
22 @@ -1,5 +1,2 @@
23 -DIST yarl-0.10.0.tar.gz 127197 SHA256 d92947434946bf47e3ee2123f4ea785ea4c7d5ba37c93fd2142470868dc2a01b SHA512 6118d0ec78b85b55398d42ef6c729d3372f7e3eb45c88f0751dd2f21a7d19920f5741ff6305b8a70dc61a2148f202446468c7c92dc539a698bfebaa07ea4d502 WHIRLPOOL dfa4a4e010c2927d0a22b1f2f8993fc55c2ab3fa342db35f04ae5c4e236d24aae99e8eb288a6d28879a4f10a0ee7eef8942b8a45d75e626db07bc29f246d4181
24 DIST yarl-0.10.2.tar.gz 127679 SHA256 a042c5b3584531cd09cd5ca647f71553df7caaa3359b9b3f7eb34c3b1045b38d SHA512 b385a4165b7d095e4d6e2ec5c808c6536e044fb7750000d917370ca4ca66162ed60b142e33eedb02f608bd8b005f6d1f18304992fe00702ea30dd746a0ad9a88 WHIRLPOOL 4d64a9051b00eed92b48afa2340374f125ac4de05c6886bc7dd706734518308cbf7c29086e9f812331831800bda659f027cf4c4a1b91a80d1762387a55d3d175
25 -DIST yarl-0.7.0.tar.gz 117786 SHA256 43222e76b17d62e23c2ff62dde7b6d3cd64453be7529876b4967ec5c3e0fa3fd SHA512 a63e5912eef2899773b05188bf4673ce0beb254605da81bff93c5a364e4f8d3864287a1f8165758a1ac86f97613b5d997d77c29f9ed4261c7fe2e9bc861c8470 WHIRLPOOL 353e3cf435127858070e017811419203b04b7e223e4acd106ae183829d2c84f231a20df21d7fe40d8568d2597b9411d53d579c9e59eb7172234fc7700420f2c0
26 -DIST yarl-0.8.1.tar.gz 121256 SHA256 9f0397ae540124bf16a8a5b89bc3ea1c07f8ae70c3e44231a40a9edd254d5712 SHA512 2c475cd3f5f271c08296bb9819bbb06def535ca715c48858839be491fdc1ebe311dc4b53c26e748a4daaf7fd83bac173b9e38fd2e07069fc5fc09a8dc345029f WHIRLPOOL 31b4cee66b45faf203bb86ea2124dd840aa3943669a2fc0b9d7724ac944b29696834233ff291c4401a57ee787d6a75a97ae5f676933d0463fad19a86761b5632
27 DIST yarl-0.9.8.tar.gz 125806 SHA256 a7818b0654265623525b56e78b901315a9ffb7ef0bf21b4af7e0e27572d54dec SHA512 67446ca618a2539f8c1fc8a7a96d1ce50a924ece0479e01103347f73a7bd75b0fbdd0ff5c007529195c3f12aa62d185563e761557fcb95b3226eaece65c0be9f WHIRLPOOL 422cdd47982e44a64f89d689882a31038728dab0e827f5d44b7e25e81fe2a89f888f060f7971a4b6ff901627596d65da73035be8673efcd186d5af25da01cd8f
28
29 diff --git a/dev-python/yarl/yarl-0.10.0.ebuild b/dev-python/yarl/yarl-0.10.0.ebuild
30 deleted file mode 100644
31 index 694affc3c69..00000000000
32 --- a/dev-python/yarl/yarl-0.10.0.ebuild
33 +++ /dev/null
34 @@ -1,23 +0,0 @@
35 -# Copyright 1999-2017 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=6
39 -PYTHON_COMPAT=( python3_{4,5,6} )
40 -
41 -inherit distutils-r1
42 -
43 -DESCRIPTION="Yet another URL library"
44 -HOMEPAGE="https://github.com/aio-libs/yarl/"
45 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
46 -
47 -LICENSE="Apache-2.0"
48 -SLOT="0"
49 -KEYWORDS="~amd64 ~x86"
50 -IUSE="test"
51 -
52 -DEPEND="test? ( dev-python/pytest[${PYTHON_USEDEP}] )
53 - dev-python/setuptools[${PYTHON_USEDEP}]"
54 -
55 -python_test() {
56 - py.test -v || die "Tests fail with ${EPYTHON}"
57 -}
58
59 diff --git a/dev-python/yarl/yarl-0.7.0.ebuild b/dev-python/yarl/yarl-0.7.0.ebuild
60 deleted file mode 100644
61 index b34d2de12d8..00000000000
62 --- a/dev-python/yarl/yarl-0.7.0.ebuild
63 +++ /dev/null
64 @@ -1,29 +0,0 @@
65 -# Copyright 1999-2016 Gentoo Foundation
66 -# Distributed under the terms of the GNU General Public License v2
67 -
68 -EAPI=6
69 -PYTHON_COMPAT=( python3_{4,5} )
70 -
71 -inherit distutils-r1
72 -
73 -DESCRIPTION="Yet another URL library"
74 -HOMEPAGE="https://github.com/aio-libs/yarl/"
75 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
76 -
77 -LICENSE="Apache-2.0"
78 -SLOT="0"
79 -KEYWORDS="~amd64 ~x86"
80 -IUSE="test"
81 -
82 -DEPEND="test? ( dev-python/pytest-runner[${PYTHON_USEDEP}] )
83 - dev-python/setuptools[${PYTHON_USEDEP}]"
84 -
85 -src_prepare() {
86 - # pytest-runner is not really required unless tests are enabled
87 - sed -e "s:'pytest-runner',\\?::" -i setup.py || die
88 - distutils-r1_src_prepare
89 -}
90 -
91 -python_test() {
92 - esetup.py test || die
93 -}
94
95 diff --git a/dev-python/yarl/yarl-0.8.1.ebuild b/dev-python/yarl/yarl-0.8.1.ebuild
96 deleted file mode 100644
97 index c94d4ffb50e..00000000000
98 --- a/dev-python/yarl/yarl-0.8.1.ebuild
99 +++ /dev/null
100 @@ -1,23 +0,0 @@
101 -# Copyright 1999-2017 Gentoo Foundation
102 -# Distributed under the terms of the GNU General Public License v2
103 -
104 -EAPI=6
105 -PYTHON_COMPAT=( python3_{4,5,6} )
106 -
107 -inherit distutils-r1
108 -
109 -DESCRIPTION="Yet another URL library"
110 -HOMEPAGE="https://github.com/aio-libs/yarl/"
111 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
112 -
113 -LICENSE="Apache-2.0"
114 -SLOT="0"
115 -KEYWORDS="~amd64 ~x86"
116 -IUSE="test"
117 -
118 -DEPEND="test? ( dev-python/pytest-runner[${PYTHON_USEDEP}] )
119 - dev-python/setuptools[${PYTHON_USEDEP}]"
120 -
121 -python_test() {
122 - esetup.py test || die
123 -}