Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: litecli-1.6.0
@ 2021-04-26 20:15 kwshi
  2021-04-26 21:04 ` [PR PATCH] [Updated] " kwshi
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: kwshi @ 2021-04-26 20:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kwshi/void-packages litecli
https://github.com/void-linux/void-packages/pull/30524

New package: litecli-1.6.0


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

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

From 87974208559e419fa776dcd5be3b41a70019602b Mon Sep 17 00:00:00 2001
From: Kye Shi <shi.kye@gmail.com>
Date: Mon, 26 Apr 2021 13:14:58 -0700
Subject: [PATCH] New package: litecli-1.6.0

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

diff --git a/srcpkgs/litecli/template b/srcpkgs/litecli/template
new file mode 100644
index 000000000000..de7482026931
--- /dev/null
+++ b/srcpkgs/litecli/template
@@ -0,0 +1,17 @@
+# Template file for 'litecli'
+pkgname=litecli
+version=1.6.0
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-click python3-Pygments python3-prompt_toolkit python3-sqlparse python3-configobj python3-cli_helpers"
+short_desc="CLI for SQLite Databases with auto-completion and syntax highlighting"
+maintainer="Kye Shi <shi.kye@gmail.com>"
+license="BSD-3-Clause"
+homepage="https://litecli.com"
+distfiles="https://github.com/dbcli/${pkgname}/archive/refs/tags/v${version}.tar.gz"
+checksum='7481b786571a293c8feff4d9a195ba9e1ee64ad8329d1784d7d2709e3a16275a'
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: litecli-1.6.0
  2021-04-26 20:15 [PR PATCH] New package: litecli-1.6.0 kwshi
@ 2021-04-26 21:04 ` kwshi
  2021-04-26 21:45 ` kwshi
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: kwshi @ 2021-04-26 21:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kwshi/void-packages litecli
https://github.com/void-linux/void-packages/pull/30524

New package: litecli-1.6.0
- [x] meets quality requirements
- [x] I tested it briefly and it works w/o error

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

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

From 7a8c897557fc5d63b66334338e56a1783d476751 Mon Sep 17 00:00:00 2001
From: Kye Shi <shi.kye@gmail.com>
Date: Mon, 26 Apr 2021 13:14:58 -0700
Subject: [PATCH] New package: litecli-1.6.0

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

diff --git a/srcpkgs/litecli/template b/srcpkgs/litecli/template
new file mode 100644
index 000000000000..de7482026931
--- /dev/null
+++ b/srcpkgs/litecli/template
@@ -0,0 +1,17 @@
+# Template file for 'litecli'
+pkgname=litecli
+version=1.6.0
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-click python3-Pygments python3-prompt_toolkit python3-sqlparse python3-configobj python3-cli_helpers"
+short_desc="CLI for SQLite Databases with auto-completion and syntax highlighting"
+maintainer="Kye Shi <shi.kye@gmail.com>"
+license="BSD-3-Clause"
+homepage="https://litecli.com"
+distfiles="https://github.com/dbcli/${pkgname}/archive/refs/tags/v${version}.tar.gz"
+checksum='7481b786571a293c8feff4d9a195ba9e1ee64ad8329d1784d7d2709e3a16275a'
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: litecli-1.6.0
  2021-04-26 20:15 [PR PATCH] New package: litecli-1.6.0 kwshi
  2021-04-26 21:04 ` [PR PATCH] [Updated] " kwshi
@ 2021-04-26 21:45 ` kwshi
  2021-04-26 21:56 ` kwshi
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: kwshi @ 2021-04-26 21:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kwshi/void-packages litecli
https://github.com/void-linux/void-packages/pull/30524

New package: litecli-1.6.0
- [x] meets quality requirements
- [x] I tested it briefly and it works w/o error

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

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

From 305d467d39bbe3ac5c1370174ba41a92bc8ebe2a Mon Sep 17 00:00:00 2001
From: Kye Shi <shi.kye@gmail.com>
Date: Mon, 26 Apr 2021 13:14:58 -0700
Subject: [PATCH] New package: litecli-1.6.0

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

