pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-cachecontrol
Module Name: pkgsrc
Committed By: adam
Date: Tue Jan 11 19:05:17 UTC 2022
Modified Files:
pkgsrc/devel/py-cachecontrol: Makefile
Log Message:
py-cachecontrol: also depend on py-lockfile; needed for py-poetry
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-cachecontrol/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-cachecontrol/Makefile
diff -u pkgsrc/devel/py-cachecontrol/Makefile:1.6 pkgsrc/devel/py-cachecontrol/Makefile:1.7
--- pkgsrc/devel/py-cachecontrol/Makefile:1.6 Wed Jan 5 15:41:02 2022
+++ pkgsrc/devel/py-cachecontrol/Makefile Tue Jan 11 19:05:17 2022
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2022/01/05 15:41:02 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2022/01/11 19:05:17 adam Exp $
DISTNAME= CacheControl-0.12.10
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=C/CacheControl/}
@@ -11,8 +11,10 @@ HOMEPAGE= https://github.com/ionrock/cac
COMMENT= Port of httplib2's caching to requests
LICENSE= apache-2.0
-DEPENDS+= ${PYPKGPREFIX}-requests>=0:../../devel/py-requests
DEPENDS+= ${PYPKGPREFIX}-msgpack>=0.5.2:../../devel/py-msgpack
+DEPENDS+= ${PYPKGPREFIX}-requests>=0:../../devel/py-requests
+# filecache
+DEPENDS+= ${PYPKGPREFIX}-lockfile>=0.9:../../devel/py-lockfile
USE_LANGUAGES= # none
Home |
Main Index |
Thread Index |
Old Index