head 1.2; access; symbols; locks; strict; comment @# @; 1.2 date 2025.07.23.10.14.28; author wiz; state dead; branches; next 1.1; commitid eyBHPVvARlpK8R3G; 1.1 date 2025.07.22.14.36.15; author he; state Exp; branches; next ; commitid dY2kKZ1dD5xiCK3G; desc @@ 1.2 log @yazi: revert 'make this build on NetBSD/macppc' The patches don't apply, breaking the build, and are not easily fixable. Bump PKGREVISION. @ text @$NetBSD: patch-.._vendor_async-priority-channel-0.2.0_Cargo.toml,v 1.1 2025/07/22 14:36:15 he Exp $ Regen'ed and with portable-atomic. --- ../vendor/async-priority-channel-0.2.0/Cargo.toml.orig 2006-07-24 01:21:28.000000000 +0000 +++ ../vendor/async-priority-channel-0.2.0/Cargo.toml @@@@ -1,21 +1,52 @@@@ +# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO +# +# When uploading crates to the registry Cargo will automatically +# "normalize" Cargo.toml files for maximal compatibility +# with all versions of Cargo and also rewrite `path` dependencies +# to registry (e.g., crates.io) dependencies. +# +# If you are reading this file be aware that the original Cargo.toml +# will likely look very different (and much more reasonable). +# See Cargo.toml.orig for the original contents. + [package] +edition = "2018" name = "async-priority-channel" -description = "An async channel where pending messages are delivered in order of priority" version = "0.2.0" authors = ["Robert T. McGibbon "] -edition = "2018" -license = "Apache-2.0 OR MIT" -repository = "https://github.com/rmcgibbo/async-priority-channel" +description = "An async channel where pending messages are delivered in order of priority" homepage = "https://github.com/rmcgibbo/async-priority-channel" documentation = "https://docs.rs/async-priority-channel" -keywords = ["mpmc", "mpsc", "spmc", "chan", "futures"] -categories = ["asynchronous", "concurrency"] -resolver = "2" readme = "README.md" +keywords = [ + "mpmc", + "mpsc", + "spmc", + "chan", + "futures", +] +categories = [ + "asynchronous", + "concurrency", +] +license = "Apache-2.0 OR MIT" +repository = "https://github.com/rmcgibbo/async-priority-channel" +resolver = "2" [dependencies] -event-listener = "4.0.0" +portable-atomic = "1" + +[dependencies.event-listener] +version = "4.0.0" + +[dev-dependencies.futures-lite] +version = "2.1.0" -[dev-dependencies] -futures-lite = "2.1.0" -tokio = { version = "1.35.0", features = ["sync", "rt-multi-thread", "macros", "time"] } +[dev-dependencies.tokio] +version = "1.35.0" +features = [ + "sync", + "rt-multi-thread", + "macros", + "time", +] @ 1.1 log @sysutils/yazi: make this build on NetBSD/macppc. Predominant is the use of portable_atomic instead of the std crate. Bump PKGREVISION. @ text @d1 1 a1 1 $NetBSD$ @