1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

devel/py-typed-ast: update to 1.0.0

- fix licenses
This commit is contained in:
David Naylor 2017-02-15 19:14:52 +00:00
parent 722d216b29
commit dfc5170562
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=434190
2 changed files with 9 additions and 5 deletions

View File

@ -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>

View File

@ -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