pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-dogpile-cache



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Dec  6 20:39:06 UTC 2021

Modified Files:
        pkgsrc/devel/py-dogpile-cache: Makefile

Log Message:
py-dogpile-cache: fix py-stevedore path


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-dogpile-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-dogpile-cache/Makefile
diff -u pkgsrc/devel/py-dogpile-cache/Makefile:1.6 pkgsrc/devel/py-dogpile-cache/Makefile:1.7
--- pkgsrc/devel/py-dogpile-cache/Makefile:1.6  Sun Nov 14 15:16:19 2021
+++ pkgsrc/devel/py-dogpile-cache/Makefile      Mon Dec  6 20:39:06 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2021/11/14 15:16:19 adam Exp $
+# $NetBSD: Makefile,v 1.7 2021/12/06 20:39:06 adam Exp $
 
 DISTNAME=      dogpile.cache-1.1.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/./-/}
@@ -11,7 +11,7 @@ COMMENT=      Caching front-end based on the 
 LICENSE=       modified-bsd
 
 DEPENDS+=      ${PYPKGPREFIX}-decorator>=4.0.0:../../devel/py-decorator
-DEPENDS+=      ${PYPKGPREFIX}-stevedore>=3.0.0:../../devel/py-decorator
+DEPENDS+=      ${PYPKGPREFIX}-stevedore>=3.0.0:../../devel/py-stevedore
 TEST_DEPENDS+= ${PYPKGPREFIX}-mako-[0-9]*:../../devel/py-mako
 TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov



Home | Main Index | Thread Index | Old Index