pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Apr 18 12:26:47 UTC 2025

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

Log Message:
py-typing-inspection: added version 0.4.0

typing-inspection provides tools to inspect type annotations at runtime.


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

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

Modified files:

Index: pkgsrc/devel/Makefile
diff -u pkgsrc/devel/Makefile:1.4462 pkgsrc/devel/Makefile:1.4463
--- pkgsrc/devel/Makefile:1.4462        Thu Apr 17 16:19:32 2025
+++ pkgsrc/devel/Makefile       Fri Apr 18 12:26:47 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4462 2025/04/17 16:19:32 adam Exp $
+# $NetBSD: Makefile,v 1.4463 2025/04/18 12:26:47 adam Exp $
 #
 
 COMMENT=       Development utilities
@@ -3198,6 +3198,7 @@ SUBDIR+=  py-types-ujson
 SUBDIR+=       py-typing
 SUBDIR+=       py-typing-extensions
 SUBDIR+=       py-typing-inspect
+SUBDIR+=       py-typing-inspection
 SUBDIR+=       py-u-msgpack
 SUBDIR+=       py-unit
 SUBDIR+=       py-unitgui

Added files:

Index: pkgsrc/devel/py-typing-inspection/DESCR
diff -u /dev/null pkgsrc/devel/py-typing-inspection/DESCR:1.1
--- /dev/null   Fri Apr 18 12:26:47 2025
+++ pkgsrc/devel/py-typing-inspection/DESCR     Fri Apr 18 12:26:47 2025
@@ -0,0 +1 @@
+typing-inspection provides tools to inspect type annotations at runtime.
Index: pkgsrc/devel/py-typing-inspection/Makefile
diff -u /dev/null pkgsrc/devel/py-typing-inspection/Makefile:1.1
--- /dev/null   Fri Apr 18 12:26:47 2025
+++ pkgsrc/devel/py-typing-inspection/Makefile  Fri Apr 18 12:26:47 2025
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2025/04/18 12:26:47 adam Exp $
+
+DISTNAME=      typing_inspection-0.4.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=t/typing-inspection/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/pydantic/typing-inspection
+COMMENT=       Runtime typing introspection tools
+LICENSE=       mit
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>0:../../devel/py-hatchling
+DEPENDS+=      ${PYPKGPREFIX}-typing-extensions>=4.12.2:../../devel/py-typing-extensions
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=6.0.0:../../devel/py-test-cov
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-typing-inspection/PLIST
diff -u /dev/null pkgsrc/devel/py-typing-inspection/PLIST:1.1
--- /dev/null   Fri Apr 18 12:26:47 2025
+++ pkgsrc/devel/py-typing-inspection/PLIST     Fri Apr 18 12:26:47 2025
@@ -0,0 +1,16 @@
+@comment $NetBSD: PLIST,v 1.1 2025/04/18 12:26:47 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
+${PYSITELIB}/typing_inspection/__init__.py
+${PYSITELIB}/typing_inspection/__init__.pyc
+${PYSITELIB}/typing_inspection/__init__.pyo
+${PYSITELIB}/typing_inspection/introspection.py
+${PYSITELIB}/typing_inspection/introspection.pyc
+${PYSITELIB}/typing_inspection/introspection.pyo
+${PYSITELIB}/typing_inspection/py.typed
+${PYSITELIB}/typing_inspection/typing_objects.py
+${PYSITELIB}/typing_inspection/typing_objects.pyc
+${PYSITELIB}/typing_inspection/typing_objects.pyi
+${PYSITELIB}/typing_inspection/typing_objects.pyo
Index: pkgsrc/devel/py-typing-inspection/distinfo
diff -u /dev/null pkgsrc/devel/py-typing-inspection/distinfo:1.1
--- /dev/null   Fri Apr 18 12:26:47 2025
+++ pkgsrc/devel/py-typing-inspection/distinfo  Fri Apr 18 12:26:47 2025
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2025/04/18 12:26:47 adam Exp $
+
+BLAKE2s (typing_inspection-0.4.0.tar.gz) = cdd33e315ff531ac70b71c4b7e096ba722efed0b3679262ec1e9f5cc54dc4b92
+SHA512 (typing_inspection-0.4.0.tar.gz) = 95e725e7db7609406f8a63dda46ac7559adf13ef5d63e44a43966977163ff69825df465fb741d288e63ee01240dc3fe8b1314b0cd5030f2d5b08d24a739b7b02
+Size (typing_inspection-0.4.0.tar.gz) = 76222 bytes



Home | Main Index | Thread Index | Old Index