pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-genshi
Module Name: pkgsrc
Committed By: wiz
Date: Sun Apr 30 15:03:18 UTC 2023
Modified Files:
pkgsrc/www/py-genshi: Makefile
Log Message:
py-genshi: use versioned_dependencies for babel
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/www/py-genshi/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-genshi/Makefile
diff -u pkgsrc/www/py-genshi/Makefile:1.18 pkgsrc/www/py-genshi/Makefile:1.19
--- pkgsrc/www/py-genshi/Makefile:1.18 Wed Apr 27 11:52:50 2022
+++ pkgsrc/www/py-genshi/Makefile Sun Apr 30 15:03:18 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2022/04/27 11:52:50 adam Exp $
+# $NetBSD: Makefile,v 1.19 2023/04/30 15:03:18 wiz Exp $
DISTNAME= Genshi-0.7.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
@@ -10,9 +10,11 @@ HOMEPAGE= https://genshi.edgewall.org/
COMMENT= Python toolkit for generation of output for the web
LICENSE= modified-bsd
-DEPENDS+= ${PYPKGPREFIX}-babel>=0.8:../../devel/py-babel
DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+PYTHON_VERSIONED_DEPENDENCIES= babel
+
.include "../../lang/python/egg.mk"
+.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index