pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-requests-cache
Module Name: pkgsrc
Committed By: wiz
Date: Fri Aug 1 08:26:36 UTC 2025
Modified Files:
pkgsrc/devel/py-requests-cache: Makefile
Log Message:
py-requests-cache: add missing tool dependency
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-requests-cache/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-requests-cache/Makefile
diff -u pkgsrc/devel/py-requests-cache/Makefile:1.1 pkgsrc/devel/py-requests-cache/Makefile:1.2
--- pkgsrc/devel/py-requests-cache/Makefile:1.1 Mon Jul 28 22:15:15 2025
+++ pkgsrc/devel/py-requests-cache/Makefile Fri Aug 1 08:26:36 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2025/07/28 22:15:15 dkazankov Exp $
+# $NetBSD: Makefile,v 1.2 2025/08/01 08:26:36 wiz Exp $
DISTNAME= requests_cache-1.2.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
@@ -10,6 +10,8 @@ HOMEPAGE= https://github.com/requests-ca
COMMENT= Persistent cache for requests library
LICENSE= 2-clause-bsd
+TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core-[0-9]*:../../devel/py-poetry-core
+
DEPENDS+= ${PYPKGPREFIX}-requests>=2.22:../../devel/py-requests
DEPENDS+= ${PYPKGPREFIX}-urllib3>=1.25.5:../../www/py-urllib3
DEPENDS+= ${PYPKGPREFIX}-attrs>=21.2:../../devel/py-attrs
Home |
Main Index |
Thread Index |
Old Index