Skip to content

Commit

Permalink
py-genshi: use versioned_dependencies for babel
Browse files Browse the repository at this point in the history
  • Loading branch information
0-wiz-0 committed Apr 30, 2023
1 parent fcb0e86 commit 9fdcba7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions www/py-genshi/Makefile
Original file line number Diff line number Diff line change
@@ -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}
Expand All @@ -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"

0 comments on commit 9fdcba7

Please sign in to comment.