365e6bb09b
v0.12.0 Allow force_commits=True for getting all keys as lists README.md: fix useless uses of cat Add FreeBSD install instructions Fix and simplify travis config Add support for Python 3.7 Drop support for EOL Python Use Markdown long_description on PyPI correct spelling mistake correctly unparse booleans Updates README.md with svg badge
23 lines
696 B
Makefile
23 lines
696 B
Makefile
# $NetBSD: Makefile,v 1.2 2019/02/12 16:36:12 adam Exp $
|
|
|
|
DISTNAME= xmltodict-0.12.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=x/xmltodict/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/martinblech/xmltodict
|
|
COMMENT= Simplified XML parser library
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
|
|
TEST_DEPENDS+= ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage
|
|
TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
do-test:
|
|
cd ${WRKSRC} && ${PYTHONBIN} -m unittest discover -s tests -v
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|