pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/py-inflect
Module Name: pkgsrc
Committed By: wiz
Date: Mon Nov 14 15:08:31 UTC 2022
Modified Files:
pkgsrc/lang/py-inflect: Makefile
Log Message:
py-inflect: add missing tool dependency
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/lang/py-inflect/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/py-inflect/Makefile
diff -u pkgsrc/lang/py-inflect/Makefile:1.5 pkgsrc/lang/py-inflect/Makefile:1.6
--- pkgsrc/lang/py-inflect/Makefile:1.5 Sun Nov 6 18:08:15 2022
+++ pkgsrc/lang/py-inflect/Makefile Mon Nov 14 15:08:31 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2022/11/06 18:08:15 adam Exp $
+# $NetBSD: Makefile,v 1.6 2022/11/14 15:08:31 wiz Exp $
DISTNAME= inflect-6.0.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -10,7 +10,8 @@ HOMEPAGE= https://github.com/jazzband/in
COMMENT= Correctly generate plurals, ordinals, indefinite articles for English
LICENSE= mit
-BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=7.0.0:../../devel/py-setuptools_scm
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=7.0.0:../../devel/py-setuptools_scm
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
DEPENDS+= ${PYPKGPREFIX}-pydantic>=1.9.1:../../devel/py-pydantic
TEST_DEPENDS+= ${PYPKGPREFIX}-test>=6:../../devel/py-test
TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
Home |
Main Index |
Thread Index |
Old Index