Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/w3lib/
Date: Sun, 29 Jul 2018 22:34:53
Message-Id: 1532903681.198133b4c8bb9328f852f9c24b6b510ae5ed4e48.monsieurp@gentoo
1 commit: 198133b4c8bb9328f852f9c24b6b510ae5ed4e48
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 29 22:33:46 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 29 22:34:41 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=198133b4
7
8 dev-python/w3lib: version bump.
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 dev-python/w3lib/Manifest | 1 +
13 dev-python/w3lib/w3lib-1.19.0.ebuild | 20 ++++++++++++++++++++
14 2 files changed, 21 insertions(+)
15
16 diff --git a/dev-python/w3lib/Manifest b/dev-python/w3lib/Manifest
17 index 9e4373d8270..019db8b87da 100644
18 --- a/dev-python/w3lib/Manifest
19 +++ b/dev-python/w3lib/Manifest
20 @@ -1 +1,2 @@
21 DIST w3lib-1.18.0.tar.gz 37709 BLAKE2B b6fc2b7198cbf82ab509c7b2d9d77c4362840ffb70122476684d16c7c1f0ca3b9b6fdc63985a0c3eea5498c16595a4fd18a5179865d66fdd657a0c9c526194e5 SHA512 5d7a3453081eae79807f6287f862b1b6af196d1f3db19c4063d1730b0e736496e3bf2c96021d4b7237cd448a52450131e2a136c776d0ca74b4222965033289e7
22 +DIST w3lib-1.19.0.tar.gz 37989 BLAKE2B 4e33ae608c2cb7f924219e3e7fd752e7d4e473d7b9d8ba0994cc0d92d817a7f63645df502c440d1d37d347f0ca9791f3d46da3f9e92fb2c7be4592c4b77644ac SHA512 253a5fcbc93a6031156f43fbcf77e04654dd132a90f06bb2929ad372352514412b247d863b6fbe558553129746bc27965b7de56f80bfbcb828f0a53773b41eb7
23
24 diff --git a/dev-python/w3lib/w3lib-1.19.0.ebuild b/dev-python/w3lib/w3lib-1.19.0.ebuild
25 new file mode 100644
26 index 00000000000..c9ba0666131
27 --- /dev/null
28 +++ b/dev-python/w3lib/w3lib-1.19.0.ebuild
29 @@ -0,0 +1,20 @@
30 +# Copyright 1999-2018 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=6
34 +
35 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
36 +
37 +inherit distutils-r1
38 +
39 +DESCRIPTION="Python library of web-related functions"
40 +HOMEPAGE="https://github.com/scrapy/w3lib"
41 +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
42 +
43 +LICENSE="BSD"
44 +SLOT="0"
45 +KEYWORDS="~amd64 ~x86"
46 +
47 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
48 +
49 +RDEPEND="dev-python/six[${PYTHON_USEDEP}]"