pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-django-mptt



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Jan 27 12:00:26 UTC 2025

Modified Files:
        pkgsrc/www/py-django-mptt: Makefile

Log Message:
py-django-mptt: not for Python 3.9 anymore


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/www/py-django-mptt/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-django-mptt/Makefile
diff -u pkgsrc/www/py-django-mptt/Makefile:1.26 pkgsrc/www/py-django-mptt/Makefile:1.27
--- pkgsrc/www/py-django-mptt/Makefile:1.26     Mon Oct 14 06:46:06 2024
+++ pkgsrc/www/py-django-mptt/Makefile  Mon Jan 27 12:00:26 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2024/10/14 06:46:06 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2025/01/27 12:00:26 adam Exp $
 
 DISTNAME=      django_mptt-0.16.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
@@ -15,5 +15,7 @@ DEPENDS+=     ${PYPKGPREFIX}-django-js-asset
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  39 # py-django-js-asset
+
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index