Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] yosys: update to 0.34.
@ 2023-11-07 12:23 Bnyro
  2023-11-08 20:46 ` [PR REVIEW] " Chocimier
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Bnyro @ 2023-11-07 12:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Bnyro/void-packages yosys
https://github.com/void-linux/void-packages/pull/47113

yosys: update to 0.34.

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

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc



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

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

From 112374b000cef7ac557af196aad35ab9e8fb8ee7 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Tue, 7 Nov 2023 13:23:09 +0100
Subject: [PATCH] yosys: update to 0.34.

---
 srcpkgs/yosys/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/yosys/template b/srcpkgs/yosys/template
index 7138eef3a7c7e..677aa621983e0 100644
--- a/srcpkgs/yosys/template
+++ b/srcpkgs/yosys/template
@@ -2,7 +2,7 @@
 pkgname=yosys
 # Remember to correct _gitrev on updating
 _gitrev=1979e0b
-version=0.22
+version=0.34
 revision=1
 build_style=gnu-makefile
 make_use_env=yes
@@ -12,9 +12,9 @@ depends="graphviz xdot berkeley-abc"
 short_desc="Verilog RTL Synthesis Suite"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="ISC, MIT"
-homepage="http://www.clifford.at/yosys/about.html"
+homepage="https://www.clifford.at/yosys/about.html"
 distfiles="https://github.com/cliffordwolf/yosys/archive/yosys-${version}.tar.gz"
-checksum=2a0c29b6f66b3ee70316dd734eceb14f452445a83ccac600b97100ffd7c7a7aa
+checksum=57897bc3fe5fdc940e9f3f3ae03b84f5f8e9149b6f26d3699f7ecb9f31a41ae0
 
 post_patch() {
 	vsed -i -e 's,-I[$](PREFIX)/include,,' \

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

* Re: [PR REVIEW] yosys: update to 0.34.
  2023-11-07 12:23 [PR PATCH] yosys: update to 0.34 Bnyro
@ 2023-11-08 20:46 ` Chocimier
  2023-11-08 21:06 ` Bnyro
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Chocimier @ 2023-11-08 20:46 UTC (permalink / raw)
  To: ml

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

New review comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/47113#discussion_r1387181371

Comment:
Please do update this too.

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

* Re: [PR REVIEW] yosys: update to 0.34.
  2023-11-07 12:23 [PR PATCH] yosys: update to 0.34 Bnyro
  2023-11-08 20:46 ` [PR REVIEW] " Chocimier
@ 2023-11-08 21:06 ` Bnyro
  2023-11-09 10:16 ` [PR PATCH] [Updated] yosys: update to 0.35 Bnyro
  2023-11-09 16:58 ` [PR PATCH] [Merged]: " Chocimier
  3 siblings, 0 replies; 5+ messages in thread
From: Bnyro @ 2023-11-08 21:06 UTC (permalink / raw)
  To: ml

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

New review comment by Bnyro on void-packages repository

https://github.com/void-linux/void-packages/pull/47113#discussion_r1387199332

Comment:
```suggestion
homepage="https://yosyshq.net/yosys/"
```

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

* Re: [PR PATCH] [Updated] yosys: update to 0.35.
  2023-11-07 12:23 [PR PATCH] yosys: update to 0.34 Bnyro
  2023-11-08 20:46 ` [PR REVIEW] " Chocimier
  2023-11-08 21:06 ` Bnyro
@ 2023-11-09 10:16 ` Bnyro
  2023-11-09 16:58 ` [PR PATCH] [Merged]: " Chocimier
  3 siblings, 0 replies; 5+ messages in thread
From: Bnyro @ 2023-11-09 10:16 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by Bnyro against master on the void-packages repository

https://github.com/Bnyro/void-packages yosys
https://github.com/void-linux/void-packages/pull/47113

yosys: update to 0.35.

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

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc



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

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

From 21721442f18ae5f13aea6edaa055d55d64dc579b Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Tue, 7 Nov 2023 13:23:09 +0100
Subject: [PATCH] yosys: update to 0.35.

---
 srcpkgs/yosys/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/yosys/template b/srcpkgs/yosys/template
index 7138eef3a7c7e..e54dc77bc1819 100644
--- a/srcpkgs/yosys/template
+++ b/srcpkgs/yosys/template
@@ -1,8 +1,8 @@
 # Template file for 'yosys'
 pkgname=yosys
 # Remember to correct _gitrev on updating
-_gitrev=1979e0b
-version=0.22
+_gitrev=cc31c6e
+version=0.35
 revision=1
 build_style=gnu-makefile
 make_use_env=yes
@@ -12,9 +12,9 @@ depends="graphviz xdot berkeley-abc"
 short_desc="Verilog RTL Synthesis Suite"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="ISC, MIT"
-homepage="http://www.clifford.at/yosys/about.html"
+homepage="https://yosyshq.net/yosys/"
 distfiles="https://github.com/cliffordwolf/yosys/archive/yosys-${version}.tar.gz"
-checksum=2a0c29b6f66b3ee70316dd734eceb14f452445a83ccac600b97100ffd7c7a7aa
+checksum=a00643cf4cf83701bfa2b358066eb9d360393d30e8f5a8e65f619ab1fd10474a
 
 post_patch() {
 	vsed -i -e 's,-I[$](PREFIX)/include,,' \

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

* Re: [PR PATCH] [Merged]: yosys: update to 0.35.
  2023-11-07 12:23 [PR PATCH] yosys: update to 0.34 Bnyro
                   ` (2 preceding siblings ...)
  2023-11-09 10:16 ` [PR PATCH] [Updated] yosys: update to 0.35 Bnyro
@ 2023-11-09 16:58 ` Chocimier
  3 siblings, 0 replies; 5+ messages in thread
From: Chocimier @ 2023-11-09 16:58 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

yosys: update to 0.35.
https://github.com/void-linux/void-packages/pull/47113

Description:

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

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc



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

end of thread, other threads:[~2023-11-09 16:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-07 12:23 [PR PATCH] yosys: update to 0.34 Bnyro
2023-11-08 20:46 ` [PR REVIEW] " Chocimier
2023-11-08 21:06 ` Bnyro
2023-11-09 10:16 ` [PR PATCH] [Updated] yosys: update to 0.35 Bnyro
2023-11-09 16:58 ` [PR PATCH] [Merged]: " Chocimier

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).