pkgsrc/textproc/py-defusedxml/Makefile
adam 81df3a682a py-defusedxml: updated to 0.7.1
defusedxml 0.7.1
- Fix regression ``defusedxml.ElementTree.ParseError``
  The ``ParseError`` exception is now the same class object as
  ``xml.etree.ElementTree.ParseError`` again.
2021-03-09 05:59:33 +00:00

16 lines
463 B
Makefile

# $NetBSD: Makefile,v 1.8 2021/03/09 05:59:33 adam Exp $
DISTNAME= defusedxml-0.7.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= python textproc
MASTER_SITES= ${MASTER_SITE_PYPI:=d/defusedxml/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/tiran/defusedxml
COMMENT= XML bomb protection for Python stdlib modules
LICENSE= python-software-foundation
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"