pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc
Module Name: pkgsrc
Committed By: wiz
Date: Sun Nov 5 22:11:37 UTC 2023
Modified Files:
pkgsrc/textproc/py-dominate: Makefile
pkgsrc/www/py-flask-bootstrap: Makefile
Log Message:
py-dominate: not for Python 3.12
Next version will support it
https://github.com/Knio/dominate/issues/172
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/textproc/py-dominate/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/py-flask-bootstrap/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/py-dominate/Makefile
diff -u pkgsrc/textproc/py-dominate/Makefile:1.8 pkgsrc/textproc/py-dominate/Makefile:1.9
--- pkgsrc/textproc/py-dominate/Makefile:1.8 Wed Aug 30 14:47:54 2023
+++ pkgsrc/textproc/py-dominate/Makefile Sun Nov 5 22:11:37 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2023/08/30 14:47:54 adam Exp $
+# $NetBSD: Makefile,v 1.9 2023/11/05 22:11:37 wiz Exp $
DISTNAME= dominate-2.8.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -11,6 +11,7 @@ COMMENT= Python library for creating and
LICENSE= gnu-lgpl-v3
PYTHON_VERSIONED_DEPENDENCIES= test:test
+PYTHON_VERSIONS_INCOMPATIBLE= 312
USE_LANGUAGES= # none
Index: pkgsrc/www/py-flask-bootstrap/Makefile
diff -u pkgsrc/www/py-flask-bootstrap/Makefile:1.14 pkgsrc/www/py-flask-bootstrap/Makefile:1.15
--- pkgsrc/www/py-flask-bootstrap/Makefile:1.14 Fri Apr 29 11:56:44 2022
+++ pkgsrc/www/py-flask-bootstrap/Makefile Sun Nov 5 22:11:37 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2022/04/29 11:56:44 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2023/11/05 22:11:37 wiz Exp $
DISTNAME= Flask-Bootstrap-3.3.7.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
@@ -17,7 +17,7 @@ DEPENDS+= ${PYPKGPREFIX}-visitor-[0-9]*:
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
+PYTHON_VERSIONS_INCOMPATIBLE= 27 312
REPLACE_PYTHON+= flask_bootstrap/__init__.py
Home |
Main Index |
Thread Index |
Old Index