Bug 181503 - [NEW PORT] devel/py-xmltodict: XML parser that returns python dictionaries
Summary: [NEW PORT] devel/py-xmltodict: XML parser that returns python dictionaries
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Olivier Duchateau
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-24 14:40 UTC by Johannes Meixner
Modified: 2013-08-25 14:00 UTC (History)
0 users

See Also:


Attachments
.shar (1.72 KB, text/plain)
2013-08-24 14:40 UTC, Johannes Meixner
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Johannes Meixner 2013-08-24 14:40:00 UTC
xmltodict is a Python module that makes working with XML feel like you are
working with JSON.


WWW: https://pypi.python.org/pypi/xmltodict

portlint: looks fine
porttest: ok
testport: ok
redports: https://redports.org/buildarchive/20130824093400-52019/

Generated with FreeBSD Port Tools 0.99_8 (mode: new)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-08-24 14:40:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Olivier Duchateau freebsd_committer freebsd_triage 2013-08-24 15:15:50 UTC
Responsible Changed
From-To: freebsd-python->olivierd

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-08-25 13:54:47 UTC
Author: olivierd
Date: Sun Aug 25 12:54:34 2013
New Revision: 325344
URL: http://svnweb.freebsd.org/changeset/ports/325344

Log:
  xmltodict is a Python module that makes working with XML feel like you are
  working with JSON.
  
  WWW: https://pypi.python.org/pypi/xmltodict
  
  PR:		181503
  Submitted by:	Johannes Meixner <xmj@chaot.net>

Added:
  head/devel/py-xmltodict/
  head/devel/py-xmltodict/Makefile   (contents, props changed)
  head/devel/py-xmltodict/distinfo   (contents, props changed)
  head/devel/py-xmltodict/pkg-descr   (contents, props changed)
  head/devel/py-xmltodict/pkg-plist   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Aug 25 12:47:31 2013	(r325343)
+++ head/devel/Makefile	Sun Aug 25 12:54:34 2013	(r325344)
@@ -3784,6 +3784,7 @@
     SUBDIR += py-xattr
     SUBDIR += py-xcaplib
     SUBDIR += py-xdg
+    SUBDIR += py-xmltodict
     SUBDIR += py-xoltar-toolkit
     SUBDIR += py-yaml
     SUBDIR += py-yapps2

Added: head/devel/py-xmltodict/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-xmltodict/Makefile	Sun Aug 25 12:54:34 2013	(r325344)
@@ -0,0 +1,24 @@
+# Created by: Johannes Meixner <xmj@chaot.net>
+# $FreeBSD$
+
+PORTNAME=	xmltodict
+PORTVERSION=	0.6.0
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	xmj@chaot.net
+COMMENT=	XML parser that returns python dictionaries
+
+LICENSE=	MIT
+
+USE_PYTHON=		2.5+
+USE_PYDISTUTILS=	yes
+
+.include <bsd.port.pre.mk>
+
+.if ${PYTHON_REL} >= 320
+.include "${PORTSDIR}/devel/py-virtualenv/files/py3k-fix-pkg-plist.inc"
+.endif
+
+.include <bsd.port.post.mk>

Added: head/devel/py-xmltodict/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-xmltodict/distinfo	Sun Aug 25 12:54:34 2013	(r325344)
@@ -0,0 +1,2 @@
+SHA256 (xmltodict-0.6.0.tar.gz) = d4388d7bb08c6d0e88124cc95b0ff5ff4bc022e38d03eb1fc8ab8720526cefb2
+SIZE (xmltodict-0.6.0.tar.gz) = 11134

Added: head/devel/py-xmltodict/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-xmltodict/pkg-descr	Sun Aug 25 12:54:34 2013	(r325344)
@@ -0,0 +1,5 @@
+xmltodict is a Python module that makes working with XML feel like you are
+working with JSON.
+
+
+WWW: https://pypi.python.org/pypi/xmltodict

Added: head/devel/py-xmltodict/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-xmltodict/pkg-plist	Sun Aug 25 12:54:34 2013	(r325344)
@@ -0,0 +1,3 @@
+%%PYTHON_SITELIBDIR%%/xmltodict.py
+%%PYTHON_SITELIBDIR%%/xmltodict.pyc
+%%PYTHON_SITELIBDIR%%/xmltodict.pyo
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 4 Olivier Duchateau freebsd_committer freebsd_triage 2013-08-25 13:56:33 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!