Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New Package: lieer-1.6
@ 2024-01-09 15:37 mbsmith
  2024-01-09 16:22 ` [PR PATCH] [Updated] " mbsmith
  2024-01-22 17:22 ` [PR PATCH] [Closed]: " mbsmith
  0 siblings, 2 replies; 3+ messages in thread
From: mbsmith @ 2024-01-09 15:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mbsmith/void-packages new_package_lieer
https://github.com/void-linux/void-packages/pull/48138

New Package: lieer-1.6
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (glibc)



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

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

From 40fc4d1ad7d2dcad8d69596711f1c89603893106 Mon Sep 17 00:00:00 2001
From: mbsmith <xulfer@cheapbsd.net>
Date: Tue, 9 Jan 2024 09:23:27 -0600
Subject: [PATCH] New Package: lieer-1.6

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

diff --git a/srcpkgs/lieer/template b/srcpkgs/lieer/template
new file mode 100644
index 0000000000000..5cb03af5a1224
--- /dev/null
+++ b/srcpkgs/lieer/template
@@ -0,0 +1,18 @@
+# Template file for 'lieer'
+pkgname=lieer
+version=1.6
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-google-auth-oauthlib python3-google-api-python-client
+ python3-tqdm python3-notmuch2"
+short_desc="Fast fetch and two-way tag synchronization between notmuch and GMail"
+maintainer="Micheal Smith <xulfer@cheapbsd.net>"
+license="GPL-3.0-or-later"
+homepage="http://lieer.gaute.vetsj.com"
+distfiles="https://github.com/gauteh/lieer/archive/refs/tags/v${version}.tar.gz"
+checksum=f6afd4e167f4fe7873bd53ff7549495e4d5cbb38c563eebff036403e3879413a
+
+post_install() {
+	vbin gmi
+}

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

* Re: [PR PATCH] [Updated] New Package: lieer-1.6
  2024-01-09 15:37 [PR PATCH] New Package: lieer-1.6 mbsmith
@ 2024-01-09 16:22 ` mbsmith
  2024-01-22 17:22 ` [PR PATCH] [Closed]: " mbsmith
  1 sibling, 0 replies; 3+ messages in thread
From: mbsmith @ 2024-01-09 16:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mbsmith/void-packages new_package_lieer
https://github.com/void-linux/void-packages/pull/48138

New Package: lieer-1.6
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (glibc)



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

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

From 5abcf86878874f90fe2de3ff9751175352b7b5e7 Mon Sep 17 00:00:00 2001
From: mbsmith <xulfer@cheapbsd.net>
Date: Tue, 9 Jan 2024 09:23:27 -0600
Subject: [PATCH] New Package: lieer-1.6

Fix some check issues.
---
 srcpkgs/lieer/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/lieer/template

diff --git a/srcpkgs/lieer/template b/srcpkgs/lieer/template
new file mode 100644
index 0000000000000..e4e4516dbe8b6
--- /dev/null
+++ b/srcpkgs/lieer/template
@@ -0,0 +1,19 @@
+# Template file for 'lieer'
+pkgname=lieer
+version=1.6
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-google-auth-oauthlib python3-google-api-python-client
+ python3-tqdm python3-notmuch2"
+checkdepends="${depends} python3-pip python3-pytest-xdist python3-cffi"
+short_desc="Fast fetch and two-way tag synchronization between notmuch and GMail"
+maintainer="Micheal Smith <xulfer@cheapbsd.net>"
+license="GPL-3.0-or-later"
+homepage="http://lieer.gaute.vetsj.com"
+distfiles="https://github.com/gauteh/lieer/archive/refs/tags/v${version}.tar.gz"
+checksum=f6afd4e167f4fe7873bd53ff7549495e4d5cbb38c563eebff036403e3879413a
+
+post_install() {
+	vbin gmi
+}

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

* Re: [PR PATCH] [Closed]: New Package: lieer-1.6
  2024-01-09 15:37 [PR PATCH] New Package: lieer-1.6 mbsmith
  2024-01-09 16:22 ` [PR PATCH] [Updated] " mbsmith
@ 2024-01-22 17:22 ` mbsmith
  1 sibling, 0 replies; 3+ messages in thread
From: mbsmith @ 2024-01-22 17:22 UTC (permalink / raw)
  To: ml

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

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

New Package: lieer-1.6
https://github.com/void-linux/void-packages/pull/48138

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (glibc)



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

end of thread, other threads:[~2024-01-22 17:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-09 15:37 [PR PATCH] New Package: lieer-1.6 mbsmith
2024-01-09 16:22 ` [PR PATCH] [Updated] " mbsmith
2024-01-22 17:22 ` [PR PATCH] [Closed]: " mbsmith

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