Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] nim: update to 1.4.2
@ 2020-12-01 18:38 patrickpichler
  2020-12-02 18:13 ` [PR PATCH] [Updated] [WIP] " patrickpichler
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: patrickpichler @ 2020-12-01 18:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/patrickpichler/void-packages upgrade-nim-1.4.2
https://github.com/void-linux/void-packages/pull/26868

nim: update to 1.4.2


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-upgrade-nim-1.4.2-26868.patch --]
[-- Type: text/x-diff, Size: 1565 bytes --]

From 8c1f00b5293dcfcefd28b154c370b369acfc6ff3 Mon Sep 17 00:00:00 2001
From: Patrick Pichler <mail@patrickpichler.dev>
Date: Tue, 1 Dec 2020 19:35:46 +0100
Subject: [PATCH] nim: update to 1.4.2

---
 srcpkgs/nim/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/nim/template b/srcpkgs/nim/template
index 56ac1dba6eb..4571f328b46 100644
--- a/srcpkgs/nim/template
+++ b/srcpkgs/nim/template
@@ -1,12 +1,12 @@
 # Template file for 'nim'
 pkgname=nim
-version=1.2.6
-revision=2
+version=1.4.2
+revision=1
 _cversion=0.20.0
-_nimbleversion=0.11.4
+_nimbleversion=0.12.0
 create_wrksrc=yes
 build_wrksrc="Nim-$version"
-hostmakedepends="ed"
+hostmakedepends="ed git"
 depends="gcc libressl-devel"
 short_desc="Nim programming language"
 maintainer="allan <mail@may.mooo.com>"
@@ -15,9 +15,9 @@ homepage="https://nim-lang.org/"
 distfiles="https://github.com/nim-lang/Nim/archive/v${version}.tar.gz
  https://github.com/nim-lang/csources/archive/v${_cversion}.tar.gz>csources-${_cversion}.tar.gz
  https://github.com/nim-lang/nimble/archive/v${_nimbleversion}.tar.gz>nimble-${_nimbleversion}.tar.gz"
-checksum="dbd5f1784ab121071aa7c58bb6b361cca79d12ac7524c761e27200e0c946e359
+checksum="fc1e25aa2c667a34fe48160a79472fd5ced35af6478a535919d20b8821277a3a
  5e6fd15d90df1a8cb7614c4ffc70aa8c4198cd854d7742016202b96dd0228d3c
- 63e0dbfa5c33f80d6f8f8156a609e11497ac5390b64dc8d68f5126c3bb8d5429"
+ 0b88d91a450f31641f85379f2d76afb0a013cf783e62144a6534525b9cb1cbac"
 
 post_extract() {
 	mv csources-$_cversion $build_wrksrc/csources

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

* Re: [PR PATCH] [Updated] [WIP] nim: update to 1.4.2
  2020-12-01 18:38 [PR PATCH] nim: update to 1.4.2 patrickpichler
@ 2020-12-02 18:13 ` patrickpichler
  2020-12-20  4:42 ` ahesford
  2020-12-20  4:46 ` [PR PATCH] [Closed]: " ahesford
  2 siblings, 0 replies; 4+ messages in thread
From: patrickpichler @ 2020-12-02 18:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/patrickpichler/void-packages upgrade-nim-1.4.2
https://github.com/void-linux/void-packages/pull/26868

[WIP] nim: update to 1.4.2


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-upgrade-nim-1.4.2-26868.patch --]
[-- Type: text/x-diff, Size: 2096 bytes --]

From b115472c2d97fa557d5a0286a5b1d6e93db7427c Mon Sep 17 00:00:00 2001
From: Patrick Pichler <mail@patrickpichler.dev>
Date: Tue, 1 Dec 2020 19:35:46 +0100
Subject: [PATCH] nim: update to 1.4.2

---
 srcpkgs/nim/template | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/nim/template b/srcpkgs/nim/template
index 56ac1dba6eb..37e0ef9cf57 100644
--- a/srcpkgs/nim/template
+++ b/srcpkgs/nim/template
@@ -1,12 +1,12 @@
 # Template file for 'nim'
 pkgname=nim
-version=1.2.6
-revision=2
+version=1.4.2
+revision=1
 _cversion=0.20.0
