Date: Tue, 20 Sep 2016 16:40:32 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422515 - head/devel/py-construct Message-ID: <201609201640.u8KGeW2w091368@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Tue Sep 20 16:40:31 2016 New Revision: 422515 URL: https://svnweb.freebsd.org/changeset/ports/422515 Log: Update to 2.5.3 Modified: head/devel/py-construct/Makefile head/devel/py-construct/distinfo head/devel/py-construct/pkg-descr Modified: head/devel/py-construct/Makefile ============================================================================== --- head/devel/py-construct/Makefile Tue Sep 20 16:33:05 2016 (r422514) +++ head/devel/py-construct/Makefile Tue Sep 20 16:40:31 2016 (r422515) @@ -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 Modified: head/devel/py-construct/distinfo ============================================================================== --- head/devel/py-construct/distinfo Tue Sep 20 16:33:05 2016 (r422514) +++ head/devel/py-construct/distinfo Tue Sep 20 16:40:31 2016 (r422515) @@ -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 Modified: head/devel/py-construct/pkg-descr ============================================================================== --- head/devel/py-construct/pkg-descr Tue Sep 20 16:33:05 2016 (r422514) +++ head/devel/py-construct/pkg-descr Tue Sep 20 16:40:31 2016 (r422515) @@ -4,3 +4,5 @@ It is based on the concept of defining d 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609201640.u8KGeW2w091368>