pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-jinja2-ansible-filters



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Sep  5 05:13:02 UTC 2026

Modified Files:
        pkgsrc/textproc/py-jinja2-ansible-filters: Makefile

Log Message:
py-jinja2-ansible-filters: not for Python 3.10 nor 3.11


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/py-jinja2-ansible-filters/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-jinja2-ansible-filters/Makefile
diff -u pkgsrc/textproc/py-jinja2-ansible-filters/Makefile:1.1 pkgsrc/textproc/py-jinja2-ansible-filters/Makefile:1.2
--- pkgsrc/textproc/py-jinja2-ansible-filters/Makefile:1.1      Thu Sep  3 05:10:31 2026
+++ pkgsrc/textproc/py-jinja2-ansible-filters/Makefile  Sat Sep  5 05:13:02 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2026/09/03 05:10:31 adam Exp $
+# $NetBSD: Makefile,v 1.2 2026/09/05 05:13:02 adam Exp $
 
 DISTNAME=      jinja2-ansible-filters-1.3.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -16,5 +16,7 @@ DEPENDS+=     ${PYPKGPREFIX}-yaml>=0:../../t
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=   310 311 # py-yaml
+
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index