summaryrefslogtreecommitdiff
path: root/dev-python/w3lib
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/w3lib')
-rw-r--r--dev-python/w3lib/Manifest2
-rw-r--r--dev-python/w3lib/metadata.xml12
-rw-r--r--dev-python/w3lib/w3lib-1.20.0.ebuild19
-rw-r--r--dev-python/w3lib/w3lib-1.22.0.ebuild19
4 files changed, 52 insertions, 0 deletions
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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>dev@liguros.net</email>
+ <name>Development</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">scrapy/w3lib</remote-id>
+ </upstream>
+ <origin>kit-fixups</origin>
+</pkgmetadata>
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}]"