pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-httpbin
Module Name: pkgsrc
Committed By: wiz
Date: Wed Sep 6 11:50:01 UTC 2023
Modified Files:
pkgsrc/www/py-httpbin: Makefile
Log Message:
py-httpbin: fix spelling of TOOL_DEPENDS, fixing the build
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/py-httpbin/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-httpbin/Makefile
diff -u pkgsrc/www/py-httpbin/Makefile:1.14 pkgsrc/www/py-httpbin/Makefile:1.15
--- pkgsrc/www/py-httpbin/Makefile:1.14 Tue Aug 29 06:48:32 2023
+++ pkgsrc/www/py-httpbin/Makefile Wed Sep 6 11:50:01 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2023/08/29 06:48:32 adam Exp $
+# $NetBSD: Makefile,v 1.15 2023/09/06 11:50:01 wiz Exp $
DISTNAME= httpbin-0.10.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -10,8 +10,8 @@ HOMEPAGE= https://github.com/psf/httpbin
COMMENT= HTTP Request and Response Service
LICENSE= mit
-TOOLDEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
-TOOLDEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
DEPENDS+= ${PYPKGPREFIX}-brotlicffi-[0-9]*:../../archivers/py-brotlicffi
DEPENDS+= ${PYPKGPREFIX}-decorator-[0-9]*:../../devel/py-decorator
DEPENDS+= ${PYPKGPREFIX}-greenlet-[0-9]*:../../devel/py-greenlet
Home |
Main Index |
Thread Index |
Old Index