pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/py-flask-flatpages py-flask-flatpages: fix suspect...
details: https://anonhg.NetBSD.org/pkgsrc/rev/76f167e3b97a
branches: trunk
changeset: 771641:76f167e3b97a
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Dec 20 21:54:59 2021 +0000
description:
py-flask-flatpages: fix suspected typo
kygments -> pygments
diffstat:
www/py-flask-flatpages/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r f66ed504276b -r 76f167e3b97a www/py-flask-flatpages/Makefile
--- a/www/py-flask-flatpages/Makefile Mon Dec 20 20:59:42 2021 +0000
+++ b/www/py-flask-flatpages/Makefile Mon Dec 20 21:54:59 2021 +0000
@@ -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 @@
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