diff options
author | xmj <xmj@FreeBSD.org> | 2014-04-11 21:25:37 +0800 |
---|---|---|
committer | xmj <xmj@FreeBSD.org> | 2014-04-11 21:25:37 +0800 |
commit | b349f1c8cab885419e25dcca60352066ce4c1827 (patch) | |
tree | 97d27c87f1786e7a977ef6955d5c800d6a561d7f /devel | |
parent | 21fe0e465f59fc074a3f28c294b9ffb738f7e9cb (diff) | |
download | freebsd-ports-gnome-b349f1c8cab885419e25dcca60352066ce4c1827.tar.gz freebsd-ports-gnome-b349f1c8cab885419e25dcca60352066ce4c1827.tar.zst freebsd-ports-gnome-b349f1c8cab885419e25dcca60352066ce4c1827.zip |
- 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)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-xmltodict/Makefile | 4 | ||||
-rw-r--r-- | devel/py-xmltodict/distinfo | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/devel/py-xmltodict/Makefile b/devel/py-xmltodict/Makefile index 5ae6bf8d25ed..92b4f816eb1b 100644 --- a/devel/py-xmltodict/Makefile +++ b/devel/py-xmltodict/Makefile @@ -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 dictionaries LICENSE= MIT +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose:${PORTSDIR}/devel/py-nose + USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes diff --git a/devel/py-xmltodict/distinfo b/devel/py-xmltodict/distinfo index 34b4679300cd..76f7202a468c 100644 --- a/devel/py-xmltodict/distinfo +++ b/devel/py-xmltodict/distinfo @@ -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 |