pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-typed-ast devel/py-typed-ast: Import version ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0d3d149e581a
branches:  trunk
changeset: 380776:0d3d149e581a
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Mon May 21 23:14:46 2018 +0000

description:
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.

diffstat:

 devel/py-typed-ast/DESCR    |   7 +++++++
 devel/py-typed-ast/Makefile |  16 ++++++++++++++++
 devel/py-typed-ast/PLIST    |  19 +++++++++++++++++++
 devel/py-typed-ast/distinfo |   6 ++++++
 4 files changed, 48 insertions(+), 0 deletions(-)

diffs (64 lines):

diff -r 91288ee26db7 -r 0d3d149e581a devel/py-typed-ast/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-typed-ast/DESCR  Mon May 21 23:14:46 2018 +0000
@@ -0,0 +1,7 @@
+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.
diff -r 91288ee26db7 -r 0d3d149e581a devel/py-typed-ast/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-typed-ast/Makefile       Mon May 21 23:14:46 2018 +0000
@@ -0,0 +1,16 @@
+# $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@localhost
+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"
diff -r 91288ee26db7 -r 0d3d149e581a devel/py-typed-ast/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-typed-ast/PLIST  Mon May 21 23:14:46 2018 +0000
@@ -0,0 +1,19 @@
+@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
diff -r 91288ee26db7 -r 0d3d149e581a devel/py-typed-ast/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-typed-ast/distinfo       Mon May 21 23:14:46 2018 +0000
@@ -0,0 +1,6 @@
+$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



Home | Main Index | Thread Index | Old Index