svn commit: r350943 - head/devel/py-xmltodict

Johannes Jost Meixner xmj at FreeBSD.org
Fri Apr 11 13:25:38 UTC 2014


Author: xmj
Date: Fri Apr 11 13:25:37 2014
New Revision: 350943
URL: http://svnweb.freebsd.org/changeset/ports/350943
QAT: https://qat.redports.org/buildarchive/r350943/

Log:
  - Update to 0.8.7
  - Add TEST_DEPENDS in preparation of automatic test infrastructure
  
  Changelog:
  * Improve performance for large files [1]
  
  [1] https://github.com/martinblech/xmltodict/pull/56
  
  PR:           188252
  Submitted by: myself
  Approved by:  koobs@ (mentor)

Modified:
  head/devel/py-xmltodict/Makefile
  head/devel/py-xmltodict/distinfo

Modified: head/devel/py-xmltodict/Makefile
==============================================================================
--- head/devel/py-xmltodict/Makefile	Fri Apr 11 13:20:44 2014	(r350942)
+++ head/devel/py-xmltodict/Makefile	Fri Apr 11 13:25:37 2014	(r350943)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	xmltodict
-PORTVERSION=	0.8.6
+PORTVERSION=	0.8.7
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,6 +12,8 @@ COMMENT=	XML parser that returns python 
 
 LICENSE=	MIT
 
+TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}nose:${PORTSDIR}/devel/py-nose
+
 USE_PYTHON=		yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes

Modified: head/devel/py-xmltodict/distinfo
==============================================================================
--- head/devel/py-xmltodict/distinfo	Fri Apr 11 13:20:44 2014	(r350942)
+++ head/devel/py-xmltodict/distinfo	Fri Apr 11 13:25:37 2014	(r350943)
@@ -1,2 +1,2 @@
-SHA256 (xmltodict-0.8.6.tar.gz) = 21a441d1605ab73728e283546516930cddd96b3935e921135acf38d03f9426d9
-SIZE (xmltodict-0.8.6.tar.gz) = 34335
+SHA256 (xmltodict-0.8.7.tar.gz) = 208b45d6199244ece9e8ff71b9edefff05abfba9313638caebc86cfb0ba03f19
+SIZE (xmltodict-0.8.7.tar.gz) = 34362


More information about the svn-ports-head mailing list