Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] luarocks: update to 3.7.0.
@ 2021-10-17 18:38 HiPhish
  2021-10-29  4:44 ` zdykstra
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: HiPhish @ 2021-10-17 18:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/HiPhish/void-packages luarocks
https://github.com/void-linux/void-packages/pull/33607

luarocks: update to 3.7.0.
<!-- 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?
- [ ] 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.)
- [X] I built this PR locally for my native architecture, (x86 glibc)
- [ ] 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/33607.patch is attached

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

From ed4b82b34a264e379921976039047e8caef385c6 Mon Sep 17 00:00:00 2001
From: HiPhish <hiphish@posteo.de>
Date: Sun, 17 Oct 2021 20:03:24 +0200
Subject: [PATCH] luarocks: update to 3.7.0.

---
 srcpkgs/luarocks-lua53/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/luarocks-lua53/template b/srcpkgs/luarocks-lua53/template
index 05f94d1acb54..9ab25a87f5ec 100644
--- a/srcpkgs/luarocks-lua53/template
+++ b/srcpkgs/luarocks-lua53/template
@@ -1,6 +1,6 @@
 # Template file for 'luarocks-lua53'
 pkgname=luarocks-lua53
-version=3.5.0
+version=3.7.0
 revision=1
 wrksrc=luarocks-${version}
 build_style=configure
@@ -18,7 +18,7 @@ maintainer="Duncaen <duncaen@voidlinux.org>"
 license="MIT"
 homepage="https://luarocks.org/"
 distfiles="https://luarocks.org/releases/luarocks-${version}.tar.gz"
-checksum=701d0cc0c7e97cc2cf2c2f4068fce45e52a8854f5dc6c9e49e2014202eec9a4f
+checksum=9255d97fee95cec5b54fc6ac718b11bf5029e45bed7873e053314919cd448551
 alternatives="
  luarocks:luarocks:/usr/bin/luarocks-5.3
  luarocks:luarocks-admin:/usr/bin/luarocks-admin-5.3"

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

* Re: luarocks: update to 3.7.0.
  2021-10-17 18:38 [PR PATCH] luarocks: update to 3.7.0 HiPhish
@ 2021-10-29  4:44 ` zdykstra
  2021-10-29 19:34 ` [PR PATCH] [Merged]: " Chocimier
  2021-11-01 22:27 ` HiPhish
  2 siblings, 0 replies; 4+ messages in thread
From: zdykstra @ 2021-10-29  4:44 UTC (permalink / raw)
  To: ml

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

New comment by zdykstra on void-packages repository

https://github.com/void-linux/void-packages/pull/33607#issuecomment-954425897

Comment:
I've installed and tested this on `x86_64/glibc`. I had to install `lua53-devel` to be able to successfully install a rock, due to missing Lua headers. This is identical behavior to `3.5.0`.

```
bash-5.1$ luarocks install dkjson --local
Installing https://luarocks.org/dkjson-2.5-3.src.rock

dkjson 2.5-3 depends on lua >= 5.1, < 5.5 (5.3-1 provided by VM)
No existing manifest. Attempting to rebuild...
dkjson 2.5-3 is now installed in /home/zdykstra/.luarocks (license: MIT/X11)
```

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

* Re: [PR PATCH] [Merged]: luarocks: update to 3.7.0.
  2021-10-17 18:38 [PR PATCH] luarocks: update to 3.7.0 HiPhish
  2021-10-29  4:44 ` zdykstra
@ 2021-10-29 19:34 ` Chocimier
  2021-11-01 22:27 ` HiPhish
  2 siblings, 0 replies; 4+ messages in thread
From: Chocimier @ 2021-10-29 19:34 UTC (permalink / raw)
  To: ml

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

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

luarocks: update to 3.7.0.
https://github.com/void-linux/void-packages/pull/33607

Description:
<!-- 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?
- [ ] 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.)
- [X] I built this PR locally for my native architecture, (x86 glibc)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

* Re: luarocks: update to 3.7.0.
  2021-10-17 18:38 [PR PATCH] luarocks: update to 3.7.0 HiPhish
  2021-10-29  4:44 ` zdykstra
  2021-10-29 19:34 ` [PR PATCH] [Merged]: " Chocimier
@ 2021-11-01 22:27 ` HiPhish
  2 siblings, 0 replies; 4+ messages in thread
From: HiPhish @ 2021-11-01 22:27 UTC (permalink / raw)
  To: ml

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

New comment by HiPhish on void-packages repository

https://github.com/void-linux/void-packages/pull/33607#issuecomment-956757108

Comment:
@zdykstra Is this OK, or should the package be update the contain the development files for Lua as well? I seems weird to me to require the user to install an additional package to make use of the main functionality of Luarocks.

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

end of thread, other threads:[~2021-11-01 22:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-17 18:38 [PR PATCH] luarocks: update to 3.7.0 HiPhish
2021-10-29  4:44 ` zdykstra
2021-10-29 19:34 ` [PR PATCH] [Merged]: " Chocimier
2021-11-01 22:27 ` HiPhish

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