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: Sat, 28 Oct 2017 13:37:08
Message-Id: 1509197817.67b3229a676c2d240a8027f84bf91b9f6e29bbe5.monsieurp@gentoo
1 commit: 67b3229a676c2d240a8027f84bf91b9f6e29bbe5
2 Author: Bob Brooks <gitbugged <AT> cool <DOT> fr <DOT> nf>
3 AuthorDate: Mon Oct 23 16:55:22 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 28 13:36:57 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67b3229a
7
8 dev-python/w3lib: version bump to 1.18.0.
9
10 Closes: https://bugs.gentoo.org/626550
11 Closes: https://github.com/gentoo/gentoo/pull/6028
12
13 dev-python/w3lib/Manifest | 1 +
14 dev-python/w3lib/w3lib-1.18.0.ebuild | 20 ++++++++++++++++++++
15 2 files changed, 21 insertions(+)
16
17 diff --git a/dev-python/w3lib/Manifest b/dev-python/w3lib/Manifest
18 index ca54582bbcc..8a5eb785be9 100644
19 --- a/dev-python/w3lib/Manifest
20 +++ b/dev-python/w3lib/Manifest
21 @@ -1,2 +1,3 @@
22 DIST w3lib-1.13.0.tar.gz 36757 SHA256 72739cb480413a1d2cf176942986a2b9113411166ac81f2551e5f5eecc383a84 SHA512 813a709ac20d5b7a3231a2f2f2336de574f1aa9eaa005bc60eb0e79d56a71f8ca88c6b793692eb26950c2310a23d27963b4bf36f8857bf6ecee9bda50fecee42 WHIRLPOOL 33d497e60c3f2c635d81ea36e00dcd8d6867c69ed4af5d5a95ba7df355dd1aeec6bedd1f5abfd86d2da79d9e70b142dc88c9dedaf76dd28390a831094225e055
23 DIST w3lib-1.17.0.tar.gz 30357 SHA256 d8c654827fcf92ba4d7111f8588d2eff8653c5580c27ca61b1bc7805c080506f SHA512 a131e1671e27d34c77ff62ce17aa1d28461d12b66e1fef4f4410d061f2a75ee4cdbbb447eea16c265ca6e4f1da2e72c8cf30f87fe1a92a8f3f70df036b4b2c96 WHIRLPOOL bfd67603a0089679c9e454e950e98ffe85fd51862a64b8b5bba6c40eb446e1a5735144a7ddaf613f2ef0fe9baf6004e1157b8198034f75cd9314dc00f6adaa39
24 +DIST w3lib-1.18.0.tar.gz 37709 SHA256 c48731d5d73cde86f9c3c2bd6898d165f670120427353a7c8f9d6c685561d3c4 SHA512 5d7a3453081eae79807f6287f862b1b6af196d1f3db19c4063d1730b0e736496e3bf2c96021d4b7237cd448a52450131e2a136c776d0ca74b4222965033289e7 WHIRLPOOL aa384f8954c53ef2bbd3b85e28dc9196e3945fa6792cbc2daedb322ada288856d93171fa93aa02e1c08881a43743c5ad232466e4afdfa02966b0c42da3349c20
25
26 diff --git a/dev-python/w3lib/w3lib-1.18.0.ebuild b/dev-python/w3lib/w3lib-1.18.0.ebuild
27 new file mode 100644
28 index 00000000000..02b11704890
29 --- /dev/null
30 +++ b/dev-python/w3lib/w3lib-1.18.0.ebuild
31 @@ -0,0 +1,20 @@
32 +# Copyright 1999-2015 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=6
36 +
37 +PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
38 +
39 +inherit distutils-r1
40 +
41 +DESCRIPTION="Python library of web-related functions"
42 +HOMEPAGE="https://github.com/scrapy/w3lib"
43 +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
44 +
45 +LICENSE="BSD"
46 +SLOT="0"
47 +KEYWORDS="~amd64 ~x86"
48 +IUSE=""
49 +
50 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
51 +RDEPEND=">=dev-python/six-1.4.1[${PYTHON_USEDEP}]"