jasper fd2871391a import py-xmltodict-0.11.0
xmltodict is a Python module that makes working with XML feel like you are
working with JSON.

importing on behalf of, and from jung@
2018-05-04 11:40:32 +00:00

31 lines
616 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2018/05/04 11:40:32 jasper Exp $
COMMENT = makes working with XML feel like orking with JSON
MODPY_EGG_VERSION = 0.11.0
DISTNAME = xmltodict-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
CATEGORIES = textproc
MAINTAINER = Joerg Jung <jung@openbsd.org>
# MIT
PERMIT_PACKAGE_CDROM = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_SETUPTOOLS = Yes
TEST_DEPENDS = devel/py-coverage${MODPY_FLAVOR} \
devel/py-nose${MODPY_FLAVOR}
FLAVORS = python3
FLAVOR ?=
do-test:
cd ${WRKSRC} && \
${LOCALBASE}/bin/nosetests${MODPY_BIN_SUFFIX} tests/*.py
.include <bsd.port.mk>