diff options
-rw-r--r-- | devel/py-typed-ast/Makefile | 8 | ||||
-rw-r--r-- | devel/py-typed-ast/distinfo | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/devel/py-typed-ast/Makefile b/devel/py-typed-ast/Makefile index ac89345977bc..17885f181f39 100644 --- a/devel/py-typed-ast/Makefile +++ b/devel/py-typed-ast/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= typed-ast -PORTVERSION= 0.6.3 +PORTVERSION= 1.0.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,11 +10,15 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= dbn@FreeBSD.org COMMENT= Fast version of Python's ast module with support for PEP484 typed comments -LICENSE= MIT PSFL +LICENSE= APACHE20 PSFL LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/LICENSE USES= python:3.3+ USE_PYTHON= autoplist distutils concurrent +post-install: + ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_ast27.so + ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_ast3.so + .include <bsd.port.mk> diff --git a/devel/py-typed-ast/distinfo b/devel/py-typed-ast/distinfo index 018c86d00069..4013ca631e77 100644 --- a/devel/py-typed-ast/distinfo +++ b/devel/py-typed-ast/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1485410942 -SHA256 (typed-ast-0.6.3.tar.gz) = d41a1856c882a51e398ad9972c9a7964b2f5e210317088382a419b5183544a29 -SIZE (typed-ast-0.6.3.tar.gz) = 190520 +TIMESTAMP = 1487171208 +SHA256 (typed-ast-1.0.0.tar.gz) = 2a5b738efcfbd0da5bd87ce998a31810c58a66a933f554c074fa96ec5f10a1cc +SIZE (typed-ast-1.0.0.tar.gz) = 200383 |