diff --git a/srcpkgs/litecli/template b/srcpkgs/litecli/template
new file mode 100644
index 000000000000..8879b2033385
--- /dev/null
+++ b/srcpkgs/litecli/template
@@ -0,0 +1,17 @@
+# Template file for 'litecli'
+pkgname=litecli
+version=1.6.0
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-wheel"
+depends="python3-click python3-Pygments python3-prompt_toolkit python3-sqlparse python3-configobj python3-cli_helpers"
+short_desc="CLI for SQLite Databases with auto-completion and syntax highlighting"
+maintainer="Kye Shi <shi.kye@gmail.com>"
+license="BSD-3-Clause"
+homepage="https://litecli.com"
+distfiles="https://github.com/dbcli/${pkgname}/archive/refs/tags/v${version}.tar.gz"
+checksum='7481b786571a293c8feff4d9a195ba9e1ee64ad8329d1784d7d2709e3a16275a'
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: litecli-1.6.0
  2021-04-26 20:15 [PR PATCH] New package: litecli-1.6.0 kwshi
  2021-04-26 21:04 ` [PR PATCH] [Updated] " kwshi
  2021-04-26 21:45 ` kwshi
@ 2021-04-26 21:56 ` kwshi
  2021-04-26 21:59 ` kwshi
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: kwshi @ 2021-04-26 21:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kwshi/void-packages litecli
https://github.com/void-linux/void-packages/pull/30524

New package: litecli-1.6.0
- [x] meets quality requirements
- [x] I tested it briefly and it works w/o error

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

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

From fe8a8f9350c295e359561def8cd95e997c328cd4 Mon Sep 17 00:00:00 2001
From: Kye Shi <shi.kye@gmail.com>
Date: Mon, 26 Apr 2021 13:14:58 -0700
Subject: [PATCH] New package: litecli-1.6.0

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

diff --git a/srcpkgs/litecli/template b/srcpkgs/litecli/template
new file mode 100644
index 000000000000..57c568cc106e
--- /dev/null
+++ b/srcpkgs/litecli/template
@@ -0,0 +1,18 @@
+# Template file for 'litecli'
+pkgname=litecli
+version=1.6.0
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+checkdepends="python3-pip"
+depends="python3-click python3-Pygments python3-prompt_toolkit python3-sqlparse python3-configobj python3-cli_helpers"
+short_desc="CLI for SQLite Databases with auto-completion and syntax highlighting"
+maintainer="Kye Shi <shi.kye@gmail.com>"
+license="BSD-3-Clause"
+homepage="https://litecli.com"
+distfiles="https://github.com/dbcli/${pkgname}/archive/refs/tags/v${version}.tar.gz"
+checksum='7481b786571a293c8feff4d9a195ba9e1ee64ad8329d1784d7d2709e3a16275a'
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: litecli-1.6.0
  2021-04-26 20:15 [PR PATCH] New package: litecli-1.6.0 kwshi
                   ` (2 preceding siblings ...)
  2021-04-26 21:56 ` kwshi
@ 2021-04-26 21:59 ` kwshi
  2021-04-27 22:18 ` kwshi
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: kwshi @ 2021-04-26 21:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kwshi/void-packages litecli
https://github.com/void-linux/void-packages/pull/30524

New package: litecli-1.6.0
- [x] meets quality requirements
- [x] I tested it briefly and it works w/o error

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

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

From dd052d1269ce828c079e9f17fbe78fb7063d6f66 Mon Sep 17 00:00:00 2001
From: Kye Shi <shi.kye@gmail.com>
Date: Mon, 26 Apr 2021 13:14:58 -0700
Subject: [PATCH] New package: litecli-1.6.0

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

