Github messages for voidlinux
 help / color / mirror / Atom feed
From: icp1994 <icp1994@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: selene-0.23.1
Date: Wed, 11 Jan 2023 07:05:30 +0100	[thread overview]
Message-ID: <20230111060530.N34X0k8wXWcZQemUxW3hEyRuThEWVybrBSJ4w4tx42w@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-39370@inbox.vuxu.org>

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

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

https://github.com/icp1994/void-packages selene
https://github.com/void-linux/void-packages/pull/39370

New package: selene-0.23.1
#### 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

We have a [Lua LSP](https://github.com/void-linux/void-packages/tree/master/srcpkgs/lua-language-server) and a [Lua formatter](https://github.com/void-linux/void-packages/tree/master/srcpkgs/StyLua) but no Lua linter afaics. I'm submitting this one since I use it personally.

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

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

From e6124795c71413afec58414cb0a5059770dac55b Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Mon, 19 Sep 2022 19:40:47 +0530
Subject: [PATCH 1/2] New package: selene-0.23.1

---
 srcpkgs/selene/template | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 srcpkgs/selene/template

diff --git a/srcpkgs/selene/template b/srcpkgs/selene/template
new file mode 100644
index 000000000000..66968938e0f4
--- /dev/null
+++ b/srcpkgs/selene/template
@@ -0,0 +1,12 @@
+# Template file for 'selene'
+pkgname=selene
+version=0.23.1
+revision=1
+build_style=cargo
+short_desc="CLI tool designed to help write correct and idiomatic Lua code"
+maintainer="icp <pangolin@vivaldi.net>"
+license="MPL-2.0"
+homepage="https://kampfkarren.github.io/selene/"
+changelog="https://raw.githubusercontent.com/Kampfkarren/selene/main/CHANGELOG.md"
+distfiles="https://static.crates.io/crates/selene/selene-${version}.crate"
+checksum=f70c4ea0ae2c45e2260a6d63bbd653bd5f37f521ce4f3e40eaeff0f45c0a1f07

From f22ba710586019d4a1b800c0994b5d618aa4d58a Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Wed, 11 Jan 2023 11:34:40 +0530
Subject: [PATCH 2/2] selene: update to 0.24.0.

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

diff --git a/srcpkgs/selene/template b/srcpkgs/selene/template
index 66968938e0f4..0cc8ea2e14f7 100644
--- a/srcpkgs/selene/template
+++ b/srcpkgs/selene/template
@@ -1,6 +1,6 @@
 # Template file for 'selene'
 pkgname=selene
-version=0.23.1
+version=0.24.0
 revision=1
 build_style=cargo
 short_desc="CLI tool designed to help write correct and idiomatic Lua code"
@@ -9,4 +9,4 @@ license="MPL-2.0"
 homepage="https://kampfkarren.github.io/selene/"
 changelog="https://raw.githubusercontent.com/Kampfkarren/selene/main/CHANGELOG.md"
 distfiles="https://static.crates.io/crates/selene/selene-${version}.crate"
-checksum=f70c4ea0ae2c45e2260a6d63bbd653bd5f37f521ce4f3e40eaeff0f45c0a1f07
+checksum=7e1ac7aa444facc074087841d4ef25936a86eb75fc7acd51cfaa2682d54cb9d0

  parent reply	other threads:[~2023-01-11  6:05 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-19 15:36 [PR PATCH] New package: selene-0.21.0 icp1994
2022-09-28  9:25 ` [PR PATCH] [Updated] " icp1994
2022-10-18 12:52 ` [PR PATCH] [Updated] New package: selene-0.21.1 icp1994
2022-12-08 10:02 ` [PR PATCH] [Updated] New package: selene-0.22.0 icp1994
2023-01-11  6:05 ` icp1994 [this message]
2023-01-11  6:28 ` [PR PATCH] [Updated] New package: selene-0.23.1 icp1994
2023-04-12  1:52 ` New package: selene-0.24.0 github-actions
2023-04-12  6:11 ` [PR PATCH] [Updated] " icp1994
2023-06-24 12:44 ` [PR PATCH] [Merged]: New package: selene-0.25.0 Duncaen

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=20230111060530.N34X0k8wXWcZQemUxW3hEyRuThEWVybrBSJ4w4tx42w@z \
    --to=icp1994@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).