pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/py-lz4



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun Apr 26 13:29:50 UTC 2020

Modified Files:
        pkgsrc/archivers/py-lz4: Makefile

Log Message:
archivers/py-lz4: fix path to py-test

The directory works only for py-test<5 since py-test>=5 lives in
devel/py-test5.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/archivers/py-lz4/Makefile

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

Modified files:

Index: pkgsrc/archivers/py-lz4/Makefile
diff -u pkgsrc/archivers/py-lz4/Makefile:1.26 pkgsrc/archivers/py-lz4/Makefile:1.27
--- pkgsrc/archivers/py-lz4/Makefile:1.26       Mon Sep 16 08:53:00 2019
+++ pkgsrc/archivers/py-lz4/Makefile    Sun Apr 26 13:29:50 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2019/09/16 08:53:00 adam Exp $
+# $NetBSD: Makefile,v 1.27 2020/04/26 13:29:50 rillig Exp $
 
 DISTNAME=      lz4-2.2.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -14,7 +14,7 @@ BUILD_DEPENDS+=       ${PYPKGPREFIX}-pkgconfig
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
 TEST_DEPENDS+= ${PYPKGPREFIX}-psutil-[0-9]*:../../sysutils/py-psutil
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test<5:../../devel/py-test
 
 .include "../../lang/python/pyversion.mk"
 .if ${_PYTHON_VERSION} == 27



Home | Main Index | Thread Index | Old Index