pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-django-kronos
Module Name: pkgsrc
Committed By: adam
Date: Mon Jul 3 13:50:49 UTC 2017
Modified Files:
pkgsrc/www/py-django-kronos: Makefile
Log Message:
Added lang/py-six to DEPENDS
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-django-kronos/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-kronos/Makefile
diff -u pkgsrc/www/py-django-kronos/Makefile:1.2 pkgsrc/www/py-django-kronos/Makefile:1.3
--- pkgsrc/www/py-django-kronos/Makefile:1.2 Mon Apr 24 16:23:50 2017
+++ pkgsrc/www/py-django-kronos/Makefile Mon Jul 3 13:50:49 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2017/04/24 16:23:50 adam Exp $
+# $NetBSD: Makefile,v 1.3 2017/07/03 13:50:49 adam Exp $
DISTNAME= django-kronos-1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -12,8 +12,9 @@ LICENSE= mit
USE_LANGUAGES= # empty
-DEPENDS+= ${PYPKGPREFIX}-crontab-[0-9]*:../../sysutils/py-crontab
-DEPENDS+= ${PYPKGPREFIX}-django-[0-9]*:../../www/py-django
+DEPENDS+= ${PYPKGPREFIX}-crontab>=1.9.0:../../sysutils/py-crontab
+DEPENDS+= ${PYPKGPREFIX}-django>=1.7:../../www/py-django
+DEPENDS+= ${PYPKGPREFIX}-six>=1.9.0:../../lang/py-six
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index