pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-humanize



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jan  5 10:02:48 UTC 2022

Modified Files:
        pkgsrc/textproc/py-humanize: Makefile

Log Message:
py-humanize: fix dependency type for setuptools*

Bump PKGREVISION


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/textproc/py-humanize/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/py-humanize/Makefile
diff -u pkgsrc/textproc/py-humanize/Makefile:1.22 pkgsrc/textproc/py-humanize/Makefile:1.23
--- pkgsrc/textproc/py-humanize/Makefile:1.22   Tue Jan  4 20:54:56 2022
+++ pkgsrc/textproc/py-humanize/Makefile        Wed Jan  5 10:02:48 2022
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.22 2022/01/04 20:54:56 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2022/01/05 10:02:48 wiz Exp $
 
 DISTNAME=      humanize-3.13.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/humanize/}
 
@@ -11,8 +11,8 @@ HOMEPAGE=     https://github.com/jmoiron/hum
 COMMENT=       Convert numbers into easily readable format
 LICENSE=       mit
 
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm>=1.15.0:../../devel/py-setuptools_scm
-DEPENDS+=      ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=1.15.0:../../devel/py-setuptools_scm
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 TEST_DEPENDS+= ${PYPKGPREFIX}-freezegun-[0-9]*:../../devel/py-freezegun
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner



Home | Main Index | Thread Index | Old Index