Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Updated nushell and changed the source of the compilation file
@ 2020-11-17  7:53 Rheydskey
  2020-11-17 12:28 ` [PR REVIEW] nushell: update to 0.22.0 " ericonr
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: Rheydskey @ 2020-11-17  7:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Rheydskey/void-packages master
https://github.com/void-linux/void-packages/pull/26454

Updated nushell and changed the source of the compilation file
Hi,
I have updated nushell and changed the repositories of the compilation files.
Rheydskey

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

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

From 53c482ddd3c86a4b4a3086cf13a3e8513f9b7f85 Mon Sep 17 00:00:00 2001
From: Rheydskey <matgag02@gmail.com>
Date: Tue, 17 Nov 2020 08:50:31 +0100
Subject: [PATCH] Updated nushell and changed the source of the compilation
 file

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

diff --git a/srcpkgs/nushell/template b/srcpkgs/nushell/template
index 843eda01b71..31efa6076cf 100644
--- a/srcpkgs/nushell/template
+++ b/srcpkgs/nushell/template
@@ -1,12 +1,12 @@
 # Template file for 'nushell'
 pkgname=nushell
-version=0.21.0
+version=0.22.0
 revision=1
 # raw-cpuid does not support other archs
 # https://github.com/nushell/nushell/issues/485
 # remove when the issue is fixed (should fix all archs)
 archs="x86_64* i686*"
-wrksrc="nu-${version}"
+wrksrc="nushell-${version}"
 build_style=cargo
 hostmakedepends="pkg-config"
 makedepends="libressl-devel"
@@ -15,8 +15,8 @@ maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 license="MIT"
 homepage="https://www.nushell.sh/"
 changelog="https://www.nushell.sh/blog/"
-distfiles="https://static.crates.io/crates/nu/nu-${version}.crate"
-checksum=44b0dc4127433373d6ce1b5ba50c56780f23b861654fce3b48d5b599758e772c
+distfiles="https://github.com/nushell/nushell/archive/${version}.tar.gz"
+checksum=a7ee864b711d43bec1d611aa11ac70ff62f254d09ee507bbbe7aa3ceaf7b4f39
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR REVIEW] nushell: update to 0.22.0 and changed the source of the compilation file
  2020-11-17  7:53 [PR PATCH] Updated nushell and changed the source of the compilation file Rheydskey
@ 2020-11-17 12:28 ` ericonr
  2020-11-17 12:29 ` ericonr
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: ericonr @ 2020-11-17 12:28 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/26454#discussion_r525116438

Comment:
That's default, you can just remove the line.

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

* Re: nushell: update to 0.22.0 and changed the source of the compilation file
  2020-11-17  7:53 [PR PATCH] Updated nushell and changed the source of the compilation file Rheydskey
  2020-11-17 12:28 ` [PR REVIEW] nushell: update to 0.22.0 " ericonr
@ 2020-11-17 12:29 ` ericonr
  2020-11-17 13:46 ` nushell: update to 0.22.0, update distfile Rheydskey
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: ericonr @ 2020-11-17 12:29 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/26454#issuecomment-728895258

Comment:
Please follow commit style properly: `nushell: update to 0.22.0, update distfile`

That said, why move to github instead of continuing using crates?

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

* Re: nushell: update to 0.22.0, update distfile
  2020-11-17  7:53 [PR PATCH] Updated nushell and changed the source of the compilation file Rheydskey
  2020-11-17 12:28 ` [PR REVIEW] nushell: update to 0.22.0 " ericonr
  2020-11-17 12:29 ` ericonr
@ 2020-11-17 13:46 ` Rheydskey
  2020-11-17 13:48 ` ericonr
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Rheydskey @ 2020-11-17 13:46 UTC (permalink / raw)
  To: ml

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

New comment by Rheydskey on void-packages repository

https://github.com/void-linux/void-packages/pull/26454#issuecomment-728937663

Comment:
> Please follow commit style properly: `nushell: update to 0.22.0, update distfile`
> 
> That said, why move to github instead of continuing using crates?

I switched to github because using firefox I couldn't download the source archive. So I thought that with wget or curl (I don't know what xbps uses) the archive wouldn't download either.


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

