pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-expiringdict



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Aug 24 10:18:04 UTC 2022

Modified Files:
        pkgsrc/devel/py-expiringdict: Makefile

Log Message:
py-expiringdict: fix path to py-coveralls


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-expiringdict/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-expiringdict/Makefile
diff -u pkgsrc/devel/py-expiringdict/Makefile:1.1 pkgsrc/devel/py-expiringdict/Makefile:1.2
--- pkgsrc/devel/py-expiringdict/Makefile:1.1   Wed Aug 24 10:17:19 2022
+++ pkgsrc/devel/py-expiringdict/Makefile       Wed Aug 24 10:18:04 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/08/24 10:17:19 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2022/08/24 10:18:04 wiz Exp $
 
 DISTNAME=      expiringdict-1.2.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -12,7 +12,7 @@ LICENSE=      apache-2.0
 
 TEST_DEPENDS+= ${PYPKGPREFIX}-dill>=0:../../textproc/py-dill
 TEST_DEPENDS+= ${PYPKGPREFIX}-coverage>=0:../../devel/py-coverage
-TEST_DEPENDS+= ${PYPKGPREFIX}-coveralls>=3:../../wip/py-coveralls
+TEST_DEPENDS+= ${PYPKGPREFIX}-coveralls>=3:../../devel/py-coveralls
 TEST_DEPENDS+= ${PYPKGPREFIX}-mock>=0:../../devel/py-mock
 TEST_DEPENDS+= ${PYPKGPREFIX}-nose>=0:../../devel/py-nose
 



Home | Main Index | Thread Index | Old Index