pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   joerg
Date:           Sun May 31 20:45:17 UTC 2020

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

Log Message:
Doesn't support django3.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 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.

Modified files:

Index: pkgsrc/www/py-django-reversion/Makefile
diff -u pkgsrc/www/py-django-reversion/Makefile:1.22 pkgsrc/www/py-django-reversion/Makefile:1.23
--- pkgsrc/www/py-django-reversion/Makefile:1.22        Wed Apr 15 22:37:54 2020
+++ pkgsrc/www/py-django-reversion/Makefile     Sun May 31 20:45:17 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2020/04/15 22:37:54 joerg Exp $
+# $NetBSD: Makefile,v 1.23 2020/05/31 20:45:17 joerg Exp $
 
 DISTNAME=      django-reversion-2.0.13
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,8 +10,8 @@ HOMEPAGE=     https://github.com/etianen/dja
 COMMENT=       Version control facilities for Django
 LICENSE=       modified-bsd
 
-DEPENDS+=      ${PYPKGPREFIX}-django>=1.8:../../www/py-django
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+# django-3 removed django.utils.six
+DEPENDS+=      ${PYPKGPREFIX}-django>=1.8<3:../../www/py-django
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index