-_nimbleversion=0.11.4
+_nimbleversion=0.12.0
 create_wrksrc=yes
 build_wrksrc="Nim-$version"
-hostmakedepends="ed"
+hostmakedepends="ed git"
 depends="gcc libressl-devel"
 short_desc="Nim programming language"
 maintainer="allan <mail@may.mooo.com>"
@@ -15,9 +15,9 @@ homepage="https://nim-lang.org/"
 distfiles="https://github.com/nim-lang/Nim/archive/v${version}.tar.gz
  https://github.com/nim-lang/csources/archive/v${_cversion}.tar.gz>csources-${_cversion}.tar.gz
  https://github.com/nim-lang/nimble/archive/v${_nimbleversion}.tar.gz>nimble-${_nimbleversion}.tar.gz"
-checksum="dbd5f1784ab121071aa7c58bb6b361cca79d12ac7524c761e27200e0c946e359
+checksum="fc1e25aa2c667a34fe48160a79472fd5ced35af6478a535919d20b8821277a3a
  5e6fd15d90df1a8cb7614c4ffc70aa8c4198cd854d7742016202b96dd0228d3c
- 63e0dbfa5c33f80d6f8f8156a609e11497ac5390b64dc8d68f5126c3bb8d5429"
+ 0b88d91a450f31641f85379f2d76afb0a013cf783e62144a6534525b9cb1cbac"
 
 post_extract() {
 	mv csources-$_cversion $build_wrksrc/csources
@@ -95,8 +95,10 @@ do_install() {
 		cp bin/$_f ${DESTDIR}/usr/lib/nim/bin
 		ln -sf /usr/lib/nim/bin/$_f ${DESTDIR}/usr/bin/$_f
 	done
-	cp -r doc examples ${DESTDIR}/usr/lib/nim
+	cp -r nimsuggest nimpretty doc examples ${DESTDIR}/usr/lib/nim
 	ln -sf /usr/lib/nim/doc ${DESTDIR}/usr/share/nim/doc
 	ln -sf /usr/lib/nim/examples ${DESTDIR}/usr/share/nim/examples
+	ln -sf /usr/lib/nim/nimsuggest ${DESTDIR}/usr/share/nim/nimsuggest
+	ln -sf /usr/lib/nim/nimpretty ${DESTDIR}/usr/share/nim/nimpretty
 	vlicense copying.txt
 }

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

* Re: nim: update to 1.4.2
  2020-12-01 18:38 [PR PATCH] nim: update to 1.4.2 patrickpichler
  2020-12-02 18:13 ` [PR PATCH] [Updated] [WIP] " patrickpichler
@ 2020-12-20  4:42 ` ahesford
  2020-12-20  4:46 ` [PR PATCH] [Closed]: " ahesford
  2 siblings, 0 replies; 4+ messages in thread
From: ahesford @ 2020-12-20  4:42 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/26868#issuecomment-748562219

Comment:
You don't need `git` if you fetch a specific `fusion` commit, as is done with `nimble`. I'm build-testing a version of your PR that explicitly fetches the head commit of `fusion` as of the release of Nim 1.4.2 and will merge when done.

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

* Re: [PR PATCH] [Closed]: nim: update to 1.4.2
  2020-12-01 18:38 [PR PATCH] nim: update to 1.4.2 patrickpichler
  2020-12-02 18:13 ` [PR PATCH] [Updated] [WIP] " patrickpichler
  2020-12-20  4:42 ` ahesford
@ 2020-12-20  4:46 ` ahesford
  2 siblings, 0 replies; 4+ messages in thread
From: ahesford @ 2020-12-20  4:46 UTC (permalink / raw)
  To: ml

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

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

nim: update to 1.4.2
https://github.com/void-linux/void-packages/pull/26868

Description:


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

end of thread, other threads:[~2020-12-20  4:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-01 18:38 [PR PATCH] nim: update to 1.4.2 patrickpichler
2020-12-02 18:13 ` [PR PATCH] [Updated] [WIP] " patrickpichler
2020-12-20  4:42 ` ahesford
2020-12-20  4:46 ` [PR PATCH] [Closed]: " ahesford

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