pkgsrc-WIP-changes archive

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

py-typing: delete, now available in pkgsrc as devel/py-typing



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sun Feb 19 21:20:03 2017 +0100
Changeset:	d762323986ad68c660f032967a77a4df8e4a5e40

Modified Files:
	Makefile
Removed Files:
	py-typing/DESCR
	py-typing/Makefile
	py-typing/PLIST
	py-typing/distinfo

Log Message:
py-typing: delete, now available in pkgsrc as devel/py-typing

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d762323986ad68c660f032967a77a4df8e4a5e40

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

diffstat:
 Makefile           |  1 -
 py-typing/DESCR    |  8 --------
 py-typing/Makefile | 18 ------------------
 py-typing/PLIST    |  5 -----
 py-typing/distinfo |  6 ------
 5 files changed, 38 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 526140d3bb..7d02b05d2a 100644
--- a/Makefile
+++ b/Makefile
@@ -3573,7 +3573,6 @@ SUBDIR+=	py-txWS
 SUBDIR+=	py-txZMQ
 SUBDIR+=	py-txdbus
 SUBDIR+=	py-typedecorator
-SUBDIR+=	py-typing
 SUBDIR+=	py-ufl
 SUBDIR+=	py-umalqurra
 SUBDIR+=	py-uncertainties
diff --git a/py-typing/DESCR b/py-typing/DESCR
deleted file mode 100644
index a63e28eb8d..0000000000
--- a/py-typing/DESCR
+++ /dev/null
@@ -1,8 +0,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.
diff --git a/py-typing/Makefile b/py-typing/Makefile
deleted file mode 100644
index 175580626e..0000000000
--- a/py-typing/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	typing-3.5.2.2
-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	# in stdlib for >=35
-
-.include "../../lang/python/distutils.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-typing/PLIST b/py-typing/PLIST
deleted file mode 100644
index 0000dde7a5..0000000000
--- a/py-typing/PLIST
+++ /dev/null
@@ -1,5 +0,0 @@
-@comment $NetBSD$
-${PYSITELIB}/${EGG_FILE}
-${PYSITELIB}/typing.py
-${PYSITELIB}/typing.pyc
-${PYSITELIB}/typing.pyo
diff --git a/py-typing/distinfo b/py-typing/distinfo
deleted file mode 100644
index 7c55ee17a1..0000000000
--- a/py-typing/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (typing-3.5.2.2.tar.gz) = 6efc50968e594bd75aee0c1c956d157c67865c33
-RMD160 (typing-3.5.2.2.tar.gz) = 8bd175ae415b89da4edc2d9ffc2dada1a2bb8a2a
-SHA512 (typing-3.5.2.2.tar.gz) = 38d8899cf7ccfc86299ea59a234a80a7938ff9e78d84a9593befd163959ee90af3201dfd495e172904bc6423919b338bee470d166e9c41d9697662c27ed2fbc8
-Size (typing-3.5.2.2.tar.gz) = 51101 bytes


Home | Main Index | Thread Index | Old Index