diff options
author | William Grzybowski <wg@FreeBSD.org> | 2013-08-30 11:48:18 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2013-08-30 11:48:18 +0000 |
commit | dccf35da60f8dc298efca36ea0e37daac8359a2a (patch) | |
tree | f91d6de48d91dcf11fdc3fd6543ef1d343c49b44 /devel | |
parent | 618a4f02a7e01dead9aa2952d1cee2abfcfad64d (diff) | |
download | freebsd-ports-dccf35da60f8dc298efca36ea0e37daac8359a2a.zip |
devel/py-xmltodict: update to 0.7.0
- Update to 0.7.0
PR: ports/181604
Submitted by: Johannes Jost Meixner <xmj chaot.net> (maintainer)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-xmltodict/Makefile | 4 | ||||
-rw-r--r-- | devel/py-xmltodict/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/py-xmltodict/Makefile b/devel/py-xmltodict/Makefile index 456ee7a1c7ce..53563d4732b7 100644 --- a/devel/py-xmltodict/Makefile +++ b/devel/py-xmltodict/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xmltodict -PORTVERSION= 0.6.0 +PORTVERSION= 0.7.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,7 @@ COMMENT= XML parser that returns python dictionaries LICENSE= MIT -USE_PYTHON= 2.5+ +USE_PYTHON= yes USE_PYDISTUTILS= yes .include <bsd.port.pre.mk> diff --git a/devel/py-xmltodict/distinfo b/devel/py-xmltodict/distinfo index e7d12f130071..43fc2f7b0b60 100644 --- a/devel/py-xmltodict/distinfo +++ b/devel/py-xmltodict/distinfo @@ -1,2 +1,2 @@ -SHA256 (xmltodict-0.6.0.tar.gz) = d4388d7bb08c6d0e88124cc95b0ff5ff4bc022e38d03eb1fc8ab8720526cefb2 -SIZE (xmltodict-0.6.0.tar.gz) = 11134 +SHA256 (xmltodict-0.7.0.tar.gz) = 3868de239d2e487402eef15ab733ad8eea9c06f31422845571557b0b91f84dd7 +SIZE (xmltodict-0.7.0.tar.gz) = 12193 |