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:
parent
ee17ded1db
commit
fd2871391a
30
textproc/py-xmltodict/Makefile
Normal file
30
textproc/py-xmltodict/Makefile
Normal 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>
|
2
textproc/py-xmltodict/distinfo
Normal file
2
textproc/py-xmltodict/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (xmltodict-0.11.0.tar.gz) = j419QKoo2D9BCafoqobmek3yAtlTi+QMDLHXDaUnsN8=
|
||||
SIZE (xmltodict-0.11.0.tar.gz) = 26589
|
2
textproc/py-xmltodict/pkg/DESCR
Normal file
2
textproc/py-xmltodict/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
xmltodict is a Python module that makes working with XML feel like you are
|
||||
working with JSON.
|
8
textproc/py-xmltodict/pkg/PLIST
Normal file
8
textproc/py-xmltodict/pkg/PLIST
Normal 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
|
Loading…
x
Reference in New Issue
Block a user