* Re: nushell: update to 0.22.0, update distfile
  2020-11-17  7:53 [PR PATCH] Updated nushell and changed the source of the compilation file Rheydskey
                   ` (2 preceding siblings ...)
  2020-11-17 13:46 ` nushell: update to 0.22.0, update distfile Rheydskey
@ 2020-11-17 13:48 ` ericonr
  2020-11-17 14:07 ` [PR PATCH] [Updated] " Rheydskey
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: ericonr @ 2020-11-17 13:48 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/26454#issuecomment-728939265

Comment:
It might have changed to `nushell/nushell-$version`, but eh. Fetching from github works.

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

* Re: [PR PATCH] [Updated] nushell: update to 0.22.0, update distfile
  2020-11-17  7:53 [PR PATCH] Updated nushell and changed the source of the compilation file Rheydskey
                   ` (3 preceding siblings ...)
  2020-11-17 13:48 ` ericonr
@ 2020-11-17 14:07 ` Rheydskey
  2020-11-17 21:45 ` ericonr
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Rheydskey @ 2020-11-17 14:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Rheydskey/void-packages master
https://github.com/void-linux/void-packages/pull/26454

nushell: update to 0.22.0, update distfile
Hi,
I have updated nushell and changed the repositories of the compilation files.
Rheydskey

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

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

From 53c482ddd3c86a4b4a3086cf13a3e8513f9b7f85 Mon Sep 17 00:00:00 2001
From: Rheydskey <matgag02@gmail.com>
Date: Tue, 17 Nov 2020 08:50:31 +0100
Subject: [PATCH 1/2] Updated nushell and changed the source of the compilation
 file

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

diff --git a/srcpkgs/nushell/template b/srcpkgs/nushell/template
index 843eda01b71..31efa6076cf 100644
--- a/srcpkgs/nushell/template
+++ b/srcpkgs/nushell/template
@@ -1,12 +1,12 @@
 # Template file for 'nushell'
 pkgname=nushell
-version=0.21.0
+version=0.22.0
 revision=1
 # raw-cpuid does not support other archs
 # https://github.com/nushell/nushell/issues/485
 # remove when the issue is fixed (should fix all archs)
 archs="x86_64* i686*"
-wrksrc="nu-${version}"
+wrksrc="nushell-${version}"
 build_style=cargo
 hostmakedepends="pkg-config"
 makedepends="libressl-devel"
@@ -15,8 +15,8 @@ maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 license="MIT"
 homepage="https://www.nushell.sh/"
 changelog="https://www.nushell.sh/blog/"
-distfiles="https://static.crates.io/crates/nu/nu-${version}.crate"
-checksum=44b0dc4127433373d6ce1b5ba50c56780f23b861654fce3b48d5b599758e772c
+distfiles="https://github.com/nushell/nushell/archive/${version}.tar.gz"
+checksum=a7ee864b711d43bec1d611aa11ac70ff62f254d09ee507bbbe7aa3ceaf7b4f39
 
 post_install() {
 	vlicense LICENSE

From 9a94f1d569cae49a9b0db88bb5919bd92298a4e5 Mon Sep 17 00:00:00 2001
From: Rheydskey <matgag02@gmail.com>
Date: Tue, 17 Nov 2020 15:07:23 +0100
Subject: [PATCH 2/2] Remove work source

---
 srcpkgs/nushell/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/nushell/template b/srcpkgs/nushell/template
index 31efa6076cf..5a836b7146e 100644
--- a/srcpkgs/nushell/template
+++ b/srcpkgs/nushell/template
@@ -6,7 +6,6 @@ revision=1
 # https://github.com/nushell/nushell/issues/485
 # remove when the issue is fixed (should fix all archs)
 archs="x86_64* i686*"
-wrksrc="nushell-${version}"
 build_style=cargo
 hostmakedepends="pkg-config"
 makedepends="libressl-devel"

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

* Re: nushell: update to 0.22.0, update distfile
  2020-11-17  7:53 [PR PATCH] Updated nushell and changed the source of the compilation file Rheydskey
                   ` (4 preceding siblings ...)
  2020-11-17 14:07 ` [PR PATCH] [Updated] " Rheydskey
@ 2020-11-17 21:45 ` ericonr
  2020-11-17 22:05 ` ericonr
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: ericonr @ 2020-11-17 21:45 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/26454#issuecomment-729233005

Comment:
You updated PR title, but I need you to update the commit message :)

