python-defusedxml: Update to version 0.5.0, use pypi, add python3 recipe (#12)

python-defusedxml: update to version 0.5.0, use pypi, add python3 recipe
This commit is contained in:
johannesschrimpf 2017-12-16 08:24:36 +01:00 committed by Lukas Bulwahn
parent 24dab93318
commit e7fbbd4a06
3 changed files with 4 additions and 5 deletions

View File

@ -2,10 +2,9 @@ DESCRIPTION = "XML bomb protection for Python stdlib modules"
SECTION = "devel/python"
LICENSE = "PSFL"
LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=a560e172e996ab553d352ccff41c7d20"
SRCNAME = "defusedxml"
PYPI_PACKAGE = "defusedxml"
SRC_URI = "http://pypi.python.org/packages/source/d/defusedxml/defusedxml-${PV}.tar.gz"
SRC_URI[md5sum] = "230a5eff64f878b392478e30376d673a"
SRC_URI[sha256sum] = "cd551d5a518b745407635bb85116eb813818ecaf182e773c35b36239fc3f2478"
SRC_URI[md5sum] = "7ff1501366c6d1dcd2de8514dc2b755e"
SRC_URI[sha256sum] = "24d7f2f94f7f3cb6061acb215685e5125fbcdc40a857eff9de22518820b0a4f4"
S = "${WORKDIR}/${SRCNAME}-${PV}"
inherit pypi