Mon May 21 23:14:46 2018 UTC ()
devel/py-typed-ast: Import version 1.1.0

typed_ast is a Python 3 package that provides a Python 2.7 and Python
3 parser similar to the standard ast library. Unlike ast, the parsers
in typed_ast include PEP 484 type comments and are independent of the
version of Python under which they are run. The typed_ast parsers
produce the standard Python AST (plus type comments), and are both
fast and correct, as they are based on the CPython 2.7 and 3.6
parsers.


(minskim)
diff -r0 -r1.1 pkgsrc/devel/py-typed-ast/DESCR
diff -r0 -r1.1 pkgsrc/devel/py-typed-ast/Makefile
diff -r0 -r1.1 pkgsrc/devel/py-typed-ast/PLIST
diff -r0 -r1.1 pkgsrc/devel/py-typed-ast/distinfo

File Added: pkgsrc/devel/py-typed-ast/Attic/DESCR
typed_ast is a Python 3 package that provides a Python 2.7 and Python
3 parser similar to the standard ast library. Unlike ast, the parsers
in typed_ast include PEP 484 type comments and are independent of the
version of Python under which they are run. The typed_ast parsers
produce the standard Python AST (plus type comments), and are both
fast and correct, as they are based on the CPython 2.7 and 3.6
parsers.

File Added: pkgsrc/devel/py-typed-ast/Attic/Makefile
# $NetBSD: Makefile,v 1.1 2018/05/21 23:14:46 minskim Exp $

DISTNAME=	typed_ast-1.1.0
PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/_/-/}
CATEGORIES=	devel python
MASTER_SITES=	${MASTER_SITE_GITHUB:=python/}
GITHUB_PROJECT=	typed_ast
GITHUB_TAG=	${PKGVERSION_NOREV}

MAINTAINER=	minskim@NetBSD.org
HOMEPAGE=	http://mypy-lang.org/
COMMENT=	Optional static typing for Python
LICENSE=	apache-2.0 AND python-software-foundation

.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/devel/py-typed-ast/Attic/PLIST
@comment $NetBSD: PLIST,v 1.1 2018/05/21 23:14:46 minskim Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/_ast27.so
${PYSITELIB}/_ast3.so
${PYSITELIB}/typed_ast/__init__.py
${PYSITELIB}/typed_ast/__init__.pyc
${PYSITELIB}/typed_ast/__init__.pyo
${PYSITELIB}/typed_ast/ast27.py
${PYSITELIB}/typed_ast/ast27.pyc
${PYSITELIB}/typed_ast/ast27.pyo
${PYSITELIB}/typed_ast/ast3.py
${PYSITELIB}/typed_ast/ast3.pyc
${PYSITELIB}/typed_ast/ast3.pyo
${PYSITELIB}/typed_ast/conversions.py
${PYSITELIB}/typed_ast/conversions.pyc
${PYSITELIB}/typed_ast/conversions.pyo

File Added: pkgsrc/devel/py-typed-ast/Attic/distinfo
$NetBSD: distinfo,v 1.1 2018/05/21 23:14:46 minskim Exp $

SHA1 (typed_ast-1.1.0.tar.gz) = 5c4404d20c1312c37ebe6ee37b02ab950dfe0afb
RMD160 (typed_ast-1.1.0.tar.gz) = bcf11e8b46c9e1b3a50de9e950d651fbed4f0275
SHA512 (typed_ast-1.1.0.tar.gz) = 1cde519f6cde535f436066a7f9a78ba9d416457abe995b019b76e49d644ac101a95aa82f6305d762731593648c0faee600e667240baa63a40f36bbfd4ca1bd1f
Size (typed_ast-1.1.0.tar.gz) = 285167 bytes