diff --git a/srcpkgs/litecli/template b/srcpkgs/litecli/template
new file mode 100644
index 000000000000..e8139cf7a5f5
--- /dev/null
+++ b/srcpkgs/litecli/template
@@ -0,0 +1,18 @@
+# Template file for 'litecli'
+pkgname=litecli
+version=1.6.0
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-click python3-Pygments python3-prompt_toolkit python3-sqlparse python3-configobj python3-cli_helpers"
+checkdepends="python3-pip python3-wheel"
+short_desc="CLI for SQLite Databases with auto-completion and syntax highlighting"
+maintainer="Kye Shi <shi.kye@gmail.com>"
+license="BSD-3-Clause"
+homepage="https://litecli.com"
+distfiles="https://github.com/dbcli/${pkgname}/archive/refs/tags/v${version}.tar.gz"
+checksum='7481b786571a293c8feff4d9a195ba9e1ee64ad8329d1784d7d2709e3a16275a'
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: litecli-1.6.0
  2021-04-26 20:15 [PR PATCH] New package: litecli-1.6.0 kwshi
                   ` (3 preceding siblings ...)
  2021-04-26 21:59 ` kwshi
@ 2021-04-27 22:18 ` kwshi
  2022-05-18  2:09 ` github-actions
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: kwshi @ 2021-04-27 22:18 UTC (permalink / raw)
  To: ml

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

New comment by kwshi on void-packages repository

https://github.com/void-linux/void-packages/pull/30524#issuecomment-827972319

Comment:
This is the SQLite analog of `pgcli` for PostgreSQL databases, which is already in the Void repos.

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

* Re: New package: litecli-1.6.0
  2021-04-26 20:15 [PR PATCH] New package: litecli-1.6.0 kwshi
                   ` (4 preceding siblings ...)
  2021-04-27 22:18 ` kwshi
@ 2022-05-18  2:09 ` github-actions
  2022-05-18 19:45 ` Chocimier
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: github-actions @ 2022-05-18  2:09 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/30524#issuecomment-1129493039

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] 14+ messages in thread

* Re: New package: litecli-1.6.0
  2021-04-26 20:15 [PR PATCH] New package: litecli-1.6.0 kwshi
                   ` (5 preceding siblings ...)
  2022-05-18  2:09 ` github-actions
@ 2022-05-18 19:45 ` Chocimier
  2022-05-22  4:01 ` [PR PATCH] [Updated] " kwshi
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Chocimier @ 2022-05-18 19:45 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/30524#issuecomment-1130466428

Comment:
This is nice. Do you still use Void? Would you update to current 1.8.0?

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

* Re: [PR PATCH] [Updated] New package: litecli-1.6.0
  2021-04-26 20:15 [PR PATCH] New package: litecli-1.6.0 kwshi
                   ` (6 preceding siblings ...)
  2022-05-18 19:45 ` Chocimier
@ 2022-05-22  4:01 ` kwshi
  2022-05-22  4:03 ` kwshi
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: kwshi @ 2022-05-22  4:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kwshi/void-packages litecli
https://github.com/void-linux/void-packages/pull/30524

New package: litecli-1.6.0
- [x] meets quality requirements
- [x] I tested it briefly and it works w/o error

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

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

From 3ee30d87c8e048c8ca919513998d4db035451002 Mon Sep 17 00:00:00 2001
From: Kye Shi <shi.kye@gmail.com>
Date: Mon, 26 Apr 2021 13:14:58 -0700
Subject: [PATCH] New package: litecli-1.8.0

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

diff --git a/srcpkgs/litecli/template b/srcpkgs/litecli/template
new file mode 100644
index 000000000000..a2b108e11ed7
--- /dev/null
+++ b/srcpkgs/litecli/template
@@ -0,0 +1,19 @@
+# Template file for 'litecli'
+pkgname=litecli
+version=1.8.0
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-click python3-Pygments python3-prompt_toolkit python3-sqlparse python3-configobj python3-cli_helpers"
+checkdepends="python3-pip python3-wheel"
+short_desc="CLI for SQLite Databases with auto-completion and syntax highlighting"
+maintainer="Kye Shi <shi.kye@gmail.com>"
+license="BSD-3-Clause"
+homepage="https://litecli.com"
+distfiles="https://github.com/dbcli/${pkgname}/archive/refs/tags/v${version}.tar.gz"
+checksum='83d55a741aa9d11ff853662e424d205b9f919bfe3ef7233a1f74a7f92075b802'
+
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: litecli-1.6.0
  2021-04-26 20:15 [PR PATCH] New package: litecli-1.6.0 kwshi
                   ` (7 preceding siblings ...)
  2022-05-22  4:01 ` [PR PATCH] [Updated] " kwshi
