Update to 2.5.3
This commit is contained in:
parent
934b8606a8
commit
ece6fad08d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=422515
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user