pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-typing-extensions



Module Name:    pkgsrc
Committed By:   minskim
Date:           Thu Jul 12 02:27:38 UTC 2018

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

Log Message:
devel/py-typing-extensions: Import version 3.6.5

The typing_extensions module contains both backports of these changes
as well as experimental types that will eventually be added to the
typing module, such as Protocol.


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

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

Added files:

Index: pkgsrc/devel/py-typing-extensions/DESCR
diff -u /dev/null pkgsrc/devel/py-typing-extensions/DESCR:1.1
--- /dev/null   Thu Jul 12 02:27:38 2018
+++ pkgsrc/devel/py-typing-extensions/DESCR     Thu Jul 12 02:27:38 2018
@@ -0,0 +1,3 @@
+The typing_extensions module contains both backports of these changes
+as well as experimental types that will eventually be added to the
+typing module, such as Protocol.
Index: pkgsrc/devel/py-typing-extensions/Makefile
diff -u /dev/null pkgsrc/devel/py-typing-extensions/Makefile:1.1
--- /dev/null   Thu Jul 12 02:27:38 2018
+++ pkgsrc/devel/py-typing-extensions/Makefile  Thu Jul 12 02:27:38 2018
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2018/07/12 02:27:38 minskim Exp $
+
+DISTNAME=      typing_extensions-3.6.5
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=t/typing-extensions/}
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/python/typing
+COMMENT=       Backported and Experimental Type Hints for Python
+LICENSE=       python-software-foundation
+
+.include "../../lang/python/pyversion.mk"
+.if "${PYPKGPREFIX}" == "py27" || "${PYPKGPREFIX}" == "py34"
+DEPENDS+=      ${PYPKGPREFIX}-typing-[0-9]*:../../devel/py-typing
+.endif
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-typing-extensions/PLIST
diff -u /dev/null pkgsrc/devel/py-typing-extensions/PLIST:1.1
--- /dev/null   Thu Jul 12 02:27:38 2018
+++ pkgsrc/devel/py-typing-extensions/PLIST     Thu Jul 12 02:27:38 2018
@@ -0,0 +1,8 @@
+@comment $NetBSD: PLIST,v 1.1 2018/07/12 02:27:38 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}/typing_extensions.py
+${PYSITELIB}/typing_extensions.pyc
+${PYSITELIB}/typing_extensions.pyo
Index: pkgsrc/devel/py-typing-extensions/distinfo
diff -u /dev/null pkgsrc/devel/py-typing-extensions/distinfo:1.1
--- /dev/null   Thu Jul 12 02:27:38 2018
+++ pkgsrc/devel/py-typing-extensions/distinfo  Thu Jul 12 02:27:38 2018
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/07/12 02:27:38 minskim Exp $
+
+SHA1 (typing_extensions-3.6.5.tar.gz) = f8e190e63522ae0dec395308e24eba54ae90d4e1
+RMD160 (typing_extensions-3.6.5.tar.gz) = 9809b4ac90e7ae6fbea32efc8af9f122e353855f
+SHA512 (typing_extensions-3.6.5.tar.gz) = 28663ebc02ec20487d0903cb4af99d07c4709934d6054b5ae6bc1fdb315ed7de5bfc44729cb0b4b5ae6a204c046d5087744bf9cc72497ca5961501e2f4b507f2
+Size (typing_extensions-3.6.5.tar.gz) = 27146 bytes



Home | Main Index | Thread Index | Old Index