pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-pylint



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun Mar 22 22:50:52 UTC 2020

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

Log Message:
devel/py-pylint: fix typo in test program filename


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/devel/py-pylint/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-pylint/Makefile
diff -u pkgsrc/devel/py-pylint/Makefile:1.38 pkgsrc/devel/py-pylint/Makefile:1.39
--- pkgsrc/devel/py-pylint/Makefile:1.38        Thu Nov 14 10:03:46 2019
+++ pkgsrc/devel/py-pylint/Makefile     Sun Mar 22 22:50:52 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2019/11/14 10:03:46 adam Exp $
+# $NetBSD: Makefile,v 1.39 2020/03/22 22:50:52 rillig Exp $
 
 DISTNAME=      pylint-2.4.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -22,7 +22,7 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27
 
 INSTALLATION_DIRS=     ${PKGMANDIR}/man1
 
-REPLACE_PYTHON+=       pylint/test/data/ascript
+REPLACE_PYTHON+=       tests/data/ascript
 
 post-install:
 .for file in epylint pylint pyreverse symilar



Home | Main Index | Thread Index | Old Index