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: Sun Jan 23 19:45:31 UTC 2022
Modified Files:
pkgsrc/devel: Makefile
Added Files:
pkgsrc/devel/py-typeguard: DESCR Makefile PLIST distinfo
Log Message:
py-typeguard: added version 2.13.3
This library provides run-time type checking for functions defined with PEP 484
argument (and return) type annotations.
To generate a diff of this commit:
cvs rdiff -u -r1.3562 -r1.3563 pkgsrc/devel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-typeguard/DESCR \
pkgsrc/devel/py-typeguard/Makefile pkgsrc/devel/py-typeguard/PLIST \
pkgsrc/devel/py-typeguard/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.3562 pkgsrc/devel/Makefile:1.3563
--- pkgsrc/devel/Makefile:1.3562 Thu Jan 20 23:23:02 2022
+++ pkgsrc/devel/Makefile Sun Jan 23 19:45:30 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3562 2022/01/20 23:23:02 leot Exp $
+# $NetBSD: Makefile,v 1.3563 2022/01/23 19:45:30 adam Exp $
#
COMMENT= Development utilities
@@ -2701,6 +2701,7 @@ SUBDIR+= py-txaio
SUBDIR+= py-txgithub
SUBDIR+= py-txrequests
SUBDIR+= py-typed-ast
+SUBDIR+= py-typeguard
SUBDIR+= py-types-setuptools
SUBDIR+= py-types-toml
SUBDIR+= py-typing
Added files:
Index: pkgsrc/devel/py-typeguard/DESCR
diff -u /dev/null pkgsrc/devel/py-typeguard/DESCR:1.1
--- /dev/null Sun Jan 23 19:45:31 2022
+++ pkgsrc/devel/py-typeguard/DESCR Sun Jan 23 19:45:31 2022
@@ -0,0 +1,2 @@
+This library provides run-time type checking for functions defined with PEP 484
+argument (and return) type annotations.
Index: pkgsrc/devel/py-typeguard/Makefile
diff -u /dev/null pkgsrc/devel/py-typeguard/Makefile:1.1
--- /dev/null Sun Jan 23 19:45:31 2022
+++ pkgsrc/devel/py-typeguard/Makefile Sun Jan 23 19:45:31 2022
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2022/01/23 19:45:31 adam Exp $
+
+DISTNAME= typeguard-2.13.3
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_PYPI:=t/typeguard/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/agronholm/typeguard
+COMMENT= Python run-time type checking library
+LICENSE= mit
+
+TEST_DEPENDS+= ${PYPKGPREFIX}-mypy>0:../../lang/py-mypy
+TEST_DEPENDS+= ${PYPKGPREFIX}-test>0:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-typing-extensions>0:../../devel/py-typing-extensions
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
+do-test:
+ cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-typeguard/PLIST
diff -u /dev/null pkgsrc/devel/py-typeguard/PLIST:1.1
--- /dev/null Sun Jan 23 19:45:31 2022
+++ pkgsrc/devel/py-typeguard/PLIST Sun Jan 23 19:45:31 2022
@@ -0,0 +1,18 @@
+@comment $NetBSD: PLIST,v 1.1 2022/01/23 19:45:31 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/typeguard/__init__.py
+${PYSITELIB}/typeguard/__init__.pyc
+${PYSITELIB}/typeguard/__init__.pyo
+${PYSITELIB}/typeguard/importhook.py
+${PYSITELIB}/typeguard/importhook.pyc
+${PYSITELIB}/typeguard/importhook.pyo
+${PYSITELIB}/typeguard/py.typed
+${PYSITELIB}/typeguard/pytest_plugin.py
+${PYSITELIB}/typeguard/pytest_plugin.pyc
+${PYSITELIB}/typeguard/pytest_plugin.pyo
Index: pkgsrc/devel/py-typeguard/distinfo
diff -u /dev/null pkgsrc/devel/py-typeguard/distinfo:1.1
--- /dev/null Sun Jan 23 19:45:31 2022
+++ pkgsrc/devel/py-typeguard/distinfo Sun Jan 23 19:45:31 2022
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/01/23 19:45:31 adam Exp $
+
+BLAKE2s (typeguard-2.13.3.tar.gz) = c9f5519a55133aba5a963b9d5d005ad8d55ac3be4d210fb1ce1700888ca3f6ab
+SHA512 (typeguard-2.13.3.tar.gz) = d0facef3bfa8b1489c4a011e4ee9b019410fc82bf7d9630d3384013960d06f018f905b1930a1c483876d1e093748dc44e6891420cc618b34a452e8637c9aee56
+Size (typeguard-2.13.3.tar.gz) = 40604 bytes
Home |
Main Index |
Thread Index |
Old Index