* [PR PATCH] New package: arturo-0.9.83
@ 2024-09-09 10:12 Eloitor
2024-09-09 10:14 ` [PR PATCH] [Updated] " Eloitor
` (8 more replies)
0 siblings, 9 replies; 10+ messages in thread
From: Eloitor @ 2024-09-09 10:12 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 740 bytes --]
There is a new pull request by Eloitor against master on the void-packages repository
https://github.com/Eloitor/void-packages arturo
https://github.com/void-linux/void-packages/pull/52153
New package: arturo-0.9.83
#### 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-glibc)
The next release of arturo will support cross compilation.
Closes #50260
A patch file from https://github.com/void-linux/void-packages/pull/52153.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-arturo-52153.patch --]
[-- Type: text/x-diff, Size: 1123 bytes --]
From 069cb485cb9fe6e712b3d7e1fdf3acf471df6b77 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Mon, 9 Sep 2024 12:10:30 +0200
Subject: [PATCH] New package: arturo-0.9.83
---
srcpkgs/arturo/template | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
create mode 100644 srcpkgs/arturo/template
diff --git a/srcpkgs/arturo/template b/srcpkgs/arturo/template
new file mode 100644
index 00000000000000..3bd954c2822822
--- /dev/null
+++ b/srcpkgs/arturo/template
@@ -0,0 +1,22 @@
+# Template file for 'arturo'
+pkgname=arturo
+version=0.9.83
+revision=1
+archs="x86_64"
+hostmakedepends="choosenim xz"
+short_desc="Simple, expressive & portable programming language for efficient scripting."
+maintainer="Eloi Torrents <eloitor@duck.com>"
+license="MIT"
+homepage="http://arturo-lang.io/"
+distfiles="https://github.com/arturo-lang/arturo/archive/refs/tags/v${version}.tar.gz"
+checksum=0bb3632f21a1556167fdcb82170c29665350beb44f15b4666b4e22a23c2063cf
+
+do_build() {
+ choosenim 1.6.12 -y
+ PATH=$PATH:/tmp/.nimble/bin
+ ./build.nims install mini
+}
+
+do_install() {
+ vbin bin/arturo
+}
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PR PATCH] [Updated] New package: arturo-0.9.83
2024-09-09 10:12 [PR PATCH] New package: arturo-0.9.83 Eloitor
@ 2024-09-09 10:14 ` Eloitor
2024-09-11 9:18 ` [PR REVIEW] " Bnyro
` (7 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: Eloitor @ 2024-09-09 10:14 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 745 bytes --]
There is an updated pull request by Eloitor against master on the void-packages repository
https://github.com/Eloitor/void-packages arturo
https://github.com/void-linux/void-packages/pull/52153
New package: arturo-0.9.83
#### 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-glibc)
The next release of arturo will support cross compilation.
Closes #50260
A patch file from https://github.com/void-linux/void-packages/pull/52153.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-arturo-52153.patch --]
[-- Type: text/x-diff, Size: 1118 bytes --]
From 0bd028ec457b215fc6da0bbeda0a3f8a88865128 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Mon, 9 Sep 2024 12:10:30 +0200
Subject: [PATCH] New package: arturo-0.9.83
---
srcpkgs/arturo/template | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
create mode 100644 srcpkgs/arturo/template
diff --git a/srcpkgs/arturo/template b/srcpkgs/arturo/template
new file mode 100644
index 00000000000000..8a4ca9e0eba1b7
--- /dev/null
+++ b/srcpkgs/arturo/template
@@ -0,0 +1,23 @@
+# Template file for 'arturo'
+pkgname=arturo
+version=0.9.83
+revision=1
+archs="x86_64"
+hostmakedepends="choosenim xz"
+short_desc="Simple, expressive & portable programming language"
+maintainer="Eloi Torrents <eloitor@duck.com>"
+license="MIT"
+homepage="http://arturo-lang.io/"
+distfiles="https://github.com/arturo-lang/arturo/archive/refs/tags/v${version}.tar.gz"
+checksum=0bb3632f21a1556167fdcb82170c29665350beb44f15b4666b4e22a23c2063cf
+
+do_build() {
+ choosenim 1.6.12 -y
+ PATH=$PATH:/tmp/.nimble/bin
+ ./build.nims install mini
+}
+
+do_install() {
+ vbin bin/arturo
+ vlicense LICENSE
+}
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PR REVIEW] New package: arturo-0.9.83
2024-09-09 10:12 [PR PATCH] New package: arturo-0.9.83 Eloitor
2024-09-09 10:14 ` [PR PATCH] [Updated] " Eloitor
@ 2024-09-11 9:18 ` Bnyro
2024-09-11 9:19 ` Bnyro
` (6 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: Bnyro @ 2024-09-11 9:18 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 234 bytes --]
New review comment by Bnyro on void-packages repository
https://github.com/void-linux/void-packages/pull/52153#discussion_r1753749458
Comment:
```suggestion
_nim_version="1.6.12"
do_build() {
choosenim ${_nim_version} -y
```
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PR REVIEW] New package: arturo-0.9.83
2024-09-09 10:12 [PR PATCH] New package: arturo-0.9.83 Eloitor
2024-09-09 10:14 ` [PR PATCH] [Updated] " Eloitor
2024-09-11 9:18 ` [PR REVIEW] " Bnyro
@ 2024-09-11 9:19 ` Bnyro
2024-09-11 16:06 ` classabbyamp
` (5 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: Bnyro @ 2024-09-11 9:19 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 259 bytes --]
New review comment by Bnyro on void-packages repository
https://github.com/void-linux/void-packages/pull/52153#discussion_r1753752054
Comment:
```suggestion
homepage="http://arturo-lang.io/"
changelog="https://github.com/arturo-lang/arturo/releases"
```
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PR REVIEW] New package: arturo-0.9.83
2024-09-09 10:12 [PR PATCH] New package: arturo-0.9.83 Eloitor
` (2 preceding siblings ...)
2024-09-11 9:19 ` Bnyro
@ 2024-09-11 16:06 ` classabbyamp
2024-09-12 7:25 ` [PR PATCH] [Updated] " Eloitor
` (4 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: classabbyamp @ 2024-09-11 16:06 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 241 bytes --]
New review comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/52153#discussion_r1755089642
Comment:
we probably shouldn't be using choosenim at all... we don't use rustup in rust templates
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PR PATCH] [Updated] New package: arturo-0.9.83
2024-09-09 10:12 [PR PATCH] New package: arturo-0.9.83 Eloitor
` (3 preceding siblings ...)
2024-09-11 16:06 ` classabbyamp
@ 2024-09-12 7:25 ` Eloitor
2024-09-12 7:25 ` Eloitor
` (3 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: Eloitor @ 2024-09-12 7:25 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 745 bytes --]
There is an updated pull request by Eloitor against master on the void-packages repository
https://github.com/Eloitor/void-packages arturo
https://github.com/void-linux/void-packages/pull/52153
New package: arturo-0.9.83
#### 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-glibc)
The next release of arturo will support cross compilation.
Closes #50260
A patch file from https://github.com/void-linux/void-packages/pull/52153.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-arturo-52153.patch --]
[-- Type: text/x-diff, Size: 2007 bytes --]
From 0bd028ec457b215fc6da0bbeda0a3f8a88865128 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Mon, 9 Sep 2024 12:10:30 +0200
Subject: [PATCH 1/2] New package: arturo-0.9.83
---
srcpkgs/arturo/template | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
create mode 100644 srcpkgs/arturo/template
diff --git a/srcpkgs/arturo/template b/srcpkgs/arturo/template
new file mode 100644
index 00000000000000..8a4ca9e0eba1b7
--- /dev/null
+++ b/srcpkgs/arturo/template
@@ -0,0 +1,23 @@
+# Template file for 'arturo'
+pkgname=arturo
+version=0.9.83
+revision=1
+archs="x86_64"
+hostmakedepends="choosenim xz"
+short_desc="Simple, expressive & portable programming language"
+maintainer="Eloi Torrents <eloitor@duck.com>"
+license="MIT"
+homepage="http://arturo-lang.io/"
+distfiles="https://github.com/arturo-lang/arturo/archive/refs/tags/v${version}.tar.gz"
+checksum=0bb3632f21a1556167fdcb82170c29665350beb44f15b4666b4e22a23c2063cf
+
+do_build() {
+ choosenim 1.6.12 -y
+ PATH=$PATH:/tmp/.nimble/bin
+ ./build.nims install mini
+}
+
+do_install() {
+ vbin bin/arturo
+ vlicense LICENSE
+}
From f47bc63d2f01619d0da8088db251821549748c30 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Thu, 12 Sep 2024 09:25:15 +0200
Subject: [PATCH 2/2] Update srcpkgs/arturo/template
Co-authored-by: Bnyro <bnyro@tutanota.com>
---
srcpkgs/arturo/template | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/srcpkgs/arturo/template b/srcpkgs/arturo/template
index 8a4ca9e0eba1b7..77c56aa65684c4 100644
--- a/srcpkgs/arturo/template
+++ b/srcpkgs/arturo/template
@@ -10,9 +10,10 @@ license="MIT"
homepage="http://arturo-lang.io/"
distfiles="https://github.com/arturo-lang/arturo/archive/refs/tags/v${version}.tar.gz"
checksum=0bb3632f21a1556167fdcb82170c29665350beb44f15b4666b4e22a23c2063cf
+_nim_version="1.6.12"
do_build() {
- choosenim 1.6.12 -y
+ choosenim ${_nim_version} -y
PATH=$PATH:/tmp/.nimble/bin
./build.nims install mini
}
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PR PATCH] [Updated] New package: arturo-0.9.83
2024-09-09 10:12 [PR PATCH] New package: arturo-0.9.83 Eloitor
` (4 preceding siblings ...)
2024-09-12 7:25 ` [PR PATCH] [Updated] " Eloitor
@ 2024-09-12 7:25 ` Eloitor
2024-09-12 7:26 ` Eloitor
` (2 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: Eloitor @ 2024-09-12 7:25 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 745 bytes --]
There is an updated pull request by Eloitor against master on the void-packages repository
https://github.com/Eloitor/void-packages arturo
https://github.com/void-linux/void-packages/pull/52153
New package: arturo-0.9.83
#### 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-glibc)
The next release of arturo will support cross compilation.
Closes #50260
A patch file from https://github.com/void-linux/void-packages/pull/52153.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-arturo-52153.patch --]
[-- Type: text/x-diff, Size: 2913 bytes --]
From 0bd028ec457b215fc6da0bbeda0a3f8a88865128 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Mon, 9 Sep 2024 12:10:30 +0200
Subject: [PATCH 1/3] New package: arturo-0.9.83
---
srcpkgs/arturo/template | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
create mode 100644 srcpkgs/arturo/template
diff --git a/srcpkgs/arturo/template b/srcpkgs/arturo/template
new file mode 100644
index 00000000000000..8a4ca9e0eba1b7
--- /dev/null
+++ b/srcpkgs/arturo/template
@@ -0,0 +1,23 @@
+# Template file for 'arturo'
+pkgname=arturo
+version=0.9.83
+revision=1
+archs="x86_64"
+hostmakedepends="choosenim xz"
+short_desc="Simple, expressive & portable programming language"
+maintainer="Eloi Torrents <eloitor@duck.com>"
+license="MIT"
+homepage="http://arturo-lang.io/"
+distfiles="https://github.com/arturo-lang/arturo/archive/refs/tags/v${version}.tar.gz"
+checksum=0bb3632f21a1556167fdcb82170c29665350beb44f15b4666b4e22a23c2063cf
+
+do_build() {
+ choosenim 1.6.12 -y
+ PATH=$PATH:/tmp/.nimble/bin
+ ./build.nims install mini
+}
+
+do_install() {
+ vbin bin/arturo
+ vlicense LICENSE
+}
From f47bc63d2f01619d0da8088db251821549748c30 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Thu, 12 Sep 2024 09:25:15 +0200
Subject: [PATCH 2/3] Update srcpkgs/arturo/template
Co-authored-by: Bnyro <bnyro@tutanota.com>
---
srcpkgs/arturo/template | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/srcpkgs/arturo/template b/srcpkgs/arturo/template
index 8a4ca9e0eba1b7..77c56aa65684c4 100644
--- a/srcpkgs/arturo/template
+++ b/srcpkgs/arturo/template
@@ -10,9 +10,10 @@ license="MIT"
homepage="http://arturo-lang.io/"
distfiles="https://github.com/arturo-lang/arturo/archive/refs/tags/v${version}.tar.gz"
checksum=0bb3632f21a1556167fdcb82170c29665350beb44f15b4666b4e22a23c2063cf
+_nim_version="1.6.12"
do_build() {
- choosenim 1.6.12 -y
+ choosenim ${_nim_version} -y
PATH=$PATH:/tmp/.nimble/bin
./build.nims install mini
}
From eb11b55183a73bec6119af1d793d325d3969f4f5 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Thu, 12 Sep 2024 09:25:23 +0200
Subject: [PATCH 3/3] Update srcpkgs/arturo/template
Co-authored-by: Bnyro <bnyro@tutanota.com>
---
srcpkgs/arturo/template | 1 +
1 file changed, 1 insertion(+)
diff --git a/srcpkgs/arturo/template b/srcpkgs/arturo/template
index 77c56aa65684c4..13a8966b775a66 100644
--- a/srcpkgs/arturo/template
+++ b/srcpkgs/arturo/template
@@ -8,6 +8,7 @@ short_desc="Simple, expressive & portable programming language"
maintainer="Eloi Torrents <eloitor@duck.com>"
license="MIT"
homepage="http://arturo-lang.io/"
+changelog="https://github.com/arturo-lang/arturo/releases"
distfiles="https://github.com/arturo-lang/arturo/archive/refs/tags/v${version}.tar.gz"
checksum=0bb3632f21a1556167fdcb82170c29665350beb44f15b4666b4e22a23c2063cf
_nim_version="1.6.12"
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PR PATCH] [Updated] New package: arturo-0.9.83
2024-09-09 10:12 [PR PATCH] New package: arturo-0.9.83 Eloitor
` (5 preceding siblings ...)
2024-09-12 7:25 ` Eloitor
@ 2024-09-12 7:26 ` Eloitor
2024-12-12 2:06 ` github-actions
2024-12-27 1:59 ` [PR PATCH] [Closed]: " github-actions
8 siblings, 0 replies; 10+ messages in thread
From: Eloitor @ 2024-09-12 7:26 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 745 bytes --]
There is an updated pull request by Eloitor against master on the void-packages repository
https://github.com/Eloitor/void-packages arturo
https://github.com/void-linux/void-packages/pull/52153
New package: arturo-0.9.83
#### 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-glibc)
The next release of arturo will support cross compilation.
Closes #50260
A patch file from https://github.com/void-linux/void-packages/pull/52153.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-arturo-52153.patch --]
[-- Type: text/x-diff, Size: 1212 bytes --]
From ce950dcc77d231a8cfedb8dbc74e4d7b19f0a771 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Mon, 9 Sep 2024 12:10:30 +0200
Subject: [PATCH] New package: arturo-0.9.83
---
srcpkgs/arturo/template | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
create mode 100644 srcpkgs/arturo/template
diff --git a/srcpkgs/arturo/template b/srcpkgs/arturo/template
new file mode 100644
index 00000000000000..13a8966b775a66
--- /dev/null
+++ b/srcpkgs/arturo/template
@@ -0,0 +1,25 @@
+# Template file for 'arturo'
+pkgname=arturo
+version=0.9.83
+revision=1
+archs="x86_64"
+hostmakedepends="choosenim xz"
+short_desc="Simple, expressive & portable programming language"
+maintainer="Eloi Torrents <eloitor@duck.com>"
+license="MIT"
+homepage="http://arturo-lang.io/"
+changelog="https://github.com/arturo-lang/arturo/releases"
+distfiles="https://github.com/arturo-lang/arturo/archive/refs/tags/v${version}.tar.gz"
+checksum=0bb3632f21a1556167fdcb82170c29665350beb44f15b4666b4e22a23c2063cf
+_nim_version="1.6.12"
+
+do_build() {
+ choosenim ${_nim_version} -y
+ PATH=$PATH:/tmp/.nimble/bin
+ ./build.nims install mini
+}
+
+do_install() {
+ vbin bin/arturo
+ vlicense LICENSE
+}
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: New package: arturo-0.9.83
2024-09-09 10:12 [PR PATCH] New package: arturo-0.9.83 Eloitor
` (6 preceding siblings ...)
2024-09-12 7:26 ` Eloitor
@ 2024-12-12 2:06 ` github-actions
2024-12-27 1:59 ` [PR PATCH] [Closed]: " github-actions
8 siblings, 0 replies; 10+ messages in thread
From: github-actions @ 2024-12-12 2:06 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 305 bytes --]
New comment by github-actions[bot] on void-packages repository
https://github.com/void-linux/void-packages/pull/52153#issuecomment-2537591871
Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that. If this pull request is still relevant bump it or assign it.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PR PATCH] [Closed]: New package: arturo-0.9.83
2024-09-09 10:12 [PR PATCH] New package: arturo-0.9.83 Eloitor
` (7 preceding siblings ...)
2024-12-12 2:06 ` github-actions
@ 2024-12-27 1:59 ` github-actions
8 siblings, 0 replies; 10+ messages in thread
From: github-actions @ 2024-12-27 1:59 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 590 bytes --]
There's a closed pull request on the void-packages repository
New package: arturo-0.9.83
https://github.com/void-linux/void-packages/pull/52153
Description:
#### 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-glibc)
The next release of arturo will support cross compilation.
Closes #50260
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2024-12-27 1:59 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-09 10:12 [PR PATCH] New package: arturo-0.9.83 Eloitor
2024-09-09 10:14 ` [PR PATCH] [Updated] " Eloitor
2024-09-11 9:18 ` [PR REVIEW] " Bnyro
2024-09-11 9:19 ` Bnyro
2024-09-11 16:06 ` classabbyamp
2024-09-12 7:25 ` [PR PATCH] [Updated] " Eloitor
2024-09-12 7:25 ` Eloitor
2024-09-12 7:26 ` Eloitor
2024-12-12 2:06 ` github-actions
2024-12-27 1:59 ` [PR PATCH] [Closed]: " github-actions
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).