@ 2022-05-22  4:03 ` kwshi
  2022-05-22  4:03 ` [PR PATCH] [Updated] " kwshi
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: kwshi @ 2022-05-22  4:03 UTC (permalink / raw)
  To: ml

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

New comment by kwshi on void-packages repository

https://github.com/void-linux/void-packages/pull/30524#issuecomment-1133813679

Comment:
@Chocimier I do still use Void, and I'm still loving it!  (Though I haven't used litecli in a while, so I haven't been keeping this updated/testing the newer versions.)  Just updated the PR template to 1.8.0.

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

* Re: [PR PATCH] [Updated] New package: litecli-1.6.0
  2021-04-26 20:15 [PR PATCH] New package: litecli-1.6.0 kwshi
                   ` (8 preceding siblings ...)
  2022-05-22  4:03 ` kwshi
@ 2022-05-22  4:03 ` kwshi
  2022-05-30 18:15 ` [PR PATCH] [Updated] New package: litecli-1.8.0 Chocimier
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: kwshi @ 2022-05-22  4:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kwshi/void-packages litecli
https://github.com/void-linux/void-packages/pull/30524

New package: litecli-1.6.0
- [x] meets quality requirements
- [x] I tested it briefly and it works w/o error

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

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

From cf5d0a8cffe2538b2814d809ee9473d4b6f9bfa8 Mon Sep 17 00:00:00 2001
From: Kye Shi <shi.kye@gmail.com>
Date: Mon, 26 Apr 2021 13:14:58 -0700
Subject: [PATCH] New package: litecli-1.8.0

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

diff --git a/srcpkgs/litecli/template b/srcpkgs/litecli/template
new file mode 100644
index 000000000000..a2b108e11ed7
--- /dev/null
+++ b/srcpkgs/litecli/template
@@ -0,0 +1,19 @@
+# Template file for 'litecli'
+pkgname=litecli
+version=1.8.0
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-click python3-Pygments python3-prompt_toolkit python3-sqlparse python3-configobj python3-cli_helpers"
+checkdepends="python3-pip python3-wheel"
+short_desc="CLI for SQLite Databases with auto-completion and syntax highlighting"
+maintainer="Kye Shi <shi.kye@gmail.com>"
+license="BSD-3-Clause"
+homepage="https://litecli.com"
+distfiles="https://github.com/dbcli/${pkgname}/archive/refs/tags/v${version}.tar.gz"
+checksum='83d55a741aa9d11ff853662e424d205b9f919bfe3ef7233a1f74a7f92075b802'
+
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: litecli-1.8.0
  2021-04-26 20:15 [PR PATCH] New package: litecli-1.6.0 kwshi
                   ` (9 preceding siblings ...)
  2022-05-22  4:03 ` [PR PATCH] [Updated] " kwshi
