pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/py-tempora



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Nov 28 17:16:45 UTC 2023

Modified Files:
        pkgsrc/time/py-tempora: Makefile

Log Message:
py-tempora: fix path to devel/py-test-freezer


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/time/py-tempora/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/time/py-tempora/Makefile
diff -u pkgsrc/time/py-tempora/Makefile:1.21 pkgsrc/time/py-tempora/Makefile:1.22
--- pkgsrc/time/py-tempora/Makefile:1.21        Tue Nov 28 17:15:22 2023
+++ pkgsrc/time/py-tempora/Makefile     Tue Nov 28 17:16:45 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2023/11/28 17:15:22 adam Exp $
+# $NetBSD: Makefile,v 1.22 2023/11/28 17:16:45 adam Exp $
 
 DISTNAME=      tempora-5.5.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -17,7 +17,7 @@ DEPENDS+=     ${PYPKGPREFIX}-jaraco.functool
 DEPENDS+=      ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-checkdocs-[0-9]*:../../devel/py-test-checkdocs
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-freezer-[0-9]*:../../devel/py-test-freezegun
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-freezer-[0-9]*:../../devel/py-test-freezer
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index