pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-flask-bootstrap



Module Name:    pkgsrc
Committed By:   markd
Date:           Tue Jun  3 11:44:42 UTC 2025

Modified Files:
        pkgsrc/www/py-flask-bootstrap: Makefile

Log Message:
py-flask-bootstrap: allow installing with python-3.12

the reason it was blocked (py-dominate) has been fixed.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 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/www/py-flask-bootstrap/Makefile
diff -u pkgsrc/www/py-flask-bootstrap/Makefile:1.15 pkgsrc/www/py-flask-bootstrap/Makefile:1.16
--- pkgsrc/www/py-flask-bootstrap/Makefile:1.15 Sun Nov  5 22:11:37 2023
+++ pkgsrc/www/py-flask-bootstrap/Makefile      Tue Jun  3 11:44:42 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2023/11/05 22:11:37 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2025/06/03 11:44:42 markd Exp $
 
 DISTNAME=      Flask-Bootstrap-3.3.7.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
@@ -17,8 +17,6 @@ DEPENDS+=     ${PYPKGPREFIX}-visitor-[0-9]*:
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 312
-
 REPLACE_PYTHON+=       flask_bootstrap/__init__.py
 
 .include "../../lang/python/application.mk"



Home | Main Index | Thread Index | Old Index