pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-waitress
Module Name: pkgsrc
Committed By: jperkin
Date: Wed Jan 31 10:46:04 UTC 2024
Modified Files:
pkgsrc/www/py-waitress: Makefile
Log Message:
py-waitress: Fix PYTHON_VERSIONS_INCOMPATIBLE.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/py-waitress/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-waitress/Makefile
diff -u pkgsrc/www/py-waitress/Makefile:1.13 pkgsrc/www/py-waitress/Makefile:1.14
--- pkgsrc/www/py-waitress/Makefile:1.13 Fri Jan 26 13:48:21 2024
+++ pkgsrc/www/py-waitress/Makefile Wed Jan 31 10:46:04 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2024/01/26 13:48:21 adam Exp $
+# $NetBSD: Makefile,v 1.14 2024/01/31 10:46:04 jperkin Exp $
DISTNAME= waitress-2.1.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -16,6 +16,8 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[
USE_LANGUAGES= # none
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
post-install:
cd ${DESTDIR}${PREFIX}/bin && \
${MV} waitress-serve waitress-serve-${PYVERSSUFFIX} || ${TRUE}
Home |
Main Index |
Thread Index |
Old Index