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@
This commit is contained in:
jasper 2018-05-04 11:40:32 +00:00
parent ee17ded1db
commit fd2871391a
4 changed files with 42 additions and 0 deletions

View File

@ -0,0 +1,30 @@
# $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>

View File

@ -0,0 +1,2 @@
SHA256 (xmltodict-0.11.0.tar.gz) = j419QKoo2D9BCafoqobmek3yAtlTi+QMDLHXDaUnsN8=
SIZE (xmltodict-0.11.0.tar.gz) = 26589

View File

@ -0,0 +1,2 @@
xmltodict is a Python module that makes working with XML feel like you are
working with JSON.

View File

@ -0,0 +1,8 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2018/05/04 11:40:32 jasper Exp $
lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}xmltodict.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/xmltodict-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
lib/python${MODPY_VERSION}/site-packages/xmltodict-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
lib/python${MODPY_VERSION}/site-packages/xmltodict-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
lib/python${MODPY_VERSION}/site-packages/xmltodict-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
lib/python${MODPY_VERSION}/site-packages/xmltodict-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
lib/python${MODPY_VERSION}/site-packages/xmltodict.py