From: lpww <lpww@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: golang-migrate-4.17.1
Date: Fri, 01 Nov 2024 18:10:56 +0100 [thread overview]
Message-ID: <20241101171056.3D9042FC6F@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-51014@inbox.vuxu.org>
[-- Attachment #1: Type: text/plain, Size: 935 bytes --]
There is an updated pull request by lpww against master on the void-packages repository
https://github.com/lpww/void-packages golang-migrate
https://github.com/void-linux/void-packages/pull/51014
New package: golang-migrate-4.17.1
### Description
This pr adds a new package, `golang-migrate v4.17.1`. It builds upon a [previous pull request](https://github.com/void-linux/void-packages/pull/30634) that works but was never merged. I just updated the version, checksum, and maintainer.
#### 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**
A patch file from https://github.com/void-linux/void-packages/pull/51014.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-golang-migrate-51014.patch --]
[-- Type: text/x-diff, Size: 2536 bytes --]
From aedcfb9cc1aecb44745c9331a2f3494f696a406c Mon Sep 17 00:00:00 2001
From: thomas <thomas.treffry@nearform.com>
Date: Wed, 26 Jun 2024 13:18:18 +0100
Subject: [PATCH 1/2] New package: golang-migrate-4.17.1
---
srcpkgs/golang-migrate/template | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
create mode 100644 srcpkgs/golang-migrate/template
diff --git a/srcpkgs/golang-migrate/template b/srcpkgs/golang-migrate/template
new file mode 100644
index 00000000000000..59c2a932b14800
--- /dev/null
+++ b/srcpkgs/golang-migrate/template
@@ -0,0 +1,21 @@
+# Template file for 'golang-migrate'
+pkgname=golang-migrate
+version=4.17.1
+revision=1
+build_style=go
+go_import_path="github.com/golang-migrate/migrate/v4"
+short_desc="Database migrations CLI written in Golang"
+maintainer="Thomas Treffry <t.treffry@gmail.com>"
+license="MIT"
+homepage="https://github.com/golang-migrate/migrate"
+distfiles="https://github.com/golang-migrate/migrate/archive/refs/tags/v${version}.tar.gz"
+checksum="59a92e27d58f22ce3270086d385b3548a2a44e09f91b0eda3e245f94bcf8f081"
+
+do_build() {
+ VERSION="$version" make build
+}
+
+do_install() {
+ vbin migrate
+ vlicense LICENSE
+}
From 14a59fd432a4649a742a119e1bba8944e8ca9c33 Mon Sep 17 00:00:00 2001
From: thomas <thomas.treffry@yld.io>
Date: Fri, 1 Nov 2024 17:10:16 +0000
Subject: [PATCH 2/2] chore: renmae golang-migrate to migrate and update to
v4.18.1
---
srcpkgs/{golang-migrate => migrate}/template | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
rename srcpkgs/{golang-migrate => migrate}/template (74%)
diff --git a/srcpkgs/golang-migrate/template b/srcpkgs/migrate/template
similarity index 74%
rename from srcpkgs/golang-migrate/template
rename to srcpkgs/migrate/template
index 59c2a932b14800..f12b1a1e41fa1e 100644
--- a/srcpkgs/golang-migrate/template
+++ b/srcpkgs/migrate/template
@@ -1,6 +1,6 @@
-# Template file for 'golang-migrate'
-pkgname=golang-migrate
-version=4.17.1
+# Template file for 'migrate'
+pkgname=migrate
+version=4.18.1
revision=1
build_style=go
go_import_path="github.com/golang-migrate/migrate/v4"
@@ -9,7 +9,7 @@ maintainer="Thomas Treffry <t.treffry@gmail.com>"
license="MIT"
homepage="https://github.com/golang-migrate/migrate"
distfiles="https://github.com/golang-migrate/migrate/archive/refs/tags/v${version}.tar.gz"
-checksum="59a92e27d58f22ce3270086d385b3548a2a44e09f91b0eda3e245f94bcf8f081"
+checksum="06cb38c81f0152670c730e906a27f49b353958fe90dcdf9f90f318785c19977f"
do_build() {
VERSION="$version" make build
next prev parent reply other threads:[~2024-11-01 17:10 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-26 12:26 [PR PATCH] " lpww
2024-06-29 11:23 ` [PR REVIEW] " Bnyro
2024-07-12 7:47 ` lpww
2024-07-12 7:55 ` [PR PATCH] [Updated] " lpww
2024-07-12 8:04 ` [PR REVIEW] " lpww
2024-07-18 8:14 ` lpww
2024-10-17 1:59 ` github-actions
2024-10-18 11:02 ` lpww
2024-10-27 9:38 ` [PR PATCH] [Updated] " lpww
2024-10-28 18:13 ` [PR REVIEW] " classabbyamp
2024-10-28 18:15 ` classabbyamp
2024-10-28 18:15 ` classabbyamp
2024-11-01 16:26 ` lpww
2024-11-01 17:10 ` lpww [this message]
2024-11-01 17:29 ` [PR PATCH] [Updated] " lpww
2024-11-01 17:30 ` [PR REVIEW] " lpww
2024-11-01 17:31 ` lpww
2025-02-01 2:00 ` New package: golang-migrate-4.18.1 github-actions
2025-02-01 5:46 ` [PR PATCH] [Merged]: " classabbyamp
2025-02-01 5:47 ` classabbyamp
2025-02-01 13:54 ` lpww
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=20241101171056.3D9042FC6F@inbox.vuxu.org \
--to=lpww@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).