diff options
author | 2016-03-02 12:19:10 +0100 | |
---|---|---|
committer | 2016-03-02 12:43:32 +0100 | |
commit | 196d5db293f0cf0d0c37cf9ca37e8410eae224a3 (patch) | |
tree | 0fd2ca1880370dd4f326bb73d6942eafba82f7fe /dev-python/w3lib | |
parent | dev-python/serpent: Bump (diff) | |
download | gentoo-196d5db293f0cf0d0c37cf9ca37e8410eae224a3.tar.gz gentoo-196d5db293f0cf0d0c37cf9ca37e8410eae224a3.tar.bz2 gentoo-196d5db293f0cf0d0c37cf9ca37e8410eae224a3.zip |
dev-python/w3lib: Bump
Package-Manager: portage-2.2.27
Diffstat (limited to 'dev-python/w3lib')
-rw-r--r-- | dev-python/w3lib/Manifest | 1 | ||||
-rw-r--r-- | dev-python/w3lib/w3lib-1.13.0.ebuild | 21 |
2 files changed, 22 insertions, 0 deletions
diff --git a/dev-python/w3lib/Manifest b/dev-python/w3lib/Manifest index f5373178e25e..bba045ff9776 100644 --- a/dev-python/w3lib/Manifest +++ b/dev-python/w3lib/Manifest @@ -1 +1,2 @@ DIST w3lib-1.11.0.tar.gz 12083 SHA256 826f6184232c385b7c8038ef7ae5506f1cb3f8fa470ac12ce0fb6fb0a592fb92 SHA512 421e75639291c6aec56aa28efeaf2a440c878662085a9a667bf1b89e30b2b6ce29066d524f48ad99af1563a1b886483cc81d8897975697084256588319988b37 WHIRLPOOL db05a2f4799065ad4a942f363ce45b00cb87689be049c42a35a0ef703907742fb3bd71a51b6c6a49266bb0e47adf1be6b144708beab0a03749f1c66e597cf7b2 +DIST w3lib-1.13.0.tar.gz 36757 SHA256 72739cb480413a1d2cf176942986a2b9113411166ac81f2551e5f5eecc383a84 SHA512 813a709ac20d5b7a3231a2f2f2336de574f1aa9eaa005bc60eb0e79d56a71f8ca88c6b793692eb26950c2310a23d27963b4bf36f8857bf6ecee9bda50fecee42 WHIRLPOOL 33d497e60c3f2c635d81ea36e00dcd8d6867c69ed4af5d5a95ba7df355dd1aeec6bedd1f5abfd86d2da79d9e70b142dc88c9dedaf76dd28390a831094225e055 diff --git a/dev-python/w3lib/w3lib-1.13.0.ebuild b/dev-python/w3lib/w3lib-1.13.0.ebuild new file mode 100644 index 000000000000..3123ab1c44e6 --- /dev/null +++ b/dev-python/w3lib/w3lib-1.13.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy ) + +inherit distutils-r1 + +DESCRIPTION="Python library of web-related functions" +HOMEPAGE="https://github.com/scrapy/w3lib" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND=">=dev-python/six-1.4.1[${PYTHON_USEDEP}]" |