summaryrefslogtreecommitdiff
path: root/dev-python/w3lib/w3lib-1.22.0.ebuild
blob: c5e6337e057b7cb8e0e9ea68ee25c80d44bfeda6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 2020-2021 by Liguros Authors 
# Distributed under the terms of the GNU General Public License v2
EAPI=7

PYTHON_COMPAT=( python3_{6,7,8,9,10} pypy3 )

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}]"