pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-humanize py-humanize: fix dependency type ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9192576d3a83
branches:  trunk
changeset: 371127:9192576d3a83
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Jan 05 10:02:48 2022 +0000

description:
py-humanize: fix dependency type for setuptools*

Bump PKGREVISION

diffstat:

 textproc/py-humanize/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (25 lines):

diff -r ca5cee8d4fe2 -r 9192576d3a83 textproc/py-humanize/Makefile
--- a/textproc/py-humanize/Makefile     Wed Jan 05 10:01:08 2022 +0000
+++ b/textproc/py-humanize/Makefile     Wed Jan 05 10:02:48 2022 +0000
@@ -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 @@
 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