pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Feb 19 18:53:25 UTC 2017

Modified Files:
        pkgsrc/devel: Makefile
Added Files:
        pkgsrc/devel/py-typing: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.2364 -r1.2365 pkgsrc/devel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-typing/DESCR \
    pkgsrc/devel/py-typing/Makefile pkgsrc/devel/py-typing/PLIST \
    pkgsrc/devel/py-typing/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/Makefile
diff -u pkgsrc/devel/Makefile:1.2364 pkgsrc/devel/Makefile:1.2365
--- pkgsrc/devel/Makefile:1.2364        Thu Feb 16 17:35:27 2017
+++ pkgsrc/devel/Makefile       Sun Feb 19 18:53:25 2017
@@ -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-tox
 SUBDIR+=       py-traceback2
 SUBDIR+=       py-tryton
 SUBDIR+=       py-trytond
+SUBDIR+=       py-typing
 SUBDIR+=       py-unit
 SUBDIR+=       py-unitgui
 SUBDIR+=       py-unittest2

Added files:

Index: pkgsrc/devel/py-typing/DESCR
diff -u /dev/null pkgsrc/devel/py-typing/DESCR:1.1
--- /dev/null   Sun Feb 19 18:53:25 2017
+++ pkgsrc/devel/py-typing/DESCR        Sun Feb 19 18:53:25 2017
@@ -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.
Index: pkgsrc/devel/py-typing/Makefile
diff -u /dev/null pkgsrc/devel/py-typing/Makefile:1.1
--- /dev/null   Sun Feb 19 18:53:25 2017
+++ pkgsrc/devel/py-typing/Makefile     Sun Feb 19 18:53:25 2017
@@ -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"
Index: pkgsrc/devel/py-typing/PLIST
diff -u /dev/null pkgsrc/devel/py-typing/PLIST:1.1
--- /dev/null   Sun Feb 19 18:53:25 2017
+++ pkgsrc/devel/py-typing/PLIST        Sun Feb 19 18:53:25 2017
@@ -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
Index: pkgsrc/devel/py-typing/distinfo
diff -u /dev/null pkgsrc/devel/py-typing/distinfo:1.1
--- /dev/null   Sun Feb 19 18:53:25 2017
+++ pkgsrc/devel/py-typing/distinfo     Sun Feb 19 18:53:25 2017
@@ -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