pkgsrc-Changes archive

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

CVS commit: pkgsrc/www



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr 30 18:53:40 UTC 2023

Modified Files:
        pkgsrc/www/py-PasteDeploy: Makefile
        pkgsrc/www/py-PasteScript: Makefile

Log Message:
py-Paste*: not for python 2


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/py-PasteDeploy/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/py-PasteScript/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-PasteDeploy/Makefile
diff -u pkgsrc/www/py-PasteDeploy/Makefile:1.11 pkgsrc/www/py-PasteDeploy/Makefile:1.12
--- pkgsrc/www/py-PasteDeploy/Makefile:1.11     Tue Jan  4 20:55:15 2022
+++ pkgsrc/www/py-PasteDeploy/Makefile  Sun Apr 30 18:53:39 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2022/01/04 20:55:15 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2023/04/30 18:53:39 wiz Exp $
 
 DISTNAME=      PasteDeploy-2.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -15,5 +15,7 @@ BUILD_DEPENDS+=       ${PYPKGPREFIX}-test-runn
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/py-PasteScript/Makefile
diff -u pkgsrc/www/py-PasteScript/Makefile:1.6 pkgsrc/www/py-PasteScript/Makefile:1.7
--- pkgsrc/www/py-PasteScript/Makefile:1.6      Wed Jan  5 15:41:28 2022
+++ pkgsrc/www/py-PasteScript/Makefile  Sun Apr 30 18:53:39 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2022/01/05 15:41:28 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2023/04/30 18:53:39 wiz Exp $
 
 DISTNAME=      PasteScript-2.0.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -17,6 +17,8 @@ DEPENDS+=     ${PYPKGPREFIX}-paste-[0-9]*:..
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 USE_PKG_RESOURCES=     yes
 
 .include "../../lang/python/egg.mk"



Home | Main Index | Thread Index | Old Index