diff options
author | antoine <antoine@FreeBSD.org> | 2016-09-21 00:40:31 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2016-09-21 00:40:31 +0800 |
commit | 656e24fd2b5818a7ffdddcf01c1ef047ddd36ed5 (patch) | |
tree | dc74552994bcf20f21aa84da6031547142649562 /devel | |
parent | 0a667b6e36b0b0aee2d21923a6b0484c263a5af4 (diff) | |
download | freebsd-ports-gnome-656e24fd2b5818a7ffdddcf01c1ef047ddd36ed5.tar.gz freebsd-ports-gnome-656e24fd2b5818a7ffdddcf01c1ef047ddd36ed5.tar.zst freebsd-ports-gnome-656e24fd2b5818a7ffdddcf01c1ef047ddd36ed5.zip |
Update to 2.5.3
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-construct/Makefile | 3 | ||||
-rw-r--r-- | devel/py-construct/distinfo | 5 | ||||
-rw-r--r-- | devel/py-construct/pkg-descr | 2 |
3 files changed, 7 insertions, 3 deletions
diff --git a/devel/py-construct/Makefile b/devel/py-construct/Makefile index 5323249b1002..af83754c8be3 100644 --- a/devel/py-construct/Makefile +++ b/devel/py-construct/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= construct -PORTVERSION= 2.5.2 +PORTVERSION= 2.5.3 PORTEPOCH= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP @@ -16,6 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six +NO_ARCH= yes USES= python USE_PYTHON= distutils autoplist diff --git a/devel/py-construct/distinfo b/devel/py-construct/distinfo index a061cbdb87c2..405527fc0522 100644 --- a/devel/py-construct/distinfo +++ b/devel/py-construct/distinfo @@ -1,2 +1,3 @@ -SHA256 (construct-2.5.2.tar.gz) = 665b6271eeadf15219c726b180c8d7a641d026784d72ca3dad90a20aae009020 -SIZE (construct-2.5.2.tar.gz) = 58373 +TIMESTAMP = 1473601994 +SHA256 (construct-2.5.3.tar.gz) = b2233bc7c6a4d73803f5806bc3167e4935daa3ea8a5cd056cbabbdb9c3d79a36 +SIZE (construct-2.5.3.tar.gz) = 688072 diff --git a/devel/py-construct/pkg-descr b/devel/py-construct/pkg-descr index 4f719f31a378..33348728df81 100644 --- a/devel/py-construct/pkg-descr +++ b/devel/py-construct/pkg-descr @@ -4,3 +4,5 @@ It is based on the concept of defining data structures in a declarative manner, rather than procedural code: more complex constructs are composed of a hierarchy of simpler ones. + +https://github.com/construct/construct |