python-ipaddress_git.bb 499 B

12345678910111213141516171819202122
  1. DESCRIPTION = "Python 3.3+'s ipaddress for Python 2.6, 2.7, 3.2."
  2. HOMEPAGE = "https://github.com/phihag/ipaddress"
  3. SECTION = "devel/python"
  4. LICENSE = "Python-2.0"
  5. LIC_FILES_CHKSUM = "file://LICENSE;md5=7f538584cc3407bf76042def7168548a"
  6. PV = "1.0.15"
  7. SRCREV = "95adb9f374a1cca5efda08d20d9fc58d955d4a42"
  8. SRCNAME = "ipaddress"
  9. SRC_URI = "git://github.com/phihag/${SRCNAME}.git"
  10. S = "${WORKDIR}/git"
  11. inherit setuptools
  12. DEPENDS += " \
  13. python-pip \
  14. "
  15. RDEPENDS_${PN} += " \
  16. "