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:   wiz
Date:           Sun Apr 26 21:01:14 UTC 2026

Modified Files:
        pkgsrc/devel/py-ruff: Makefile distinfo
Removed Files:
        pkgsrc/devel/py-ruff/patches: patch-Cargo.toml

Log Message:
py-ruff: switch to CARGO_GITHUB_CRATES


To generate a diff of this commit:
cvs rdiff -u -r1.104 -r1.105 pkgsrc/devel/py-ruff/Makefile
cvs rdiff -u -r1.102 -r1.103 pkgsrc/devel/py-ruff/distinfo
cvs rdiff -u -r1.41 -r0 pkgsrc/devel/py-ruff/patches/patch-Cargo.toml

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.104 pkgsrc/devel/py-ruff/Makefile:1.105
--- pkgsrc/devel/py-ruff/Makefile:1.104 Sun Apr 26 10:45:24 2026
+++ pkgsrc/devel/py-ruff/Makefile       Sun Apr 26 21:01:14 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.104 2026/04/26 10:45:24 wiz Exp $
+# $NetBSD: Makefile,v 1.105 2026/04/26 21:01:14 wiz Exp $
 
 DISTNAME=      ruff-0.15.12
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -16,12 +16,7 @@ RUST_REQ=    1.92
 # for tikv-jemalloc-sys
 USE_TOOLS+=    gmake
 
-# Depends on an unpublished crate. Can't use cargo.mk to fetch it.
-LSP_TYPES_REV= e15db0593f0ecbbd80599c3f5880e4bf5da1ca0c
-DISTFILES=     ${DEFAULT_DISTFILES}
-DISTFILES+=    lsp-types-${LSP_TYPES_REV}.tar.gz
-
-SITES.lsp-types-${LSP_TYPES_REV}.tar.gz+=      -${MASTER_SITE_GITHUB:=astral-sh/}lsp-types/archive/${LSP_TYPES_REV}.tar.gz
+CARGO_GITHUB_CRATES+=  astral-sh lsp-types e15db0593f0ecbbd80599c3f5880e4bf5da1ca0c
 
 MAKE_ENV+=     CARGO_NET_OFFLINE=true
 

Index: pkgsrc/devel/py-ruff/distinfo
diff -u pkgsrc/devel/py-ruff/distinfo:1.102 pkgsrc/devel/py-ruff/distinfo:1.103
--- pkgsrc/devel/py-ruff/distinfo:1.102 Sun Apr 26 10:45:24 2026
+++ pkgsrc/devel/py-ruff/distinfo       Sun Apr 26 21:01:14 2026
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.102 2026/04/26 10:45:24 wiz Exp $
+$NetBSD: distinfo,v 1.103 2026/04/26 21:01:14 wiz Exp $
 
 BLAKE2s (adler2-2.0.1.crate) = 4d391e0fcde91c7435ee9a5503fee4a5346f549f1b45e482ce3e1e151d90f8f5
 SHA512 (adler2-2.0.1.crate) = 555b2b7ba6f8116acccd0bcd16ed34cc78162c81023cff31a8566ffcd456c03832089fca2d5b668ceaac4fe8f922d31aa9c487f226a36cace294ff4a219bd91d
@@ -1471,5 +1471,4 @@ BLAKE2s (zstd-sys-2.0.16+zstd.1.5.7.crat
 SHA512 (zstd-sys-2.0.16+zstd.1.5.7.crate) = 4bd56e78003a084a27d916ce845f90ae4657725c0f34d56290a8b0c463309e10d2980d1ee6350d6a913cb7906950271ef3da7f25f56b47d02e4b4a5d902ac7ac
 Size (zstd-sys-2.0.16+zstd.1.5.7.crate) = 775620 bytes
 SHA1 (patch-.._vendor_mio-1.0.4_src_sys_unix_selector_kqueue.rs) = 28c4dea1aff96e99d46aeb29c00f06c2382bbeef
-SHA1 (patch-Cargo.toml) = 9f47b251766abd4d861c1888b8da12d52bff5c01
 SHA1 (patch-python_ruff___find__ruff.py) = 2dae9f719183f3ece4050ba88b7f87c98b4fea61



Home | Main Index | Thread Index | Old Index