You should also squash the commits, ideally we want a single commit per package.

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

* Re: nushell: update to 0.22.0, update distfile
  2020-11-17  7:53 [PR PATCH] Updated nushell and changed the source of the compilation file Rheydskey
                   ` (5 preceding siblings ...)
  2020-11-17 21:45 ` ericonr
@ 2020-11-17 22:05 ` ericonr
  2020-12-20  1:21 ` ericonr
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: ericonr @ 2020-11-17 22:05 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/26454#issuecomment-729242207

Comment:
It seems you'll have to wait for rust 1.47 to be packaged, because nushell requires nightly features such as a new constant.

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

* Re: nushell: update to 0.22.0, update distfile
  2020-11-17  7:53 [PR PATCH] Updated nushell and changed the source of the compilation file Rheydskey
                   ` (6 preceding siblings ...)
  2020-11-17 22:05 ` ericonr
@ 2020-12-20  1:21 ` ericonr
  2020-12-31 21:33 ` ericonr
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: ericonr @ 2020-12-20  1:21 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/26454#issuecomment-748548747

Comment:
Please update the PR, new Rust has been merged.

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

* Re: nushell: update to 0.22.0, update distfile
  2020-11-17  7:53 [PR PATCH] Updated nushell and changed the source of the compilation file Rheydskey
                   ` (7 preceding siblings ...)
  2020-12-20  1:21 ` ericonr
@ 2020-12-31 21:33 ` ericonr
  2021-01-02 13:11 ` [PR PATCH] [Updated] " Rheydskey
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: ericonr @ 2020-12-31 21:33 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/26454#issuecomment-753194209

Comment:
Please update to 0.24.1: https://github.com/nushell/nushell/releases

And see if you can fix the tests, I'm not sure why they fail.

Ping me when done, and a happy new year

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

* Re: [PR PATCH] [Updated] nushell: update to 0.22.0, update distfile
  2020-11-17  7:53 [PR PATCH] Updated nushell and changed the source of the compilation file Rheydskey
                   ` (8 preceding siblings ...)
  2020-12-31 21:33 ` ericonr
@ 2021-01-02 13:11 ` Rheydskey
  2021-01-02 13:12 ` [PR PATCH] [Closed]: " Rheydskey
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Rheydskey @ 2021-01-02 13:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Rheydskey/void-packages master
https://github.com/void-linux/void-packages/pull/26454

nushell: update to 0.22.0, update distfile
Hi,
I have updated nushell and changed the repositories of the compilation files.
Rheydskey

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

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

From 1303e2bd7d5a6e07ce30700a0572fdb9b51b938e Mon Sep 17 00:00:00 2001
From: Rheydskey <matgag02@gmail.com>
Date: Tue, 17 Nov 2020 08:50:31 +0100
Subject: [PATCH 1/2] nushell: update to 0.22.0, update distfile

---
 srcpkgs/nushell/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/nushell/template b/srcpkgs/nushell/template
index 843eda01b71..5a836b7146e 100644
--- a/srcpkgs/nushell/template
+++ b/srcpkgs/nushell/template
@@ -1,12 +1,11 @@
 # Template file for 'nushell'
 pkgname=nushell
-version=0.21.0
+version=0.22.0
 revision=1
 # raw-cpuid does not support other archs
 # https://github.com/nushell/nushell/issues/485
 # remove when the issue is fixed (should fix all archs)
 archs="x86_64* i686*"
-wrksrc="nu-${version}"
 build_style=cargo
 hostmakedepends="pkg-config"
 makedepends="libressl-devel"
@@ -15,8 +14,8 @@ maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 license="MIT"
 homepage="https://www.nushell.sh/"
 changelog="https://www.nushell.sh/blog/"
