pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-treq



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Aug 18 22:32:49 UTC 2025

Modified Files:
        pkgsrc/devel/py-treq: Makefile

Log Message:
py-treq: fix tool dependencies


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/py-treq/Makefile

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

Modified files:

Index: pkgsrc/devel/py-treq/Makefile
diff -u pkgsrc/devel/py-treq/Makefile:1.14 pkgsrc/devel/py-treq/Makefile:1.15
--- pkgsrc/devel/py-treq/Makefile:1.14  Sat Aug 16 07:09:13 2025
+++ pkgsrc/devel/py-treq/Makefile       Mon Aug 18 22:32:49 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2025/08/16 07:09:13 adam Exp $
+# $NetBSD: Makefile,v 1.15 2025/08/18 22:32:49 wiz Exp $
 
 DISTNAME=      treq-25.5.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,7 +10,7 @@ HOMEPAGE=     https://github.com/twisted/tre
 COMMENT=       HTTP library for Twisted
 LICENSE=       mit
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=0:../../devel/py-hatchling
 DEPENDS+=      ${PYPKGPREFIX}-attrs-[0-9]*:../../devel/py-attrs
 DEPENDS+=      ${PYPKGPREFIX}-hyperlink>=21.0.0:../../www/py-hyperlink
 DEPENDS+=      ${PYPKGPREFIX}-incremental>=24.7.2:../../devel/py-incremental



Home | Main Index | Thread Index | Old Index