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:           Sun Sep 28 19:37:34 UTC 2025

Modified Files:
        pkgsrc/devel/py-requests-cache: Makefile PLIST

Log Message:
py-requests-cache: fix for latest poetry-core

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-requests-cache/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-requests-cache/PLIST

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.2 pkgsrc/devel/py-requests-cache/Makefile:1.3
--- pkgsrc/devel/py-requests-cache/Makefile:1.2 Fri Aug  1 08:26:36 2025
+++ pkgsrc/devel/py-requests-cache/Makefile     Sun Sep 28 19:37:34 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2025/08/01 08:26:36 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2025/09/28 19:37:34 wiz Exp $
 
 DISTNAME=      requests_cache-1.2.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
+PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=r/requests-cache/}
 
@@ -10,7 +11,7 @@ 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
+TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=2.2.1:../../devel/py-poetry-core
 
 DEPENDS+=      ${PYPKGPREFIX}-requests>=2.22:../../devel/py-requests
 DEPENDS+=      ${PYPKGPREFIX}-urllib3>=1.25.5:../../www/py-urllib3

Index: pkgsrc/devel/py-requests-cache/PLIST
diff -u pkgsrc/devel/py-requests-cache/PLIST:1.1 pkgsrc/devel/py-requests-cache/PLIST:1.2
--- pkgsrc/devel/py-requests-cache/PLIST:1.1    Mon Jul 28 22:15:15 2025
+++ pkgsrc/devel/py-requests-cache/PLIST        Sun Sep 28 19:37:34 2025
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1 2025/07/28 22:15:15 dkazankov Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+@comment $NetBSD: PLIST,v 1.2 2025/09/28 19:37:34 wiz Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/requests_cache/__init__.py
 ${PYSITELIB}/requests_cache/__init__.pyc
 ${PYSITELIB}/requests_cache/__init__.pyo



Home | Main Index | Thread Index | Old Index