python-idna_git.bb 506 B

12345678910111213141516171819202122
  1. DESCRIPTION = "Internationalised Domain Names in Applications"
  2. HOMEPAGE = "https://github.com/kjd/idna"
  3. SECTION = "devel/python"
  4. LICENSE = "BSD-3-Clause & Python-2.0 & Unicode"
  5. LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=c61e6ec7ab3da6b340d8d3a89c964ef2"
  6. PV = "2.0"
  7. SRCREV = "bb6e94c5b5525684d8ca010bf8ab42480c319e0a"
  8. SRCNAME = "idna"
  9. SRC_URI = "git://github.com/kjd/${SRCNAME}.git"
  10. S = "${WORKDIR}/git"
  11. inherit setuptools
  12. DEPENDS += " \
  13. python-pip \
  14. "
  15. RDEPENDS_${PN} += " \
  16. "