@ 2022-05-30 18:15 ` Chocimier
  2022-05-30 18:15 ` Chocimier
  2022-05-30 18:18 ` [PR PATCH] [Merged]: " Chocimier
  12 siblings, 0 replies; 14+ messages in thread
From: Chocimier @ 2022-05-30 18:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kwshi/void-packages litecli
https://github.com/void-linux/void-packages/pull/30524

New package: litecli-1.8.0
- [x] meets quality requirements
- [x] I tested it briefly and it works w/o error

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

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

From fa6d1c3b0006b8791fde0f7d551a78ed0c2b3d38 Mon Sep 17 00:00:00 2001
From: Kye Shi <shi.kye@gmail.com>
Date: Mon, 26 Apr 2021 13:14:58 -0700
Subject: [PATCH] New package: litecli-1.8.0

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

diff --git a/srcpkgs/litecli/template b/srcpkgs/litecli/template
new file mode 100644
index 000000000000..a2b108e11ed7
--- /dev/null
+++ b/srcpkgs/litecli/template
@@ -0,0 +1,19 @@
+# Template file for 'litecli'
+pkgname=litecli
+version=1.8.0
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-click python3-Pygments python3-prompt_toolkit python3-sqlparse python3-configobj python3-cli_helpers"
+checkdepends="python3-pip python3-wheel"
+short_desc="CLI for SQLite Databases with auto-completion and syntax highlighting"
+maintainer="Kye Shi <shi.kye@gmail.com>"
+license="BSD-3-Clause"
+homepage="https://litecli.com"
+distfiles="https://github.com/dbcli/${pkgname}/archive/refs/tags/v${version}.tar.gz"
+checksum='83d55a741aa9d11ff853662e424d205b9f919bfe3ef7233a1f74a7f92075b802'
+
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: litecli-1.8.0
  2021-04-26 20:15 [PR PATCH] New package: litecli-1.6.0 kwshi
                   ` (10 preceding siblings ...)
  2022-05-30 18:15 ` [PR PATCH] [Updated] New package: litecli-1.8.0 Chocimier
@ 2022-05-30 18:15 ` Chocimier
  2022-05-30 18:18 ` [PR PATCH] [Merged]: " Chocimier
  12 siblings, 0 replies; 14+ messages in thread
From: Chocimier @ 2022-05-30 18:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kwshi/void-packages litecli
https://github.com/void-linux/void-packages/pull/30524

New package: litecli-1.8.0
- [x] meets quality requirements
- [x] I tested it briefly and it works w/o error

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

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

From f39bd7c99da0d42a0ca266acdfa67fc2771f5dfa Mon Sep 17 00:00:00 2001
From: Kye Shi <shi.kye@gmail.com>
Date: Mon, 26 Apr 2021 13:14:58 -0700
Subject: [PATCH] New package: litecli-1.8.0

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

diff --git a/srcpkgs/litecli/template b/srcpkgs/litecli/template
new file mode 100644
index 000000000000..015bce6f9b8b
--- /dev/null
+++ b/srcpkgs/litecli/template
@@ -0,0 +1,19 @@
+# Template file for 'litecli'
+pkgname=litecli
+version=1.8.0
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-click python3-Pygments python3-prompt_toolkit python3-sqlparse python3-configobj python3-cli_helpers"
+checkdepends="${depends} python3-pytest python3-mock"
+short_desc="CLI for SQLite Databases with auto-completion and syntax highlighting"
+maintainer="Kye Shi <shi.kye@gmail.com>"
+license="BSD-3-Clause"
+homepage="https://litecli.com"
+distfiles="https://github.com/dbcli/litecli/archive/refs/tags/v${version}.tar.gz"
+checksum=83d55a741aa9d11ff853662e424d205b9f919bfe3ef7233a1f74a7f92075b802
+
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Merged]: New package: litecli-1.8.0
  2021-04-26 20:15 [PR PATCH] New package: litecli-1.6.0 kwshi
                   ` (11 preceding siblings ...)
  2022-05-30 18:15 ` Chocimier
@ 2022-05-30 18:18 ` Chocimier
  12 siblings, 0 replies; 14+ messages in thread
From: Chocimier @ 2022-05-30 18:18 UTC (permalink / raw)
  To: ml

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

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

New package: litecli-1.8.0
https://github.com/void-linux/void-packages/pull/30524

Description:
- [x] meets quality requirements
- [x] I tested it briefly and it works w/o error

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

end of thread, other threads:[~2022-05-30 18:18 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-26 20:15 [PR PATCH] New package: litecli-1.6.0 kwshi
2021-04-26 21:04 ` [PR PATCH] [Updated] " kwshi
2021-04-26 21:45 ` kwshi
2021-04-26 21:56 ` kwshi
2021-04-26 21:59 ` kwshi
2021-04-27 22:18 ` kwshi
2022-05-18  2:09 ` github-actions
2022-05-18 19:45 ` Chocimier
2022-05-22  4:01 ` [PR PATCH] [Updated] " kwshi
2022-05-22  4:03 ` kwshi
2022-05-22  4:03 ` [PR PATCH] [Updated] " kwshi
2022-05-30 18:15 ` [PR PATCH] [Updated] New package: litecli-1.8.0 Chocimier
2022-05-30 18:15 ` Chocimier
2022-05-30 18:18 ` [PR PATCH] [Merged]: " Chocimier

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