pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel Added devel/py-typing version 3.5.3.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/de6df466afd4
branches:  trunk
changeset: 358743:de6df466afd4
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Feb 19 18:53:25 2017 +0000

description:
Added devel/py-typing version 3.5.3.0

Typing defines a standard notation for Python function and variable
type annotations. The notation can be used for documenting code in
a concise, standard format, and it has been designed to also be
used by static and runtime type checkers, static analyzers, IDEs
and other tools.

This is a backport of the standard library typing module to Python
versions older than 3.5.

diffstat:

 devel/Makefile           |   3 ++-
 devel/py-typing/DESCR    |   8 ++++++++
 devel/py-typing/Makefile |  18 ++++++++++++++++++
 devel/py-typing/PLIST    |   5 +++++
 devel/py-typing/distinfo |   6 ++++++
 5 files changed, 39 insertions(+), 1 deletions(-)

diffs (70 lines):

diff -r fdfccf6ff22f -r de6df466afd4 devel/Makefile
--- a/devel/Makefile    Sun Feb 19 18:35:46 2017 +0000
+++ b/devel/Makefile    Sun Feb 19 18:53:25 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2364 2017/02/16 17:35:27 joerg Exp $
+# $NetBSD: Makefile,v 1.2365 2017/02/19 18:53:25 adam Exp $
 #
 
 COMMENT=       Development utilities
@@ -1970,6 +1970,7 @@
 SUBDIR+=       py-traceback2
 SUBDIR+=       py-tryton
 SUBDIR+=       py-trytond
+SUBDIR+=       py-typing
 SUBDIR+=       py-unit
 SUBDIR+=       py-unitgui
 SUBDIR+=       py-unittest2
diff -r fdfccf6ff22f -r de6df466afd4 devel/py-typing/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-typing/DESCR     Sun Feb 19 18:53:25 2017 +0000
@@ -0,0 +1,8 @@
+Typing defines a standard notation for Python function and variable
+type annotations. The notation can be used for documenting code in
+a concise, standard format, and it has been designed to also be
+used by static and runtime type checkers, static analyzers, IDEs
+and other tools.
+
+This is a backport of the standard library typing module to Python
+versions older than 3.5.
diff -r fdfccf6ff22f -r de6df466afd4 devel/py-typing/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-typing/Makefile  Sun Feb 19 18:53:25 2017 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2017/02/19 18:53:25 adam Exp $
+
+DISTNAME=      typing-3.5.3.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel
+MASTER_SITES=  ${MASTER_SITE_PYPI:=t/typing/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://docs.python.org/3.5/library/typing.html
+COMMENT=       Type Hints for Python
+LICENSE=       python-software-foundation
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_ACCEPTED=      34 27   # included in Python 3.5+
+
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r fdfccf6ff22f -r de6df466afd4 devel/py-typing/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-typing/PLIST     Sun Feb 19 18:53:25 2017 +0000
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1 2017/02/19 18:53:25 adam Exp $
+${PYSITELIB}/${EGG_FILE}
+${PYSITELIB}/typing.py
+${PYSITELIB}/typing.pyc
+${PYSITELIB}/typing.pyo
diff -r fdfccf6ff22f -r de6df466afd4 devel/py-typing/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-typing/distinfo  Sun Feb 19 18:53:25 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/02/19 18:53:25 adam Exp $
+
+SHA1 (typing-3.5.3.0.tar.gz) = 3d4ae527347610b064533be9504d4aec832112cc
+RMD160 (typing-3.5.3.0.tar.gz) = 23e668619f848f41b3470455407cb42889c491f0
+SHA512 (typing-3.5.3.0.tar.gz) = e1930de61cbb0b49ebeec49b87ce3a60752ed062ebf44ff2c5becf2e19a22726d08607ce6723b5b4e633190d8a9686176d44f7672c44bd246acb8e367c5d3c37
+Size (typing-3.5.3.0.tar.gz) = 60350 bytes



Home | Main Index | Thread Index | Old Index