pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-typing-extensions devel/py-typing-extensions:...
details: https://anonhg.NetBSD.org/pkgsrc/rev/840c6739bd1d
branches: trunk
changeset: 382724:840c6739bd1d
user: minskim <minskim%pkgsrc.org@localhost>
date: Thu Jul 12 02:27:38 2018 +0000
description:
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.
diffstat:
devel/py-typing-extensions/DESCR | 3 +++
devel/py-typing-extensions/Makefile | 21 +++++++++++++++++++++
devel/py-typing-extensions/PLIST | 8 ++++++++
devel/py-typing-extensions/distinfo | 6 ++++++
4 files changed, 38 insertions(+), 0 deletions(-)
diffs (54 lines):
diff -r 54bf8844abfa -r 840c6739bd1d devel/py-typing-extensions/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-typing-extensions/DESCR Thu Jul 12 02:27:38 2018 +0000
@@ -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.
diff -r 54bf8844abfa -r 840c6739bd1d devel/py-typing-extensions/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-typing-extensions/Makefile Thu Jul 12 02:27:38 2018 +0000
@@ -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"
diff -r 54bf8844abfa -r 840c6739bd1d devel/py-typing-extensions/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-typing-extensions/PLIST Thu Jul 12 02:27:38 2018 +0000
@@ -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
diff -r 54bf8844abfa -r 840c6739bd1d devel/py-typing-extensions/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-typing-extensions/distinfo Thu Jul 12 02:27:38 2018 +0000
@@ -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