pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-flask-flatpages



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Dec 20 21:54:59 UTC 2021

Modified Files:
        pkgsrc/www/py-flask-flatpages: Makefile

Log Message:
py-flask-flatpages: fix suspected typo

kygments -> pygments


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/py-flask-flatpages/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-flask-flatpages/Makefile
diff -u pkgsrc/www/py-flask-flatpages/Makefile:1.13 pkgsrc/www/py-flask-flatpages/Makefile:1.14
--- pkgsrc/www/py-flask-flatpages/Makefile:1.13 Mon Nov  1 21:05:56 2021
+++ pkgsrc/www/py-flask-flatpages/Makefile      Mon Dec 20 21:54:59 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2021/11/01 21:05:56 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2021/12/20 21:54:59 wiz Exp $
 
 DISTNAME=      Flask-FlatPages-0.7.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
@@ -21,7 +21,7 @@ BUILD_DEPENDS+=       ${PYPKGPREFIX}-test-runn
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONED_DEPENDENCIES+=        markdown kygments:test
+PYTHON_VERSIONED_DEPENDENCIES+=        markdown pygments:test
 
 .include "../../lang/python/egg.mk"
 .include "../../lang/python/versioned_dependencies.mk"



Home | Main Index | Thread Index | Old Index