pkgsrc-WIP-changes archive

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

py-typing-inspect: remove, imported to pkgsrc



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Wed Feb 23 12:31:55 2022 +0100
Changeset:	4adf1206f4b1bb67f9a40c345145a34afcc8677f

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

Log Message:
py-typing-inspect: remove, imported to pkgsrc

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

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

diffstat:
 Makefile                   |  1 -
 py-libcst/Makefile         |  2 +-
 py-pandera/Makefile        |  2 +-
 py-typing-inspect/DESCR    |  2 --
 py-typing-inspect/Makefile | 25 -------------------------
 py-typing-inspect/PLIST    |  9 ---------
 py-typing-inspect/distinfo |  5 -----
 7 files changed, 2 insertions(+), 44 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index ffb27c881e..a6eb0db81d 100644
--- a/Makefile
+++ b/Makefile
@@ -4788,7 +4788,6 @@ SUBDIR+=	py-txZMQ
 SUBDIR+=	py-txdbus
 SUBDIR+=	py-typedecorator
 SUBDIR+=	py-typedload
-SUBDIR+=	py-typing-inspect
 SUBDIR+=	py-u-msgpack
 SUBDIR+=	py-u2flib-server
 SUBDIR+=	py-ua-parser
diff --git a/py-libcst/Makefile b/py-libcst/Makefile
index 57561157fa..e78104168b 100644
--- a/py-libcst/Makefile
+++ b/py-libcst/Makefile
@@ -13,7 +13,7 @@ LICENSE=	mit
 BUILD_DEPENDS+=	${PYPKGPREFIX}-setuptools-rust>=1.0.0:../../devel/py-setuptools-rust
 BUILD_DEPENDS+=	${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
 DEPENDS+=	${PYPKGPREFIX}-typing-extensions>=3.7.4.2:../../devel/py-typing-extensions
-DEPENDS+=	${PYPKGPREFIX}-typing-inspect>=0.4.0:../../wip/py-typing-inspect
+DEPENDS+=	${PYPKGPREFIX}-typing-inspect>=0.4.0:../../devel/py-typing-inspect
 DEPENDS+=	${PYPKGPREFIX}-yaml>=5.2:../../textproc/py-yaml
 
 PYTHON_VERSIONS_INCOMPATIBLE=	27
diff --git a/py-pandera/Makefile b/py-pandera/Makefile
index 7fc1f03e0d..27b07f7af7 100644
--- a/py-pandera/Makefile
+++ b/py-pandera/Makefile
@@ -21,7 +21,7 @@ DEPENDS+=	${PYPKGPREFIX}-yaml>=5.3.1:../../textproc/py-yaml
 
 .include "../../lang/python/pyversion.mk"
 .if ${_PYTHON_VERSION} < 38
-DEPENDS+=	${PYPKGPREFIX}-typing-inspect>=0.6.0:../../wip/py-typing-inspect
+DEPENDS+=	${PYPKGPREFIX}-typing-inspect>=0.6.0:../../devel/py-typing-inspect
 .endif
 
 
diff --git a/py-typing-inspect/DESCR b/py-typing-inspect/DESCR
deleted file mode 100644
index 9ce20255c8..0000000000
--- a/py-typing-inspect/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-The 'typing_inspect' module defines experimental API for runtime
-inspection of types defined in the Python standard 'typing' module.
diff --git a/py-typing-inspect/Makefile b/py-typing-inspect/Makefile
deleted file mode 100644
index 4cbefbf293..0000000000
--- a/py-typing-inspect/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	typing_inspect-0.7.1
-PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/_i/-i/}
-CATEGORIES=	devel python
-MASTER_SITES=	${MASTER_SITE_PYPI:=t/typing_inspect/}
-
-MAINTAINER=	kamelderouiche%yahoo.com@localhost
-HOMEPAGE=	https://github.com/ilevkivskyi/typing_inspect
-COMMENT=	Runtime inspection utilities for typing module
-LICENSE=	mit
-
-DEPENDS+=	${PYPKGPREFIX}-mypy_extensions>=0.3.0:../../lang/py-mypy_extensions
-DEPENDS+=	${PYPKGPREFIX}-typing-extensions>=3.7.4:../../devel/py-typing-extensions
-
-.include "../../lang/python/pyversion.mk"
-
-.if ${PYPKGPREFIX} == "py27"
-DEPENDS+=	${PYPKGPREFIX}-typing>=3.7.4:../../devel/py-typing
-.endif
-
-USE_LANGUAGES=	# none
-
-.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-typing-inspect/PLIST b/py-typing-inspect/PLIST
deleted file mode 100644
index af6d3a8d4a..0000000000
--- a/py-typing-inspect/PLIST
+++ /dev/null
@@ -1,9 +0,0 @@
-@comment $NetBSD$
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/typing_inspect.py
-${PYSITELIB}/typing_inspect.pyc
-${PYSITELIB}/typing_inspect.pyo
diff --git a/py-typing-inspect/distinfo b/py-typing-inspect/distinfo
deleted file mode 100644
index 063ac79201..0000000000
--- a/py-typing-inspect/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD$
-
-BLAKE2s (typing_inspect-0.7.1.tar.gz) = df06ee4c8959858b4443de7e1856caaa4b6b9f00322e6da140cb8aff6932c5a6
-SHA512 (typing_inspect-0.7.1.tar.gz) = 16aa279e5bcdcaa4ad28b68a5c5cedcefee32ec78f57c75b4285888ab6d634e3306eedc63445839cc57923ae956e9b2234cb2afcf71216b3f6ff6839cd48fc58
-Size (typing_inspect-0.7.1.tar.gz) = 11799 bytes


Home | Main Index | Thread Index | Old Index