Gentoo Archives: gentoo-commits

From: Virgil Dupras <vdupras@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/w3lib/
Date: Thu, 27 Sep 2018 13:08:02
Message-Id: 1538053529.9fb89deb17260beb80c2d06de6f6a9f02226c294.vdupras@gentoo
1 commit: 9fb89deb17260beb80c2d06de6f6a9f02226c294
2 Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 27 13:05:29 2018 +0000
4 Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 27 13:05:29 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fb89deb
7
8 dev-python/w3lib: remove last-rited package
9
10 Bug: https://bugs.gentoo.org/626550
11 Signed-off-by: Virgil Dupras <vdupras <AT> gentoo.org>
12
13 dev-python/w3lib/Manifest | 2 --
14 dev-python/w3lib/metadata.xml | 15 ---------------
15 dev-python/w3lib/w3lib-1.18.0.ebuild | 20 --------------------
16 dev-python/w3lib/w3lib-1.19.0.ebuild | 20 --------------------
17 4 files changed, 57 deletions(-)
18
19 diff --git a/dev-python/w3lib/Manifest b/dev-python/w3lib/Manifest
20 deleted file mode 100644
21 index 019db8b87da..00000000000
22 --- a/dev-python/w3lib/Manifest
23 +++ /dev/null
24 @@ -1,2 +0,0 @@
25 -DIST w3lib-1.18.0.tar.gz 37709 BLAKE2B b6fc2b7198cbf82ab509c7b2d9d77c4362840ffb70122476684d16c7c1f0ca3b9b6fdc63985a0c3eea5498c16595a4fd18a5179865d66fdd657a0c9c526194e5 SHA512 5d7a3453081eae79807f6287f862b1b6af196d1f3db19c4063d1730b0e736496e3bf2c96021d4b7237cd448a52450131e2a136c776d0ca74b4222965033289e7
26 -DIST w3lib-1.19.0.tar.gz 37989 BLAKE2B 4e33ae608c2cb7f924219e3e7fd752e7d4e473d7b9d8ba0994cc0d92d817a7f63645df502c440d1d37d347f0ca9791f3d46da3f9e92fb2c7be4592c4b77644ac SHA512 253a5fcbc93a6031156f43fbcf77e04654dd132a90f06bb2929ad372352514412b247d863b6fbe558553129746bc27965b7de56f80bfbcb828f0a53773b41eb7
27
28 diff --git a/dev-python/w3lib/metadata.xml b/dev-python/w3lib/metadata.xml
29 deleted file mode 100644
30 index 75452b6af9f..00000000000
31 --- a/dev-python/w3lib/metadata.xml
32 +++ /dev/null
33 @@ -1,15 +0,0 @@
34 -<?xml version="1.0" encoding="UTF-8"?>
35 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
36 -<pkgmetadata>
37 - <maintainer type="person">
38 - <email>maksbotan@g.o</email>
39 - </maintainer>
40 - <maintainer type="project">
41 - <email>python@g.o</email>
42 - <name>Python</name>
43 - </maintainer>
44 - <upstream>
45 - <remote-id type="pypi">w3lib</remote-id>
46 - <remote-id type="github">scrapy/w3lib</remote-id>
47 - </upstream>
48 -</pkgmetadata>
49
50 diff --git a/dev-python/w3lib/w3lib-1.18.0.ebuild b/dev-python/w3lib/w3lib-1.18.0.ebuild
51 deleted file mode 100644
52 index 6c572622b29..00000000000
53 --- a/dev-python/w3lib/w3lib-1.18.0.ebuild
54 +++ /dev/null
55 @@ -1,20 +0,0 @@
56 -# Copyright 1999-2018 Gentoo Foundation
57 -# Distributed under the terms of the GNU General Public License v2
58 -
59 -EAPI=6
60 -
61 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
62 -
63 -inherit distutils-r1
64 -
65 -DESCRIPTION="Python library of web-related functions"
66 -HOMEPAGE="https://github.com/scrapy/w3lib"
67 -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
68 -
69 -LICENSE="BSD"
70 -SLOT="0"
71 -KEYWORDS="~amd64 ~x86"
72 -IUSE=""
73 -
74 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
75 -RDEPEND=">=dev-python/six-1.4.1[${PYTHON_USEDEP}]"
76
77 diff --git a/dev-python/w3lib/w3lib-1.19.0.ebuild b/dev-python/w3lib/w3lib-1.19.0.ebuild
78 deleted file mode 100644
79 index c9ba0666131..00000000000
80 --- a/dev-python/w3lib/w3lib-1.19.0.ebuild
81 +++ /dev/null
82 @@ -1,20 +0,0 @@
83 -# Copyright 1999-2018 Gentoo Foundation
84 -# Distributed under the terms of the GNU General Public License v2
85 -
86 -EAPI=6
87 -
88 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
89 -
90 -inherit distutils-r1
91 -
92 -DESCRIPTION="Python library of web-related functions"
93 -HOMEPAGE="https://github.com/scrapy/w3lib"
94 -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
95 -
96 -LICENSE="BSD"
97 -SLOT="0"
98 -KEYWORDS="~amd64 ~x86"
99 -
100 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
101 -
102 -RDEPEND="dev-python/six[${PYTHON_USEDEP}]"