pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Feb 19 11:03:03 UTC 2020

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

Log Message:
py-django-filer: depend on py-easy-thumbnails


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/py-django-filer/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-filer/Makefile
diff -u pkgsrc/www/py-django-filer/Makefile:1.4 pkgsrc/www/py-django-filer/Makefile:1.5
--- pkgsrc/www/py-django-filer/Makefile:1.4     Tue May 14 06:21:42 2019
+++ pkgsrc/www/py-django-filer/Makefile Wed Feb 19 11:03:03 2020
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2019/05/14 06:21:42 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2020/02/19 11:03:03 adam Exp $
 
 DISTNAME=      django-filer-1.4.0
+PKGREVISION=   1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/django-filer/}
@@ -13,9 +14,9 @@ LICENSE=      modified-bsd
 DEPENDS+=      ${PYPKGPREFIX}-Pillow-[0-9]*:../../graphics/py-Pillow
 DEPENDS+=      ${PYPKGPREFIX}-Unidecode>=0.04:../../textproc/py-Unidecode
 DEPENDS+=      ${PYPKGPREFIX}-django>=1.8:../../www/py-django
-DEPENDS+=      ${PYPKGPREFIX}-django-easy-thumbnails>=2.0:../../www/py-django-easy-thumbnails
 DEPENDS+=      ${PYPKGPREFIX}-django-mptt>=0.6:../../www/py-django-mptt
 DEPENDS+=      ${PYPKGPREFIX}-django-polymorphic>=0.7:../../www/py-django-polymorphic
+DEPENDS+=      ${PYPKGPREFIX}-easy-thumbnails>=2.0:../../www/py-easy-thumbnails
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index