pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-mako
Module Name: pkgsrc
Committed By: js
Date: Sun Oct 4 17:30:51 UTC 2020
Modified Files:
pkgsrc/devel/py-mako: Makefile
Log Message:
devel/py-mako: Fix missing dependency
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/py-mako/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-mako/Makefile
diff -u pkgsrc/devel/py-mako/Makefile:1.20 pkgsrc/devel/py-mako/Makefile:1.21
--- pkgsrc/devel/py-mako/Makefile:1.20 Wed Jun 3 17:01:05 2020
+++ pkgsrc/devel/py-mako/Makefile Sun Oct 4 17:30:51 2020
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.20 2020/06/03 17:01:05 adam Exp $
+# $NetBSD: Makefile,v 1.21 2020/10/04 17:30:51 js Exp $
DISTNAME= Mako-1.1.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
+PKGREVISION= 1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=M/Mako/}
@@ -10,6 +11,7 @@ HOMEPAGE= https://www.makotemplates.org/
COMMENT= Hyperfast and lightweight templating for the Python platform
LICENSE= mit
+DEPENDS+= ${PYPKGPREFIX}-markupsafe-[0-9]*:../../textproc/py-markupsafe
TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
USE_LANGUAGES= # none
Home |
Main Index |
Thread Index |
Old Index