pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-ruff
Module Name: pkgsrc
Committed By: adam
Date: Tue May 12 09:59:22 UTC 2026
Modified Files:
pkgsrc/devel/py-ruff: Makefile
Log Message:
py-ruff: bump RUST_REQ; use PY_RENAME_BINARIES
To generate a diff of this commit:
cvs rdiff -u -r1.105 -r1.106 pkgsrc/devel/py-ruff/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-ruff/Makefile
diff -u pkgsrc/devel/py-ruff/Makefile:1.105 pkgsrc/devel/py-ruff/Makefile:1.106
--- pkgsrc/devel/py-ruff/Makefile:1.105 Sun Apr 26 21:01:14 2026
+++ pkgsrc/devel/py-ruff/Makefile Tue May 12 09:59:22 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.105 2026/04/26 21:01:14 wiz Exp $
+# $NetBSD: Makefile,v 1.106 2026/05/12 09:59:22 adam Exp $
DISTNAME= ruff-0.15.12
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -11,7 +11,7 @@ COMMENT= Extremely fast Python linter, w
LICENSE= mit
USE_LANGUAGES= c c++
-RUST_REQ= 1.92
+RUST_REQ= 1.93
# for tikv-jemalloc-sys
USE_TOOLS+= gmake
@@ -20,10 +20,10 @@ CARGO_GITHUB_CRATES+= astral-sh lsp-type
MAKE_ENV+= CARGO_NET_OFFLINE=true
+PY_RENAME_BINARIES= ruff
+
post-install:
${RM} -f ${DESTDIR}${PREFIX}/${PYSITELIB}/ruff/_find_ruff.py.orig
- cd ${DESTDIR}${PREFIX}/bin && \
- ${MV} ruff ruff-${PYVERSSUFFIX} || ${TRUE}
.include "cargo-depends.mk"
Home |
Main Index |
Thread Index |
Old Index