pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel py-typeguard: added version 2.13.3
details: https://anonhg.NetBSD.org/pkgsrc/rev/e227a9049d27
branches: trunk
changeset: 372340:e227a9049d27
user: adam <adam%pkgsrc.org@localhost>
date: Sun Jan 23 19:45:30 2022 +0000
description:
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.
diffstat:
devel/Makefile | 3 ++-
devel/py-typeguard/DESCR | 2 ++
devel/py-typeguard/Makefile | 25 +++++++++++++++++++++++++
devel/py-typeguard/PLIST | 18 ++++++++++++++++++
devel/py-typeguard/distinfo | 5 +++++
5 files changed, 52 insertions(+), 1 deletions(-)
diffs (83 lines):
diff -r ee365fbaba4f -r e227a9049d27 devel/Makefile
--- a/devel/Makefile Sun Jan 23 19:44:03 2022 +0000
+++ b/devel/Makefile Sun Jan 23 19:45:30 2022 +0000
@@ -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-txgithub
SUBDIR+= py-txrequests
SUBDIR+= py-typed-ast
+SUBDIR+= py-typeguard
SUBDIR+= py-types-setuptools
SUBDIR+= py-types-toml
SUBDIR+= py-typing
diff -r ee365fbaba4f -r e227a9049d27 devel/py-typeguard/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-typeguard/DESCR Sun Jan 23 19:45:30 2022 +0000
@@ -0,0 +1,2 @@
+This library provides run-time type checking for functions defined with PEP 484
+argument (and return) type annotations.
diff -r ee365fbaba4f -r e227a9049d27 devel/py-typeguard/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-typeguard/Makefile Sun Jan 23 19:45:30 2022 +0000
@@ -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"
diff -r ee365fbaba4f -r e227a9049d27 devel/py-typeguard/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-typeguard/PLIST Sun Jan 23 19:45:30 2022 +0000
@@ -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
diff -r ee365fbaba4f -r e227a9049d27 devel/py-typeguard/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-typeguard/distinfo Sun Jan 23 19:45:30 2022 +0000
@@ -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