pkgsrc-WIP-changes archive

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

py-typeguard: imported version 2.11.1



Module Name:	pkgsrc-wip
Committed By:	Aleksej Lebedev <root%zta.lk@localhost>
Pushed By:	zhtw
Date:		Wed Feb 17 15:08:23 2021 +0100
Changeset:	0f77e683893cfe101deb3a1fe4b4e2fdf7359faf

Added Files:
	py-typeguard/DESCR
	py-typeguard/Makefile
	py-typeguard/PLIST
	py-typeguard/distinfo

Log Message:
py-typeguard: imported version 2.11.1

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

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

diffstat:
 py-typeguard/DESCR    |  2 ++
 py-typeguard/Makefile | 14 ++++++++++++++
 py-typeguard/PLIST    | 18 ++++++++++++++++++
 py-typeguard/distinfo |  6 ++++++
 4 files changed, 40 insertions(+)

diffs:
diff --git a/py-typeguard/DESCR b/py-typeguard/DESCR
new file mode 100644
index 0000000000..9b8a711ab2
--- /dev/null
+++ b/py-typeguard/DESCR
@@ -0,0 +1,2 @@
+This library provides run-time type checking for functions defined with PEP 484
+argument (and return) type annotations.
diff --git a/py-typeguard/Makefile b/py-typeguard/Makefile
new file mode 100644
index 0000000000..7ce8000485
--- /dev/null
+++ b/py-typeguard/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD$
+
+DISTNAME=	typeguard-2.11.1
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel
+MASTER_SITES=	${MASTER_SITE_PYPI:=t/typeguard/}
+
+MAINTAINER=	root%zta.lk@localhost
+HOMEPAGE=	https://github.com/agronholm/typeguard/
+COMMENT=	Python run-time type checking library
+LICENSE=	mit
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-typeguard/PLIST b/py-typeguard/PLIST
new file mode 100644
index 0000000000..bdb5a3c72a
--- /dev/null
+++ b/py-typeguard/PLIST
@@ -0,0 +1,18 @@
+@comment $NetBSD$
+${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 --git a/py-typeguard/distinfo b/py-typeguard/distinfo
new file mode 100644
index 0000000000..ebaefabc4a
--- /dev/null
+++ b/py-typeguard/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (typeguard-2.11.1.tar.gz) = d2a24337593370fdfee19de4410b28292532d5db
+RMD160 (typeguard-2.11.1.tar.gz) = e084c33a5c4e8ba2ad47cfac68ccb3bfeee830de
+SHA512 (typeguard-2.11.1.tar.gz) = ec6ff971ec4077c08273207247b604b1fb341942b81c43501586268b4b52eb9fe3307812af949abe4829a6dbf8976a40279b520cbdc360985c56649b795e5b46
+Size (typeguard-2.11.1.tar.gz) = 38781 bytes


Home | Main Index | Thread Index | Old Index