Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-django-reversion Doesn't support django3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f87707668b87
branches:  trunk
changeset: 433235:f87707668b87
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun May 31 20:45:17 2020 +0000

description:
Doesn't support django3.

diffstat:

 www/py-django-reversion/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 15bc21692dab -r f87707668b87 www/py-django-reversion/Makefile
--- a/www/py-django-reversion/Makefile  Sun May 31 20:44:31 2020 +0000
+++ b/www/py-django-reversion/Makefile  Sun May 31 20:45:17 2020 +0000
@@ -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 @@
 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