From ecdac123787b96ce6649f0f91da12ea6458cc2b1 Mon Sep 17 00:00:00 2001 From: Palica Date: Tue, 23 Jun 2020 22:35:08 +0200 Subject: Updating liguros repo --- dev-python/w3lib/Manifest | 2 ++ dev-python/w3lib/metadata.xml | 12 ++++++++++++ dev-python/w3lib/w3lib-1.20.0.ebuild | 19 +++++++++++++++++++ dev-python/w3lib/w3lib-1.22.0.ebuild | 19 +++++++++++++++++++ 4 files changed, 52 insertions(+) create mode 100644 dev-python/w3lib/Manifest create mode 100644 dev-python/w3lib/metadata.xml create mode 100644 dev-python/w3lib/w3lib-1.20.0.ebuild create mode 100644 dev-python/w3lib/w3lib-1.22.0.ebuild (limited to 'dev-python/w3lib') diff --git a/dev-python/w3lib/Manifest b/dev-python/w3lib/Manifest new file mode 100644 index 000000000000..f0c83343b2fb --- /dev/null +++ b/dev-python/w3lib/Manifest @@ -0,0 +1,2 @@ +DIST v1.20.0.tar.gz 40695 BLAKE2B 9f5d42402749de732a689fc74e9f97eaa195cabfae6f9e3fd710666b3239ee69fd89774873667cbaa7ce810d715f6e277fb9bfad51ac4f8fab81c5b9e1762859 SHA512 1f67b68e28e2835f89efb550f9972db4eebb5804f4a8ebd19fded16d292392b73f0f99db659be76412feb0433428a402629a946734d059507299bd1b7a7b2947 +DIST v1.22.0.tar.gz 42682 BLAKE2B 72e5a8f5313a5552d619c4d9ab3784f0575da46a23828ceeb0b4dd939607be2777f8d1e73fb98dc04aae3da2a8e6d48064ad4063ad3b178fa1d53e8eec345e1c SHA512 14e12726ca46a60d0a86f670f8b19415c2a6e304eeb9a152008a2d1ea81267ddc5ff36b47fdd308bb4764869ffff61e2c243c20cfe85f79a8eb7e31ba85d46dd diff --git a/dev-python/w3lib/metadata.xml b/dev-python/w3lib/metadata.xml new file mode 100644 index 000000000000..f50b76eb7f7e --- /dev/null +++ b/dev-python/w3lib/metadata.xml @@ -0,0 +1,12 @@ + + + + + dev@liguros.net + Development + + + scrapy/w3lib + + kit-fixups + diff --git a/dev-python/w3lib/w3lib-1.20.0.ebuild b/dev-python/w3lib/w3lib-1.20.0.ebuild new file mode 100644 index 000000000000..5f9d2d14f3f4 --- /dev/null +++ b/dev-python/w3lib/w3lib-1.20.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 2020 by Liguros Authors +# Distributed under the terms of the GNU General Public License v2 +EAPI=7 + +PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy{,3} ) + +inherit distutils-r1 + +DESCRIPTION="Python library of web-related functions" +HOMEPAGE="https://github.com/scrapy/w3lib" +SRC_URI="https://github.com/scrapy/w3lib/archive/v${PV}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" + +RDEPEND="dev-python/six[${PYTHON_USEDEP}]" diff --git a/dev-python/w3lib/w3lib-1.22.0.ebuild b/dev-python/w3lib/w3lib-1.22.0.ebuild new file mode 100644 index 000000000000..5f9d2d14f3f4 --- /dev/null +++ b/dev-python/w3lib/w3lib-1.22.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 2020 by Liguros Authors +# Distributed under the terms of the GNU General Public License v2 +EAPI=7 + +PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy{,3} ) + +inherit distutils-r1 + +DESCRIPTION="Python library of web-related functions" +HOMEPAGE="https://github.com/scrapy/w3lib" +SRC_URI="https://github.com/scrapy/w3lib/archive/v${PV}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" + +RDEPEND="dev-python/six[${PYTHON_USEDEP}]" -- cgit v1.3.1