pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-django-taggit
Module Name: pkgsrc
Committed By: adam
Date: Tue May 25 05:01:46 UTC 2021
Modified Files:
pkgsrc/www/py-django-taggit: Makefile
Log Message:
py-django-taggit: point to py-django2 in DEPENDS
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-django-taggit/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-taggit/Makefile
diff -u pkgsrc/www/py-django-taggit/Makefile:1.3 pkgsrc/www/py-django-taggit/Makefile:1.4
--- pkgsrc/www/py-django-taggit/Makefile:1.3 Tue May 25 04:55:46 2021
+++ pkgsrc/www/py-django-taggit/Makefile Tue May 25 05:01:46 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2021/05/25 04:55:46 adam Exp $
+# $NetBSD: Makefile,v 1.4 2021/05/25 05:01:46 adam Exp $
DISTNAME= django-taggit-1.4.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -10,7 +10,7 @@ HOMEPAGE= https://github.com/jazzband/dj
COMMENT= Generic tagging application for Django
LICENSE= modified-bsd
-DEPENDS+= ${PYPKGPREFIX}-django>=2.2:../../www/py-django
+DEPENDS+= ${PYPKGPREFIX}-django>=2.2:../../www/py-django2
TEST_DEPENDS+= ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage
USE_LANGUAGES= # none
Home |
Main Index |
Thread Index |
Old Index