pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-hyperlink



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri May  5 10:09:25 UTC 2023

Modified Files:
        pkgsrc/www/py-hyperlink: Makefile

Log Message:
py-hyperlink: not for Python 2


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/py-hyperlink/Makefile

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

Modified files:

Index: pkgsrc/www/py-hyperlink/Makefile
diff -u pkgsrc/www/py-hyperlink/Makefile:1.14 pkgsrc/www/py-hyperlink/Makefile:1.15
--- pkgsrc/www/py-hyperlink/Makefile:1.14       Wed Mar 29 09:34:15 2023
+++ pkgsrc/www/py-hyperlink/Makefile    Fri May  5 10:09:25 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2023/03/29 09:34:15 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2023/05/05 10:09:25 wiz Exp $
 
 DISTNAME=      hyperlink-21.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -13,11 +13,7 @@ LICENSE=     modified-bsd
 
 DEPENDS+=      ${PYPKGPREFIX}-idna>=2.5:../../www/py-idna
 
-.include "../../lang/python/pyversion.mk"
-
-.if ${PYTHON_VERSION} == 207
-DEPENDS+=      ${PYPKGPREFIX}-typing-[0-9]*:../../devel/py-typing
-.endif
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index