-distfiles="https://static.crates.io/crates/nu/nu-${version}.crate"
-checksum=44b0dc4127433373d6ce1b5ba50c56780f23b861654fce3b48d5b599758e772c
+distfiles="https://github.com/nushell/nushell/archive/${version}.tar.gz"
+checksum=a7ee864b711d43bec1d611aa11ac70ff62f254d09ee507bbbe7aa3ceaf7b4f39
 
 post_install() {
 	vlicense LICENSE

From ca20d9552d87a40cc755905f0620d2d0e91bc5df Mon Sep 17 00:00:00 2001
From: Mateo Gagnon <mateo@calculate>
Date: Sat, 2 Jan 2021 14:11:07 +0100
Subject: [PATCH 2/2] nushell: update to 0.24.1

---
 srcpkgs/nushell/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/nushell/template b/srcpkgs/nushell/template
index 5a836b7146e..fe9cdfdb782 100644
--- a/srcpkgs/nushell/template
+++ b/srcpkgs/nushell/template
@@ -1,6 +1,6 @@
 # Template file for 'nushell'
 pkgname=nushell
-version=0.22.0
+version=0.24.1
 revision=1
 # raw-cpuid does not support other archs
 # https://github.com/nushell/nushell/issues/485

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

* Re: [PR PATCH] [Closed]: nushell: update to 0.22.0, update distfile
  2020-11-17  7:53 [PR PATCH] Updated nushell and changed the source of the compilation file Rheydskey
                   ` (9 preceding siblings ...)
  2021-01-02 13:11 ` [PR PATCH] [Updated] " Rheydskey
@ 2021-01-02 13:12 ` Rheydskey
  2021-01-02 13:12 ` [PR PATCH] [Updated] " Rheydskey
  2021-01-02 13:14 ` Rheydskey
  12 siblings, 0 replies; 14+ messages in thread
From: Rheydskey @ 2021-01-02 13:12 UTC (permalink / raw)
  To: ml

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

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

nushell: update to 0.22.0, update distfile
https://github.com/void-linux/void-packages/pull/26454

Description:
Hi,
I have updated nushell and changed the repositories of the compilation files.
Rheydskey

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

* Re: [PR PATCH] [Updated] nushell: update to 0.22.0, update distfile
  2020-11-17  7:53 [PR PATCH] Updated nushell and changed the source of the compilation file Rheydskey
                   ` (10 preceding siblings ...)
  2021-01-02 13:12 ` [PR PATCH] [Closed]: " Rheydskey
@ 2021-01-02 13:12 ` Rheydskey
  2021-01-02 13:14 ` Rheydskey
  12 siblings, 0 replies; 14+ messages in thread
From: Rheydskey @ 2021-01-02 13:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Rheydskey/void-packages master
https://github.com/void-linux/void-packages/pull/26454

nushell: update to 0.22.0, update distfile
Hi,
I have updated nushell and changed the repositories of the compilation files.
Rheydskey

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

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



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

* Re: nushell: update to 0.22.0, update distfile
  2020-11-17  7:53 [PR PATCH] Updated nushell and changed the source of the compilation file Rheydskey
                   ` (11 preceding siblings ...)
  2021-01-02 13:12 ` [PR PATCH] [Updated] " Rheydskey
@ 2021-01-02 13:14 ` Rheydskey
  12 siblings, 0 replies; 14+ messages in thread
From: Rheydskey @ 2021-01-02 13:14 UTC (permalink / raw)
  To: ml

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

New comment by Rheydskey on void-packages repository

https://github.com/void-linux/void-packages/pull/26454#issuecomment-753472211

Comment:
I made a bad manipulation

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

end of thread, other threads:[~2021-01-02 13:14 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-17  7:53 [PR PATCH] Updated nushell and changed the source of the compilation file Rheydskey
2020-11-17 12:28 ` [PR REVIEW] nushell: update to 0.22.0 " ericonr
2020-11-17 12:29 ` ericonr
2020-11-17 13:46 ` nushell: update to 0.22.0, update distfile Rheydskey
2020-11-17 13:48 ` ericonr
2020-11-17 14:07 ` [PR PATCH] [Updated] " Rheydskey
2020-11-17 21:45 ` ericonr
2020-11-17 22:05 ` ericonr
2020-12-20  1:21 ` ericonr
2020-12-31 21:33 ` ericonr
2021-01-02 13:11 ` [PR PATCH] [Updated] " Rheydskey
2021-01-02 13:12 ` [PR PATCH] [Closed]: " Rheydskey
2021-01-02 13:12 ` [PR PATCH] [Updated] " Rheydskey
2021-01-02 13:14 ` Rheydskey

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