# Copyright 2020 by Liguros Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 PYTHON_COMPAT=( python{2_7,3_{6,7,8,9,10}} 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}]"