pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-typing-inspect



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Feb 23 23:21:54 UTC 2022

Modified Files:
        pkgsrc/devel/py-typing-inspect: Makefile

Log Message:
py-typing-inspect: mark as not for python 2.7 due to py-mypy_extensions


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-typing-inspect/Makefile

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

Modified files:

Index: pkgsrc/devel/py-typing-inspect/Makefile
diff -u pkgsrc/devel/py-typing-inspect/Makefile:1.1 pkgsrc/devel/py-typing-inspect/Makefile:1.2
--- pkgsrc/devel/py-typing-inspect/Makefile:1.1 Wed Feb 23 11:30:04 2022
+++ pkgsrc/devel/py-typing-inspect/Makefile     Wed Feb 23 23:21:53 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/02/23 11:30:04 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2022/02/23 23:21:53 wiz Exp $
 
 DISTNAME=      typing_inspect-0.7.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_i/-i/}
@@ -13,11 +13,7 @@ LICENSE=     mit
 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
+PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-mypy_extensions
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index