spacepaste

  1.  
  2. # Copyright 1999-2015 Gentoo Foundation
  3. # Distributed under the terms of the GNU General Public License v2
  4. EAPI=6
  5. PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
  6. inherit distutils-r1
  7. DESCRIPTION="Python library of web-related functions"
  8. HOMEPAGE="https://github.com/scrapy/w3lib"
  9. SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
  10. LICENSE="BSD"
  11. SLOT="0"
  12. KEYWORDS="~amd64 ~x86"
  13. IUSE=""
  14. DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
  15. RDEPEND=">=dev-python/six-1.4.1[${PYTHON_USEDEP}]"
  16.