fake-useragent-0.1.11.ebuild 512 B

12345678910111213141516171819
  1. # Copyright 2020 Gentoo Authors
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=7
  4. PYTHON_COMPAT=( python3_{6..9} )
  5. inherit distutils-r1
  6. DESCRIPTION="up to date simple useragent faker with real world database"
  7. HOMEPAGE="
  8. https://pypi.org/project/fake-useragent
  9. https://github.com/hellysmile/fake-useragent
  10. "
  11. SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
  12. LICENSE="Apache-2.0"
  13. SLOT="0"
  14. KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86"