pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-cachecontrol py-cachecontrol: also depend on ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ec39779d7eb7
branches:  trunk
changeset: 371666:ec39779d7eb7
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Jan 11 19:05:17 2022 +0000

description:
py-cachecontrol: also depend on py-lockfile; needed for py-poetry

diffstat:

 devel/py-cachecontrol/Makefile |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r e030820711d4 -r ec39779d7eb7 devel/py-cachecontrol/Makefile
--- a/devel/py-cachecontrol/Makefile    Tue Jan 11 19:03:59 2022 +0000
+++ b/devel/py-cachecontrol/Makefile    Tue Jan 11 19:05:17 2022 +0000
@@ -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 @@
 COMMENT=       Port of httplib2's caching to requests
 LICENSE=       apache-2.0
 
+DEPENDS+=      ${PYPKGPREFIX}-msgpack>=0.5.2:../../devel/py-msgpack
 DEPENDS+=      ${PYPKGPREFIX}-requests>=0:../../devel/py-requests
-DEPENDS+=      ${PYPKGPREFIX}-msgpack>=0.5.2:../../devel/py-msgpack
+# filecache
+DEPENDS+=      ${PYPKGPREFIX}-lockfile>=0.9:../../devel/py-lockfile
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index