CVS commit: pkgsrc/www/py-django-reversion
"Thomas Klausner" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: pkgsrc Committed By: wiz Date: Tue Aug 18 07:27:22 UTC 2026 Modified Files: pkgsrc/www/py-django-reversion: Makefile Log Message: py-django-reversion: mark as not for Python<3.12 link to upstream ticket To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 pkgsrc/www/py-django-reversion/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
(unnamed)
(text/x-diff, 776 B)
Modified files:
Index: pkgsrc/www/py-django-reversion/Makefile
diff -u pkgsrc/www/py-django-reversion/Makefile:1.40 pkgsrc/www/py-django-reversion/Makefile:1.41
--- pkgsrc/www/py-django-reversion/Makefile:1.40 Mon Jun 29 12:39:53 2026
+++ pkgsrc/www/py-django-reversion/Makefile Tue Aug 18 07:27:22 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2026/06/29 12:39:53 adam Exp $
+# $NetBSD: Makefile,v 1.41 2026/08/18 07:27:22 wiz Exp $
DISTNAME= django_reversion-6.3.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
@@ -15,5 +15,8 @@ DEPENDS+= ${PYPKGPREFIX}-django>=4.2:../
USE_LANGUAGES= # none
+# https://github.com/etianen/django-reversion/issues/1001
+PYTHON_VERSIONS_INCOMPATIBLE= 310 311
+
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"