pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-typing-inspect py-typing-inspect: mark as not...
details: https://anonhg.NetBSD.org/pkgsrc/rev/484fbb65ec27
branches: trunk
changeset: 374594:484fbb65ec27
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed Feb 23 23:21:53 2022 +0000
description:
py-typing-inspect: mark as not for python 2.7 due to py-mypy_extensions
diffstat:
devel/py-typing-inspect/Makefile | 8 ++------
1 files changed, 2 insertions(+), 6 deletions(-)
diffs (22 lines):
diff -r 4f883873d4a0 -r 484fbb65ec27 devel/py-typing-inspect/Makefile
--- a/devel/py-typing-inspect/Makefile Wed Feb 23 20:48:56 2022 +0000
+++ b/devel/py-typing-inspect/Makefile Wed Feb 23 23:21:53 2022 +0000
@@ -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 @@
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