pkgsrc-WIP-changes archive

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

py-typeguard: removed, moved to base



Module Name:	pkgsrc-wip
Committed By:	Adam Ciarciński <aciarcinski%teonite.com@localhost>
Pushed By:	adam
Date:		Sun Jan 23 20:48:01 2022 +0100
Changeset:	4481743ba833cbb656a8411631c26e512d87adda

Modified Files:
	Makefile
	py-hopic/Makefile
Removed Files:
	py-typeguard/DESCR
	py-typeguard/Makefile
	py-typeguard/PLIST
	py-typeguard/distinfo

Log Message:
py-typeguard: removed, moved to base

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

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

diffstat:
 Makefile              |  1 -
 py-hopic/Makefile     |  2 +-
 py-typeguard/DESCR    |  2 --
 py-typeguard/Makefile | 14 --------------
 py-typeguard/PLIST    | 18 ------------------
 py-typeguard/distinfo |  5 -----
 6 files changed, 1 insertion(+), 41 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 26874856a6..bfb3b0a0d2 100644
--- a/Makefile
+++ b/Makefile
@@ -4786,7 +4786,6 @@ SUBDIR+=	py-txZMQ
 SUBDIR+=	py-txdbus
 SUBDIR+=	py-typedecorator
 SUBDIR+=	py-typedload
-SUBDIR+=	py-typeguard
 SUBDIR+=	py-typing-inspect
 SUBDIR+=	py-u-msgpack
 SUBDIR+=	py-u2flib-server
diff --git a/py-hopic/Makefile b/py-hopic/Makefile
index 528353f110..6ee3e6a0c4 100644
--- a/py-hopic/Makefile
+++ b/py-hopic/Makefile
@@ -21,7 +21,7 @@ DEPENDS+=	${PYPKGPREFIX}-dateutil:../../time/py-dateutil
 DEPENDS+=	${PYPKGPREFIX}-yaml:../../textproc/py-yaml
 DEPENDS+=	${PYPKGPREFIX}-stemming>=1<2:../../wip/py-stemming
 DEPENDS+=	${PYPKGPREFIX}-regex:../../textproc/py-regex
-DEPENDS+=	${PYPKGPREFIX}-typeguard>=2.10<3:../../wip/py-typeguard
+DEPENDS+=	${PYPKGPREFIX}-typeguard>=2.10<3:../../devel/py-typeguard
 
 WRKSRC=		${WRKDIR}/hopic-${PKGVERSION}
 USE_LANGUAGES=	# none
diff --git a/py-typeguard/DESCR b/py-typeguard/DESCR
deleted file mode 100644
index 9b8a711ab2..0000000000
--- a/py-typeguard/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-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
deleted file mode 100644
index 7ce8000485..0000000000
--- a/py-typeguard/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-# $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
deleted file mode 100644
index bdb5a3c72a..0000000000
--- a/py-typeguard/PLIST
+++ /dev/null
@@ -1,18 +0,0 @@
-@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
deleted file mode 100644
index 002d9301f2..0000000000
--- a/py-typeguard/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD$
-
-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