pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-cython



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Aug 24 20:44:15 UTC 2023

Modified Files:
        pkgsrc/devel/py-cython: tool.mk

Log Message:
py-cython: pkglint fix


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-cython/tool.mk

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-cython/tool.mk
diff -u pkgsrc/devel/py-cython/tool.mk:1.2 pkgsrc/devel/py-cython/tool.mk:1.3
--- pkgsrc/devel/py-cython/tool.mk:1.2  Tue Oct 23 18:04:52 2018
+++ pkgsrc/devel/py-cython/tool.mk      Thu Aug 24 20:44:14 2023
@@ -1,4 +1,4 @@
-# $NetBSD: tool.mk,v 1.2 2018/10/23 18:04:52 jperkin Exp $
+# $NetBSD: tool.mk,v 1.3 2023/08/24 20:44:14 wiz Exp $
 #
 # This mk fragment can be included in all packages that uses `cython'
 # and `cythonize' as tools without version suffix.
@@ -17,10 +17,10 @@ BUILDLINK_TARGETS+= buildlink-bin-cython
 
 .PHONY: buildlink-bin-cython
 buildlink-bin-cython:
-.for CYTHONTOOL in cython cythonize
+.for cythontool in cython cythonize
        ${RUN} \
-       f="${PREFIX}/bin/${CYTHONTOOL}-${PYVERSSUFFIX}"; \
-       t="${BUILDLINK_DIR}/bin/${CYTHONTOOL}"; \
+       f="${PREFIX}/bin/${cythontool}-${PYVERSSUFFIX}"; \
+       t="${BUILDLINK_DIR}/bin/${cythontool}"; \
        if ${TEST} -f $$f -a ! -f $$t ; then \
                ${LN} -sf $$f $$t; \
        fi



Home | Main Index | Thread Index | Old Index