pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Feb 23 11:30:04 UTC 2022

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

Log Message:
devel/py-typing-inspect: import py-typing-inspect-0.7.1

The 'typing_inspect' module defines experimental API for runtime
inspection of types defined in the Python standard 'typing' module.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-typing-inspect/DESCR \
    pkgsrc/devel/py-typing-inspect/Makefile \
    pkgsrc/devel/py-typing-inspect/PLIST \
    pkgsrc/devel/py-typing-inspect/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-inspect/DESCR
diff -u /dev/null pkgsrc/devel/py-typing-inspect/DESCR:1.1
--- /dev/null   Wed Feb 23 11:30:04 2022
+++ pkgsrc/devel/py-typing-inspect/DESCR        Wed Feb 23 11:30:04 2022
@@ -0,0 +1,2 @@
+The 'typing_inspect' module defines experimental API for runtime
+inspection of types defined in the Python standard 'typing' module.
Index: pkgsrc/devel/py-typing-inspect/Makefile
diff -u /dev/null pkgsrc/devel/py-typing-inspect/Makefile:1.1
--- /dev/null   Wed Feb 23 11:30:04 2022
+++ pkgsrc/devel/py-typing-inspect/Makefile     Wed Feb 23 11:30:04 2022
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2022/02/23 11:30:04 wiz Exp $
+
+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"
Index: pkgsrc/devel/py-typing-inspect/PLIST
diff -u /dev/null pkgsrc/devel/py-typing-inspect/PLIST:1.1
--- /dev/null   Wed Feb 23 11:30:04 2022
+++ pkgsrc/devel/py-typing-inspect/PLIST        Wed Feb 23 11:30:04 2022
@@ -0,0 +1,9 @@
+@comment $NetBSD: PLIST,v 1.1 2022/02/23 11:30:04 wiz Exp $
+${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
Index: pkgsrc/devel/py-typing-inspect/distinfo
diff -u /dev/null pkgsrc/devel/py-typing-inspect/distinfo:1.1
--- /dev/null   Wed Feb 23 11:30:04 2022
+++ pkgsrc/devel/py-typing-inspect/distinfo     Wed Feb 23 11:30:04 2022
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/02/23 11:30:04 wiz Exp $
+
+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