* [PR PATCH] nim: update to 2.0.8.
@ 2024-07-06 4:23 pfpulux
2024-07-06 4:37 ` classabbyamp
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: pfpulux @ 2024-07-06 4:23 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 456 bytes --]
There is a new pull request by pfpulux against master on the void-packages repository
https://github.com/pfpulux/void-packages nim
https://github.com/void-linux/void-packages/pull/51126
nim: update to 2.0.8.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
A patch file from https://github.com/void-linux/void-packages/pull/51126.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-nim-51126.patch --]
[-- Type: text/x-diff, Size: 2951 bytes --]
From 2cec349b0b6c3d61848556bfa9d6ea5ce4c10267 Mon Sep 17 00:00:00 2001
From: Pulux <pulux@pf4sh.eu>
Date: Sat, 6 Jul 2024 06:21:59 +0200
Subject: [PATCH] nim: update to 2.0.8.
---
srcpkgs/nim/template | 26 ++++++++++++++++----------
1 file changed, 16 insertions(+), 10 deletions(-)
diff --git a/srcpkgs/nim/template b/srcpkgs/nim/template
index 44726314a611bb..4336b699cfe011 100644
--- a/srcpkgs/nim/template
+++ b/srcpkgs/nim/template
@@ -1,11 +1,12 @@
# Template file for 'nim'
pkgname=nim
-version=2.0.4
+version=2.0.8
revision=1
_c2version=86742fb02c6606ab01a532a0085784effb2e753e
-_nimbleversion=0.14.2
-_checksumsversion=b4c73320253f78e3a265aec6d9e8feb83f97c77b
-_atlasversion=3e3b4482f228df670626adbe29a7fc55d1a27177
+_nimbleversion=be2f1309b35a6189ff5eb34a007793e6d3f94157
+_checksumsversion=025bcca3915a1b9f19878cea12ad68f9884648fc
+_atlasversion=5faec3e9a33afe99a7d22377dd1b45a5391f5504
+_satversion=faf1617f44d7632ee9601ebc13887644925dcc01
build_wrksrc="Nim-$version"
depends="gcc openssl-devel"
short_desc="Nim programming language"
@@ -14,14 +15,16 @@ license="MIT"
homepage="https://nim-lang.org/"
distfiles="https://github.com/nim-lang/Nim/archive/v${version}.tar.gz
https://github.com/nim-lang/csources_v2/archive/${_c2version}.tar.gz>csources_v2-${_c2version}.tar.gz
- https://github.com/nim-lang/nimble/archive/v${_nimbleversion}.tar.gz>nimble-${_nimbleversion}.tar.gz
+ https://github.com/nim-lang/nimble/archive/${_nimbleversion}.zip
https://github.com/nim-lang/checksums/archive/${_checksumsversion}.zip
- https://github.com/nim-lang/atlas/archive/${_atlasversion}.zip"
-checksum="482983608bacc712d86d1c0e6f187cc17c63df6006cfc1b639cd625240d7f65c
+ https://github.com/nim-lang/atlas/archive/${_atlasversion}.zip
+ https://github.com/nim-lang/sat/archive/${_satversion}.zip"
+checksum="3a408e8342392342db745e26bb6acab2e6acb381db89b2624e8e58a85a1c6656
9c2be306011e0c953bd63a565a4bd6a094e22d3944ca201977c1d03560d0a25c
- d94f11c592d49aed6c5a492289f187010eb8c103b2b653252763d2f65a82abac
- bf526adf906f826bc10e1a6f049193825ed8ff26d0b42f6d5ba14ac7b32bbc3c
- 646aa1e2ef75fade7a0cabc8c938b2a99654acee6e9f186c184e3d3c776cebd4"
+ 2c24302cb012df0e97a143bb81e39ccb1854fc16d8bfdb82f9db3f446bbb9cac
+ a0f2a159980b84ae259f1cd5d0a0c44d800b17f43e78b511256a38476fb9cb95
+ 98e6f971b3d762aed1805e77647c80d0bb26d4cbbb776e450b2819a281d0cec0
+ a8969e14b0f8e06c6dc5a4ae622e51b209c3e1f24361980917d96e39f3d71114"
post_extract() {
mv csources_v2-$_c2version $build_wrksrc/csources_v2
@@ -30,7 +33,10 @@ post_extract() {
mv checksums-$_checksumsversion $build_wrksrc/dist/checksums
mkdir -p $build_wrksrc/dist/nimble/dist
cp -r $build_wrksrc/dist/checksums $build_wrksrc/dist/nimble/dist/checksums
+ cp -r sat-$_satversion $build_wrksrc/dist/nimble/dist/sat
mv atlas-$_atlasversion $build_wrksrc/dist/atlas
+ mkdir -p $build_wrksrc/dist/atlas/dist
+ cp -r sat-$_satversion $build_wrksrc/dist/atlas/dist/sat
}
do_build() {
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: nim: update to 2.0.8.
2024-07-06 4:23 [PR PATCH] nim: update to 2.0.8 pfpulux
@ 2024-07-06 4:37 ` classabbyamp
2024-07-06 4:50 ` pfpulux
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2024-07-06 4:37 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 218 bytes --]
New comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/51126#issuecomment-2211633442
Comment:
next time, just force-push the previous PR instead of opening a new one
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: nim: update to 2.0.8.
2024-07-06 4:23 [PR PATCH] nim: update to 2.0.8 pfpulux
2024-07-06 4:37 ` classabbyamp
@ 2024-07-06 4:50 ` pfpulux
2024-07-06 4:58 ` classabbyamp
2024-07-23 20:14 ` [PR PATCH] [Closed]: " classabbyamp
3 siblings, 0 replies; 5+ messages in thread
From: pfpulux @ 2024-07-06 4:50 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 206 bytes --]
New comment by pfpulux on void-packages repository
https://github.com/void-linux/void-packages/pull/51126#issuecomment-2211639293
Comment:
sure can do, but then the prev. PR message is vissible in the PR
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: nim: update to 2.0.8.
2024-07-06 4:23 [PR PATCH] nim: update to 2.0.8 pfpulux
2024-07-06 4:37 ` classabbyamp
2024-07-06 4:50 ` pfpulux
@ 2024-07-06 4:58 ` classabbyamp
2024-07-23 20:14 ` [PR PATCH] [Closed]: " classabbyamp
3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2024-07-06 4:58 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 174 bytes --]
New comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/51126#issuecomment-2211642064
Comment:
that's ok, it can be edited
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PR PATCH] [Closed]: nim: update to 2.0.8.
2024-07-06 4:23 [PR PATCH] nim: update to 2.0.8 pfpulux
` (2 preceding siblings ...)
2024-07-06 4:58 ` classabbyamp
@ 2024-07-23 20:14 ` classabbyamp
3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2024-07-23 20:14 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 309 bytes --]
There's a closed pull request on the void-packages repository
nim: update to 2.0.8.
https://github.com/void-linux/void-packages/pull/51126
Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-07-23 20:14 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-06 4:23 [PR PATCH] nim: update to 2.0.8 pfpulux
2024-07-06 4:37 ` classabbyamp
2024-07-06 4:50 ` pfpulux
2024-07-06 4:58 ` classabbyamp
2024-07-23 20:14 ` [PR PATCH] [Closed]: " classabbyamp
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).