Github messages for voidlinux
 help / color / mirror / Atom feed
From: atweiden <atweiden@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] rakudo: update to 2021.02.1.
Date: Mon, 01 Mar 2021 10:43:31 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-29147@inbox.vuxu.org> (raw)

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

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

https://github.com/atweiden/void-packages raku
https://github.com/void-linux/void-packages/pull/29147

rakudo: update to 2021.02.1.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From a51f5b83b0234f9413dd04d33e3bc9980628244f Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <atweiden@ioiojo.com>
Date: Mon, 1 Mar 2021 20:35:27 +1100
Subject: [PATCH 1/3] MoarVM: update to 2021.02.

---
 srcpkgs/MoarVM/template | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/MoarVM/template b/srcpkgs/MoarVM/template
index 75ada16bfce..a6beefb294c 100644
--- a/srcpkgs/MoarVM/template
+++ b/srcpkgs/MoarVM/template
@@ -1,20 +1,19 @@
 # Template file for 'MoarVM'
 pkgname=MoarVM
-version=2020.11
+version=2021.02
 revision=1
 build_style=configure
 configure_script="perl Configure.pl"
 configure_args="--prefix=/usr --has-libatomic_ops --has-libffi
- --has-libtommath --has-libuv"
+ --has-libtommath"
 hostmakedepends="perl"
-makedepends="libatomic_ops-devel libffi-devel libtommath-devel libuv-devel
- libzstd-devel"
+makedepends="libatomic_ops-devel libffi-devel libtommath-devel libzstd-devel"
 short_desc="VM with adaptive optimization and JIT compilation, built for Rakudo"
 maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
 license="Artistic-2.0"
 homepage="https://moarvm.org"
 changelog="https://github.com/MoarVM/MoarVM/raw/master/docs/ChangeLog"
 distfiles="https://moarvm.org/releases/MoarVM-${version}.tar.gz"
-checksum=6d028273b6ed5ba7b972e7b3f2681ce1deff1897ebdf7bcd5cfcd1e7c2fec384
+checksum=19a0c3679e7be8081ddea28a02264be8a821cf624452e35977f8a4b9764d3123
 nocross=yes
 shlib_provides="libmoar.so"

From 93ac918955544dc5947faa4e48034df7bb1ebdbe Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <atweiden@ioiojo.com>
Date: Mon, 1 Mar 2021 20:37:34 +1100
Subject: [PATCH 2/3] nqp: update to 2021.02.

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

diff --git a/srcpkgs/nqp/template b/srcpkgs/nqp/template
index e75d67b6a36..39645edac93 100644
--- a/srcpkgs/nqp/template
+++ b/srcpkgs/nqp/template
@@ -1,19 +1,18 @@
 # Template file for 'nqp'
 pkgname=nqp
-version=2020.11
+version=2021.02
 revision=1
 build_style=configure
 make_check_target=test
 configure_script="perl Configure.pl"
 configure_args="--prefix=/usr --backends=moar"
 hostmakedepends="git perl"
-makedepends="MoarVM libatomic_ops-devel libffi-devel libtommath-devel
- libuv-devel"
+makedepends="MoarVM libatomic_ops-devel libffi-devel libtommath-devel"
 depends="MoarVM-${version}_${revision}"
 short_desc="Lightweight Raku-like environment for virtual machines"
 maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
 license="Artistic-2.0"
 homepage="https://github.com/Raku/nqp"
 distfiles="https://rakudo.org/dl/nqp/${pkgname}-${version}.tar.gz"
-checksum=7985f587c43801650316745f055cb5fc3f9063c5bb34de5ae695d76518ad900f
+checksum=d24b1dc8c9f5e743787098a19c9d17b75f57dd34d293716d5b15b9105037d4ef
 nocross=yes

From 24b888e004ff32fe8ba07f56d9757e9c2ac07bb6 Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <atweiden@ioiojo.com>
Date: Mon, 1 Mar 2021 20:40:49 +1100
Subject: [PATCH 3/3] rakudo: update to 2021.02.1.

---
 srcpkgs/rakudo/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/rakudo/template b/srcpkgs/rakudo/template
index fcef8d7dcfc..ed6c0a81364 100644
--- a/srcpkgs/rakudo/template
+++ b/srcpkgs/rakudo/template
@@ -1,6 +1,6 @@
 # Template file for 'rakudo'
 pkgname=rakudo
-version=2020.11
+version=2021.02.1
 revision=1
 build_style=configure
 make_check_target=test
@@ -23,16 +23,16 @@ make_dirs="
  /usr/lib/raku/vendor/short 0755 root root
  /usr/lib/raku/vendor/sources 0755 root root"
 hostmakedepends="git perl"
-makedepends="libatomic_ops-devel libffi-devel libtommath-devel libuv-devel
- libzstd-devel nqp"
-depends="nqp-${version}_${revision}"
+makedepends="libatomic_ops-devel libffi-devel libtommath-devel libzstd-devel
+ nqp"
+depends="nqp-2021.02_${revision}"
 short_desc="Mature, production-ready implementation of the Raku language"
 maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
 license="Artistic-2.0"
 homepage="https://rakudo.org"
 changelog="https://github.com/rakudo/rakudo/raw/master/docs/ChangeLog"
 distfiles="https://rakudo.org/dl/rakudo/${pkgname}-${version}.tar.gz"
-checksum=b6f086553dfdfbf878d8b1f7659c3a0028f770e6655fb947bdd65ce0ded4fa80
+checksum=c8ea8d8bff3c3c983d1f7967321bcb5b72043b2fb5f3da6e8187af5306e998f7
 nocross=yes
 provides="raku-${version}_${revision}"
 

             reply	other threads:[~2021-03-01  9:43 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-01  9:43 atweiden [this message]
2021-03-01 19:51 ` [PR REVIEW] " ericonr
2021-03-01 22:42 ` atweiden
2021-03-02  4:44 ` ericonr
2021-03-02  9:36 ` [PR PATCH] [Updated] " atweiden
2021-03-02 10:47 ` atweiden
2021-03-02 11:06 ` atweiden
2021-03-02 11:27 ` atweiden
2021-04-04  2:03 ` [PR PATCH] [Updated] " atweiden
2021-04-05 13:21 ` [PR PATCH] [Closed]: rakudo: update to 2021.03 ericonr

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-29147@inbox.vuxu.org \
    --to=atweiden@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).