Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: rust-bacon-2.12.1
@ 2023-08-06 19:22 icp1994
  2023-10-25 13:36 ` [PR PATCH] [Closed]: " icp1994
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: icp1994 @ 2023-08-06 19:22 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 915 bytes --]

There is a new pull request by icp1994 against master on the void-packages repository

https://github.com/icp1994/void-packages rust-bacon
https://github.com/void-linux/void-packages/pull/45459

New package: rust-bacon-2.12.1
#### Description
[bacon](https://dystroy.org/bacon/) is a background rust code checker designed for minimal interaction so that you can just let it run, alongside your editor, and be notified of warnings, errors, or test failures in your Rust code.

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

A patch file from https://github.com/void-linux/void-packages/pull/45459.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-rust-bacon-45459.patch --]
[-- Type: text/x-diff, Size: 3108 bytes --]

From 4e80965ace8a66d84f44e9b764f72173ac47726b Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Mon, 7 Nov 2022 15:34:45 +0530
Subject: [PATCH] New package: rust-bacon-2.12.1

---
 srcpkgs/rust-bacon/patches/yanked.patch | 52 +++++++++++++++++++++++++
 srcpkgs/rust-bacon/template             | 17 ++++++++
 2 files changed, 69 insertions(+)
 create mode 100644 srcpkgs/rust-bacon/patches/yanked.patch
 create mode 100644 srcpkgs/rust-bacon/template

diff --git a/srcpkgs/rust-bacon/patches/yanked.patch b/srcpkgs/rust-bacon/patches/yanked.patch
new file mode 100644
index 0000000000000..46ae4a5625015
--- /dev/null
+++ b/srcpkgs/rust-bacon/patches/yanked.patch
@@ -0,0 +1,52 @@
+diff --git a/Cargo.lock b/Cargo.lock
+index a62d358..71ebcb5 100644
+--- a/Cargo.lock
++++ b/Cargo.lock
+@@ -428,9 +428,9 @@ dependencies = [
+ 
+ [[package]]
+ name = "crossbeam-channel"
+-version = "0.5.6"
++version = "0.5.8"
+ source = "registry+https://github.com/rust-lang/crates.io-index"
+-checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"
++checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
+ dependencies = [
+  "cfg-if",
+  "crossbeam-utils",
+@@ -703,9 +703,9 @@ dependencies = [
+ 
+ [[package]]
+ name = "gix"
+-version = "0.37.1"
++version = "0.37.2"
+ source = "registry+https://github.com/rust-lang/crates.io-index"
+-checksum = "b2450b1c21db868ac46d4c40574c2b969d20c66b8115c2fa4e0b128ff60b73e7"
++checksum = "f4bd774f338c0e403983e3d34bca57a798eb4142f8b96009a2b2c2daed52d4d6"
+ dependencies = [
+  "gix-actor",
+  "gix-attributes",
+@@ -865,9 +865,9 @@ dependencies = [
+ 
+ [[package]]
+ name = "gix-diff"
+-version = "0.26.2"
++version = "0.26.3"
+ source = "registry+https://github.com/rust-lang/crates.io-index"
+-checksum = "d5b71124e49d2575f7b230428f169f106caca984c2e5592aa4e1118cf7c8d504"
++checksum = "31cdac2ae475ff7a13b9d5c80c0661245f14d9bf8d9268d4bb9c748cfe246d36"
+ dependencies = [
+  "gix-hash",
+  "gix-object",
+@@ -988,9 +988,9 @@ dependencies = [
+ 
+ [[package]]
+ name = "gix-object"
+-version = "0.26.3"
++version = "0.26.4"
+ source = "registry+https://github.com/rust-lang/crates.io-index"
+-checksum = "990d20624b03b216a091e687bb8a27a0b3658b576aa17818264a742c1222bd32"
++checksum = "edce7170ebcf6fc1487304631556f8bc2b70c8bcbf997a2d73634688bcc92f4e"
+ dependencies = [
+  "bstr",
+  "btoi",
diff --git a/srcpkgs/rust-bacon/template b/srcpkgs/rust-bacon/template
new file mode 100644
index 0000000000000..4f8caf2b29e07
--- /dev/null
+++ b/srcpkgs/rust-bacon/template
@@ -0,0 +1,17 @@
+# Template file for 'rust-bacon'
+pkgname=rust-bacon
+version=2.12.1
+revision=1
+build_style=cargo
+short_desc="Background rust code checker"
+maintainer="icp <pangolin@vivaldi.net>"
+license="AGPL-3.0-only"
+homepage="https://dystroy.org/bacon/"
+changelog="https://raw.githubusercontent.com/Canop/bacon/main/CHANGELOG.md"
+distfiles="https://static.crates.io/crates/bacon/bacon-${version}.crate"
+checksum=1ee63bf8d085c6a289c1e72dd005a3b042d8217f9ba5510d3ade6fdcb08e5ff1
+conflicts="bacon"
+
+post_install() {
+	vlicense LICENSE
+}

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-05-02  6:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-06 19:22 [PR PATCH] New package: rust-bacon-2.12.1 icp1994
2023-10-25 13:36 ` [PR PATCH] [Closed]: " icp1994
2023-10-25 13:48 ` icp1994
2024-01-24  1:47 ` github-actions
2024-01-27  6:34 ` [PR PATCH] [Updated] " icp1994
2024-04-28  1:46 ` New package: rust-bacon-2.14.1 github-actions
2024-05-02  6:17 ` [PR PATCH] [Updated] " icp1994

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).