From owner-svn-ports-head@FreeBSD.ORG Sun Aug 25 12:54:35 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A295965B; Sun, 25 Aug 2013 12:54:35 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 810CC2C5E; Sun, 25 Aug 2013 12:54:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7PCsZ2l082760; Sun, 25 Aug 2013 12:54:35 GMT (envelope-from olivierd@svn.freebsd.org) Received: (from olivierd@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7PCsY5m082720; Sun, 25 Aug 2013 12:54:34 GMT (envelope-from olivierd@svn.freebsd.org) Message-Id: <201308251254.r7PCsY5m082720@svn.freebsd.org> From: Olivier Duchateau Date: Sun, 25 Aug 2013 12:54:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325344 - in head/devel: . py-xmltodict X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Aug 2013 12:54:35 -0000 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 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 +# $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 + +.if ${PYTHON_REL} >= 320 +.include "${PORTSDIR}/devel/py-virtualenv/files/py3k-fix-pkg-plist.inc" +.endif + +.include 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