pkgsrc-WIP-changes archive

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

py-typing_inspect: update to 0.7.1.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Wed Feb 23 12:28:29 2022 +0100
Changeset:	d459e5e9b2bb2943077d829273411416aa007222

Modified Files:
	py-typing-inspect/Makefile
	py-typing-inspect/distinfo

Log Message:
py-typing_inspect: update to 0.7.1.

Changes not found.

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

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

diffstat:
 py-typing-inspect/Makefile | 18 +++++++++++-------
 py-typing-inspect/distinfo |  6 +++---
 2 files changed, 14 insertions(+), 10 deletions(-)

diffs:
diff --git a/py-typing-inspect/Makefile b/py-typing-inspect/Makefile
index 24cdd46f03..35efebe889 100644
--- a/py-typing-inspect/Makefile
+++ b/py-typing-inspect/Makefile
@@ -1,19 +1,23 @@
 # $NetBSD$
 
-DISTNAME=	typing_inspect-0.6.0
-PKGNAME=	${PYPKGPREFIX}-typing-inspect-0.6.0
+DISTNAME=	typing_inspect-0.7.1
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	devel python
-MASTER_SITES=	https://files.pythonhosted.org/packages/84/06/8610d429f5d8d6e145abd0ac6a1a6a120c5f6fcbe174d43ddde549b1c582/
+MASTER_SITES=	${MASTER_SITE_PYPI:=t/typing_inspect/}
 
 MAINTAINER=	kamelderouiche%yahoo.com@localhost
 HOMEPAGE=	https://github.com/ilevkivskyi/typing_inspect
 COMMENT=	Runtime inspection utilities for typing module
 LICENSE=	mit
 
-DEPENDS+=	${PYPKGPREFIX}-mypy_extensions>=0.4.3:../../lang/py-mypy_extensions
-#For Python2.7 !
-#DEPENDS+=	${PYPKGPREFIX}-typing>=3.5.2.2:../../devel/py-typing
-DEPENDS+=	${PYPKGPREFIX}-typing-extensions-[0-9]*:../../devel/py-typing-extensions
+DEPENDS+=	${PYPKGPREFIX}-mypy_extensions>=0.3.0:../../lang/py-mypy_extensions
+DEPENDS+=	${PYPKGPREFIX}-typing-extensions>=3.7.4:../../devel/py-typing-extensions
+
+.include "../../lang/python/pyversion.mk"
+
+.if ${PYPKGPREFIX} == "py27"
+DEPENDS+=	${PYPKGPREFIX}-typing>=3.7.4:../../devel/py-typing
+.endif
 
 USE_LANGUAGES=	# none
 
diff --git a/py-typing-inspect/distinfo b/py-typing-inspect/distinfo
index bc18064461..063ac79201 100644
--- a/py-typing-inspect/distinfo
+++ b/py-typing-inspect/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-RMD160 (typing_inspect-0.6.0.tar.gz) = 5be0db114325dc20e547e888e5e7b1b09e784709
-SHA512 (typing_inspect-0.6.0.tar.gz) = 489ec587c8c4053dab2c13975b36b71d5c0e5e47e3501c3a627ea6fede971e7a85ff7a6c43a2b23ae8f79225e38cdc4c35a364f1fbad472424798f9b6b3160cb
-Size (typing_inspect-0.6.0.tar.gz) = 12229 bytes
+BLAKE2s (typing_inspect-0.7.1.tar.gz) = df06ee4c8959858b4443de7e1856caaa4b6b9f00322e6da140cb8aff6932c5a6
+SHA512 (typing_inspect-0.7.1.tar.gz) = 16aa279e5bcdcaa4ad28b68a5c5cedcefee32ec78f57c75b4285888ab6d634e3306eedc63445839cc57923ae956e9b2234cb2afcf71216b3f6ff6839cd48fc58
+Size (typing_inspect-0.7.1.tar.gz) = 11799 bytes


Home | Main Index | Thread Index | Old Index