[Midnightbsd-cvs] mports [24116] trunk/devel: add py-xmltodict
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Mon Sep 3 11:43:49 EDT 2018
Revision: 24116
http://svnweb.midnightbsd.org/mports/?rev=24116
Author: laffer1
Date: 2018-09-03 11:43:48 -0400 (Mon, 03 Sep 2018)
Log Message:
-----------
add py-xmltodict
Modified Paths:
--------------
trunk/devel/Makefile
Added Paths:
-----------
trunk/devel/py-xmltodict/
trunk/devel/py-xmltodict/Makefile
trunk/devel/py-xmltodict/distinfo
trunk/devel/py-xmltodict/pkg-descr
Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile 2018-09-03 15:42:38 UTC (rev 24115)
+++ trunk/devel/Makefile 2018-09-03 15:43:48 UTC (rev 24116)
@@ -524,6 +524,7 @@
SUBDIR += py-virtualenv
SUBDIR += py-wrapt
SUBDIR += py-xdg
+SUBDIR += py-xmltodict
SUBDIR += py-yaml
SUBDIR += py-zope.component
SUBDIR += py-zope.event
Added: trunk/devel/py-xmltodict/Makefile
===================================================================
--- trunk/devel/py-xmltodict/Makefile (rev 0)
+++ trunk/devel/py-xmltodict/Makefile 2018-09-03 15:43:48 UTC (rev 24116)
@@ -0,0 +1,24 @@
+# $MidnightBSD$
+
+PORTNAME= xmltodict
+PORTVERSION= 0.11.0
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= XML parser that returns python dictionaries
+
+LICENSE= mit
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose
+
+NO_ARCH= yes
+USES= python
+USE_PYTHON= autoplist concurrent distutils
+
+do-test:
+ @cd ${WRKSRC} && ${LOCALBASE}/bin/nosetests-${PYTHON_VER}
+
+.include <bsd.port.mk>
Property changes on: trunk/devel/py-xmltodict/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/py-xmltodict/distinfo
===================================================================
--- trunk/devel/py-xmltodict/distinfo (rev 0)
+++ trunk/devel/py-xmltodict/distinfo 2018-09-03 15:43:48 UTC (rev 24116)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1494950061
+SHA256 (xmltodict-0.11.0.tar.gz) = 8f8d7d40aa28d83f4109a7e8aa86e67a4df202d9538be40c0cb1d70da527b0df
+SIZE (xmltodict-0.11.0.tar.gz) = 26589
Property changes on: trunk/devel/py-xmltodict/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/py-xmltodict/pkg-descr
===================================================================
--- trunk/devel/py-xmltodict/pkg-descr (rev 0)
+++ trunk/devel/py-xmltodict/pkg-descr 2018-09-03 15:43:48 UTC (rev 24116)
@@ -0,0 +1,5 @@
+xmltodict is a Python module that makes working with XML feel like you are
+working with JSON.
+
+WWW: https://pypi.org/project/xmltodict/
+WWW: https://github.com/martinblech/xmltodict
Property changes on: trunk/devel/py-xmltodict/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list