Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: offpunk-1.5
@ 2022-08-28 12:52 Felecarpp
  2022-08-28 12:56 ` classabbyamp
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: Felecarpp @ 2022-08-28 12:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Felecarpp/void-packages master
https://github.com/void-linux/void-packages/pull/38960

New package: offpunk-1.5
<!-- 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.
-->



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

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

From c29bf6c465e0daf13b0553e4d0a98d7f2adaefbb Mon Sep 17 00:00:00 2001
From: Felecarp <felecarp@tuta.io>
Date: Fri, 5 Aug 2022 12:45:36 +0200
Subject: [PATCH 1/3] New package: offpunk-1.5

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

diff --git a/srcpkgs/offpunk/template b/srcpkgs/offpunk/template
new file mode 100644
index 000000000000..09e6e5b630ad
--- /dev/null
+++ b/srcpkgs/offpunk/template
@@ -0,0 +1,14 @@
+# Template file for 'offpunk'
+pkgname=offpunk
+version=1.5
+revision=1
+wrksrc=${pkgname}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="less file xdg-utils python3-cryptography"
+short_desc="Command line gemini client"
+maintainer="Felecarp <felecarp@tuta.io>"
+license="BSD-2-Clause"
+homepage="https://notabug.org/ploum/offpunk"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=2d775af28397c6987d5c84b2f529b69f3c332dc46f2f4992620d86d80377392b

From 01af654cd69f1385fd1e519059e5d54706ae3f56 Mon Sep 17 00:00:00 2001
From: Felecarp <felecarp@tuta.io>
Date: Sun, 28 Aug 2022 14:15:26 +0200
Subject: [PATCH 2/3] New package: offpunk-full-1.5

---
 srcpkgs/offpunk-full/template | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 srcpkgs/offpunk-full/template

diff --git a/srcpkgs/offpunk-full/template b/srcpkgs/offpunk-full/template
new file mode 100644
index 000000000000..68eb82336dd2
--- /dev/null
+++ b/srcpkgs/offpunk-full/template
@@ -0,0 +1,10 @@
+# Template file for 'offpunk-full'
+pkgname=offpunk-full
+version=1.5
+revision=1
+build_style=meta
+depends="offpunk offpunk-web xsel python3-setproctitle"
+short_desc="Offpunk optional dependencies meta-package"
+maintainer="Felecarp <felecarp@tuta.io>"
+license="Public Domain"
+homepage="https://notabug.org/ploum/offpunk"

From 61cf7401c8598f5e35d98a83838b9d013141a606 Mon Sep 17 00:00:00 2001
From: Felecarp <felecarp@tuta.io>
Date: Sun, 28 Aug 2022 14:15:09 +0200
Subject: [PATCH 3/3] New package: offpunk-web-1.5

---
 srcpkgs/offpunk-web/template | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 srcpkgs/offpunk-web/template

diff --git a/srcpkgs/offpunk-web/template b/srcpkgs/offpunk-web/template
new file mode 100644
index 000000000000..bcd8972d8f95
--- /dev/null
+++ b/srcpkgs/offpunk-web/template
@@ -0,0 +1,10 @@
+# Template file for 'offpunk-web'
+pkgname=offpunk-web
+version=1.5
+revision=1
+build_style=meta
+depends="offpunk python3-requests python3-readability-lxml python3-feedparser chafa timg"
+short_desc="Offpunk web browsing meta-package"
+maintainer="Felecarp <felecarp@tuta.io>"
+license="Public Domain"
+homepage="https://notabug.org/ploum/offpunk"

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

* Re: New package: offpunk-1.5
  2022-08-28 12:52 [PR PATCH] New package: offpunk-1.5 Felecarpp
@ 2022-08-28 12:56 ` classabbyamp
  2022-08-28 13:01 ` Felecarpp
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 12+ messages in thread
From: classabbyamp @ 2022-08-28 12:56 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38960#issuecomment-1229451711

Comment:
not sure if those meta-packages fit with void's packaging style. if anything, they should be subpackages of the main one

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

* Re: New package: offpunk-1.5
  2022-08-28 12:52 [PR PATCH] New package: offpunk-1.5 Felecarpp
  2022-08-28 12:56 ` classabbyamp
@ 2022-08-28 13:01 ` Felecarpp
  2022-08-28 13:27 ` [PR PATCH] [Updated] " Felecarpp
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 12+ messages in thread
From: Felecarpp @ 2022-08-28 13:01 UTC (permalink / raw)
  To: ml

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

New comment by Felecarpp on void-packages repository

https://github.com/void-linux/void-packages/pull/38960#issuecomment-1229452853

Comment:
Ok, I will rewrite it using subpackages. 

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

* Re: [PR PATCH] [Updated] New package: offpunk-1.5
  2022-08-28 12:52 [PR PATCH] New package: offpunk-1.5 Felecarpp
  2022-08-28 12:56 ` classabbyamp
  2022-08-28 13:01 ` Felecarpp
@ 2022-08-28 13:27 ` Felecarpp
  2022-09-06 14:47 ` Felecarpp
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 12+ messages in thread
From: Felecarpp @ 2022-08-28 13:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Felecarpp/void-packages master
https://github.com/void-linux/void-packages/pull/38960

New package: offpunk-1.5
<!-- 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.
-->



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

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

From c29bf6c465e0daf13b0553e4d0a98d7f2adaefbb Mon Sep 17 00:00:00 2001
From: Felecarp <felecarp@tuta.io>
Date: Fri, 5 Aug 2022 12:45:36 +0200
Subject: [PATCH 1/4] New package: offpunk-1.5

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

diff --git a/srcpkgs/offpunk/template b/srcpkgs/offpunk/template
new file mode 100644
index 000000000000..09e6e5b630ad
--- /dev/null
+++ b/srcpkgs/offpunk/template
@@ -0,0 +1,14 @@
+# Template file for 'offpunk'
+pkgname=offpunk
+version=1.5
+revision=1
+wrksrc=${pkgname}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="less file xdg-utils python3-cryptography"
+short_desc="Command line gemini client"
+maintainer="Felecarp <felecarp@tuta.io>"
+license="BSD-2-Clause"
+homepage="https://notabug.org/ploum/offpunk"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=2d775af28397c6987d5c84b2f529b69f3c332dc46f2f4992620d86d80377392b

From 01af654cd69f1385fd1e519059e5d54706ae3f56 Mon Sep 17 00:00:00 2001
From: Felecarp <felecarp@tuta.io>
Date: Sun, 28 Aug 2022 14:15:26 +0200
Subject: [PATCH 2/4] New package: offpunk-full-1.5

---
 srcpkgs/offpunk-full/template | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 srcpkgs/offpunk-full/template

diff --git a/srcpkgs/offpunk-full/template b/srcpkgs/offpunk-full/template
new file mode 100644
index 000000000000..68eb82336dd2
--- /dev/null
+++ b/srcpkgs/offpunk-full/template
@@ -0,0 +1,10 @@
+# Template file for 'offpunk-full'
+pkgname=offpunk-full
+version=1.5
+revision=1
+build_style=meta
+depends="offpunk offpunk-web xsel python3-setproctitle"
+short_desc="Offpunk optional dependencies meta-package"
+maintainer="Felecarp <felecarp@tuta.io>"
+license="Public Domain"
+homepage="https://notabug.org/ploum/offpunk"

From 61cf7401c8598f5e35d98a83838b9d013141a606 Mon Sep 17 00:00:00 2001
From: Felecarp <felecarp@tuta.io>
Date: Sun, 28 Aug 2022 14:15:09 +0200
Subject: [PATCH 3/4] New package: offpunk-web-1.5

---
 srcpkgs/offpunk-web/template | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 srcpkgs/offpunk-web/template

diff --git a/srcpkgs/offpunk-web/template b/srcpkgs/offpunk-web/template
new file mode 100644
index 000000000000..bcd8972d8f95
--- /dev/null
+++ b/srcpkgs/offpunk-web/template
@@ -0,0 +1,10 @@
+# Template file for 'offpunk-web'
+pkgname=offpunk-web
+version=1.5
+revision=1
+build_style=meta
+depends="offpunk python3-requests python3-readability-lxml python3-feedparser chafa timg"
+short_desc="Offpunk web browsing meta-package"
+maintainer="Felecarp <felecarp@tuta.io>"
+license="Public Domain"
+homepage="https://notabug.org/ploum/offpunk"

From 9d81f271c8a8df272e4f1ece8e10a20dbe0f2ad4 Mon Sep 17 00:00:00 2001
From: Felecarp <felecarp@tuta.io>
Date: Sun, 28 Aug 2022 15:25:57 +0200
Subject: [PATCH 4/4] offpunk: use subpackages

---
 srcpkgs/offpunk-full          |  1 +
 srcpkgs/offpunk-full/template | 10 ----------
 srcpkgs/offpunk-web           |  1 +
 srcpkgs/offpunk-web/template  | 10 ----------
 srcpkgs/offpunk/template      | 12 ++++++++++++
 5 files changed, 14 insertions(+), 20 deletions(-)
 create mode 120000 srcpkgs/offpunk-full
 delete mode 100644 srcpkgs/offpunk-full/template
 create mode 120000 srcpkgs/offpunk-web
 delete mode 100644 srcpkgs/offpunk-web/template

diff --git a/srcpkgs/offpunk-full b/srcpkgs/offpunk-full
new file mode 120000
index 000000000000..53a047af6c36
--- /dev/null
+++ b/srcpkgs/offpunk-full
@@ -0,0 +1 @@
+offpunk
\ No newline at end of file
diff --git a/srcpkgs/offpunk-full/template b/srcpkgs/offpunk-full/template
deleted file mode 100644
index 68eb82336dd2..000000000000
--- a/srcpkgs/offpunk-full/template
+++ /dev/null
@@ -1,10 +0,0 @@
-# Template file for 'offpunk-full'
-pkgname=offpunk-full
-version=1.5
-revision=1
-build_style=meta
-depends="offpunk offpunk-web xsel python3-setproctitle"
-short_desc="Offpunk optional dependencies meta-package"
-maintainer="Felecarp <felecarp@tuta.io>"
-license="Public Domain"
-homepage="https://notabug.org/ploum/offpunk"
diff --git a/srcpkgs/offpunk-web b/srcpkgs/offpunk-web
new file mode 120000
index 000000000000..53a047af6c36
--- /dev/null
+++ b/srcpkgs/offpunk-web
@@ -0,0 +1 @@
+offpunk
\ No newline at end of file
diff --git a/srcpkgs/offpunk-web/template b/srcpkgs/offpunk-web/template
deleted file mode 100644
index bcd8972d8f95..000000000000
--- a/srcpkgs/offpunk-web/template
+++ /dev/null
@@ -1,10 +0,0 @@
-# Template file for 'offpunk-web'
-pkgname=offpunk-web
-version=1.5
-revision=1
-build_style=meta
-depends="offpunk python3-requests python3-readability-lxml python3-feedparser chafa timg"
-short_desc="Offpunk web browsing meta-package"
-maintainer="Felecarp <felecarp@tuta.io>"
-license="Public Domain"
-homepage="https://notabug.org/ploum/offpunk"
diff --git a/srcpkgs/offpunk/template b/srcpkgs/offpunk/template
index 09e6e5b630ad..f9cb034cf75f 100644
--- a/srcpkgs/offpunk/template
+++ b/srcpkgs/offpunk/template
@@ -12,3 +12,15 @@ license="BSD-2-Clause"
 homepage="https://notabug.org/ploum/offpunk"
 distfiles="${homepage}/archive/v${version}.tar.gz"
 checksum=2d775af28397c6987d5c84b2f529b69f3c332dc46f2f4992620d86d80377392b
+
+offpunk-web_package() {
+	short_desc+ " - web browsing enabled"
+	build_style=meta
+	depends="less file xdg-utils python3-cryptography python3-requests python3-readability-lxml python3-feedparser chafa timg"
+}
+
+offpunk-full_package() {
+	short_desc+=" - all optional dependencies included"
+	build_style=meta
+	depends="less file xdg-utils python3-cryptography python3-requests python3-readability-lxml python3-feedparser chafa timg xsel python3-setproctitle"
+}

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

* Re: [PR PATCH] [Updated] New package: offpunk-1.5
  2022-08-28 12:52 [PR PATCH] New package: offpunk-1.5 Felecarpp
                   ` (2 preceding siblings ...)
  2022-08-28 13:27 ` [PR PATCH] [Updated] " Felecarpp
@ 2022-09-06 14:47 ` Felecarpp
  2022-09-06 14:49 ` [PR PATCH] [Closed]: " Felecarpp
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 12+ messages in thread
From: Felecarpp @ 2022-09-06 14:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Felecarpp/void-packages master
https://github.com/void-linux/void-packages/pull/38960

New package: offpunk-1.5
<!-- 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.
-->



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

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

From c29bf6c465e0daf13b0553e4d0a98d7f2adaefbb Mon Sep 17 00:00:00 2001
From: Felecarp <felecarp@tuta.io>
Date: Fri, 5 Aug 2022 12:45:36 +0200
Subject: [PATCH 1/5] New package: offpunk-1.5

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

diff --git a/srcpkgs/offpunk/template b/srcpkgs/offpunk/template
new file mode 100644
index 000000000000..09e6e5b630ad
--- /dev/null
+++ b/srcpkgs/offpunk/template
@@ -0,0 +1,14 @@
+# Template file for 'offpunk'
+pkgname=offpunk
+version=1.5
+revision=1
+wrksrc=${pkgname}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="less file xdg-utils python3-cryptography"
+short_desc="Command line gemini client"
+maintainer="Felecarp <felecarp@tuta.io>"
+license="BSD-2-Clause"
+homepage="https://notabug.org/ploum/offpunk"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=2d775af28397c6987d5c84b2f529b69f3c332dc46f2f4992620d86d80377392b

From 01af654cd69f1385fd1e519059e5d54706ae3f56 Mon Sep 17 00:00:00 2001
From: Felecarp <felecarp@tuta.io>
Date: Sun, 28 Aug 2022 14:15:26 +0200
Subject: [PATCH 2/5] New package: offpunk-full-1.5

---
 srcpkgs/offpunk-full/template | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 srcpkgs/offpunk-full/template

diff --git a/srcpkgs/offpunk-full/template b/srcpkgs/offpunk-full/template
new file mode 100644
index 000000000000..68eb82336dd2
--- /dev/null
+++ b/srcpkgs/offpunk-full/template
@@ -0,0 +1,10 @@
+# Template file for 'offpunk-full'
+pkgname=offpunk-full
+version=1.5
+revision=1
+build_style=meta
+depends="offpunk offpunk-web xsel python3-setproctitle"
+short_desc="Offpunk optional dependencies meta-package"
+maintainer="Felecarp <felecarp@tuta.io>"
+license="Public Domain"
+homepage="https://notabug.org/ploum/offpunk"

From 61cf7401c8598f5e35d98a83838b9d013141a606 Mon Sep 17 00:00:00 2001
From: Felecarp <felecarp@tuta.io>
Date: Sun, 28 Aug 2022 14:15:09 +0200
Subject: [PATCH 3/5] New package: offpunk-web-1.5

---
 srcpkgs/offpunk-web/template | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 srcpkgs/offpunk-web/template

diff --git a/srcpkgs/offpunk-web/template b/srcpkgs/offpunk-web/template
new file mode 100644
index 000000000000..bcd8972d8f95
--- /dev/null
+++ b/srcpkgs/offpunk-web/template
@@ -0,0 +1,10 @@
+# Template file for 'offpunk-web'
+pkgname=offpunk-web
+version=1.5
+revision=1
+build_style=meta
+depends="offpunk python3-requests python3-readability-lxml python3-feedparser chafa timg"
+short_desc="Offpunk web browsing meta-package"
+maintainer="Felecarp <felecarp@tuta.io>"
+license="Public Domain"
+homepage="https://notabug.org/ploum/offpunk"

From 9d81f271c8a8df272e4f1ece8e10a20dbe0f2ad4 Mon Sep 17 00:00:00 2001
From: Felecarp <felecarp@tuta.io>
Date: Sun, 28 Aug 2022 15:25:57 +0200
Subject: [PATCH 4/5] offpunk: use subpackages

---
 srcpkgs/offpunk-full          |  1 +
 srcpkgs/offpunk-full/template | 10 ----------
 srcpkgs/offpunk-web           |  1 +
 srcpkgs/offpunk-web/template  | 10 ----------
 srcpkgs/offpunk/template      | 12 ++++++++++++
 5 files changed, 14 insertions(+), 20 deletions(-)
 create mode 120000 srcpkgs/offpunk-full
 delete mode 100644 srcpkgs/offpunk-full/template
 create mode 120000 srcpkgs/offpunk-web
 delete mode 100644 srcpkgs/offpunk-web/template

diff --git a/srcpkgs/offpunk-full b/srcpkgs/offpunk-full
new file mode 120000
index 000000000000..53a047af6c36
--- /dev/null
+++ b/srcpkgs/offpunk-full
@@ -0,0 +1 @@
+offpunk
\ No newline at end of file
diff --git a/srcpkgs/offpunk-full/template b/srcpkgs/offpunk-full/template
deleted file mode 100644
index 68eb82336dd2..000000000000
--- a/srcpkgs/offpunk-full/template
+++ /dev/null
@@ -1,10 +0,0 @@
-# Template file for 'offpunk-full'
-pkgname=offpunk-full
-version=1.5
-revision=1
-build_style=meta
-depends="offpunk offpunk-web xsel python3-setproctitle"
-short_desc="Offpunk optional dependencies meta-package"
-maintainer="Felecarp <felecarp@tuta.io>"
-license="Public Domain"
-homepage="https://notabug.org/ploum/offpunk"
diff --git a/srcpkgs/offpunk-web b/srcpkgs/offpunk-web
new file mode 120000
index 000000000000..53a047af6c36
--- /dev/null
+++ b/srcpkgs/offpunk-web
@@ -0,0 +1 @@
+offpunk
\ No newline at end of file
diff --git a/srcpkgs/offpunk-web/template b/srcpkgs/offpunk-web/template
deleted file mode 100644
index bcd8972d8f95..000000000000
--- a/srcpkgs/offpunk-web/template
+++ /dev/null
@@ -1,10 +0,0 @@
-# Template file for 'offpunk-web'
-pkgname=offpunk-web
-version=1.5
-revision=1
-build_style=meta
-depends="offpunk python3-requests python3-readability-lxml python3-feedparser chafa timg"
-short_desc="Offpunk web browsing meta-package"
-maintainer="Felecarp <felecarp@tuta.io>"
-license="Public Domain"
-homepage="https://notabug.org/ploum/offpunk"
diff --git a/srcpkgs/offpunk/template b/srcpkgs/offpunk/template
index 09e6e5b630ad..f9cb034cf75f 100644
--- a/srcpkgs/offpunk/template
+++ b/srcpkgs/offpunk/template
@@ -12,3 +12,15 @@ license="BSD-2-Clause"
 homepage="https://notabug.org/ploum/offpunk"
 distfiles="${homepage}/archive/v${version}.tar.gz"
 checksum=2d775af28397c6987d5c84b2f529b69f3c332dc46f2f4992620d86d80377392b
+
+offpunk-web_package() {
+	short_desc+ " - web browsing enabled"
+	build_style=meta
+	depends="less file xdg-utils python3-cryptography python3-requests python3-readability-lxml python3-feedparser chafa timg"
+}
+
+offpunk-full_package() {
+	short_desc+=" - all optional dependencies included"
+	build_style=meta
+	depends="less file xdg-utils python3-cryptography python3-requests python3-readability-lxml python3-feedparser chafa timg xsel python3-setproctitle"
+}

From f0d73ddc2ca75b267028b2b501d92c83525fd8bf Mon Sep 17 00:00:00 2001
From: Alban LETAILLANDIER <let.al@tuta.io>
Date: Tue, 6 Sep 2022 16:45:28 +0200
Subject: [PATCH 5/5] offpunk: fix fallen offpunk dependency in offpunk-web and
 offpunk-full

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

diff --git a/srcpkgs/offpunk/template b/srcpkgs/offpunk/template
index f9cb034cf75f..ba6dc42749be 100644
--- a/srcpkgs/offpunk/template
+++ b/srcpkgs/offpunk/template
@@ -16,11 +16,11 @@ checksum=2d775af28397c6987d5c84b2f529b69f3c332dc46f2f4992620d86d80377392b
 offpunk-web_package() {
 	short_desc+ " - web browsing enabled"
 	build_style=meta
-	depends="less file xdg-utils python3-cryptography python3-requests python3-readability-lxml python3-feedparser chafa timg"
+	depends="offpunk less file xdg-utils python3-cryptography python3-requests python3-readability-lxml python3-feedparser chafa timg"
 }
 
 offpunk-full_package() {
 	short_desc+=" - all optional dependencies included"
 	build_style=meta
-	depends="less file xdg-utils python3-cryptography python3-requests python3-readability-lxml python3-feedparser chafa timg xsel python3-setproctitle"
+	depends="offpunk less file xdg-utils python3-cryptography python3-requests python3-readability-lxml python3-feedparser chafa timg xsel python3-setproctitle"
 }

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

* Re: [PR PATCH] [Closed]: New package: offpunk-1.5
  2022-08-28 12:52 [PR PATCH] New package: offpunk-1.5 Felecarpp
                   ` (3 preceding siblings ...)
  2022-09-06 14:47 ` Felecarpp
@ 2022-09-06 14:49 ` Felecarpp
  2022-09-06 15:26 ` Felecarpp
  2022-09-06 15:56 ` classabbyamp
  6 siblings, 0 replies; 12+ messages in thread
From: Felecarpp @ 2022-09-06 14:49 UTC (permalink / raw)
  To: ml

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

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

New package: offpunk-1.5
https://github.com/void-linux/void-packages/pull/38960

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



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

* Re: New package: offpunk-1.5
  2022-08-28 12:52 [PR PATCH] New package: offpunk-1.5 Felecarpp
                   ` (4 preceding siblings ...)
  2022-09-06 14:49 ` [PR PATCH] [Closed]: " Felecarpp
@ 2022-09-06 15:26 ` Felecarpp
  2022-09-06 15:56 ` classabbyamp
  6 siblings, 0 replies; 12+ messages in thread
From: Felecarpp @ 2022-09-06 15:26 UTC (permalink / raw)
  To: ml

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

New comment by Felecarpp on void-packages repository

https://github.com/void-linux/void-packages/pull/38960#issuecomment-1238307189

Comment:
Please delete this PR, I will create a new one with up to date master branch and a single clean commit. 

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

* Re: New package: offpunk-1.5
  2022-08-28 12:52 [PR PATCH] New package: offpunk-1.5 Felecarpp
                   ` (5 preceding siblings ...)
  2022-09-06 15:26 ` Felecarpp
@ 2022-09-06 15:56 ` classabbyamp
  6 siblings, 0 replies; 12+ messages in thread
From: classabbyamp @ 2022-09-06 15:56 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38960#issuecomment-1238344757

Comment:
next time, just rebase/squash and force-push. see CONTRIBUTING.md for details

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

* Re: [PR PATCH] [Updated] New package: offpunk-1.5
  2022-09-06 15:40 [PR PATCH] " Felecarpp
                   ` (2 preceding siblings ...)
  2022-09-06 18:38 ` Felecarpp
@ 2022-09-06 18:50 ` Felecarpp
  3 siblings, 0 replies; 12+ messages in thread
From: Felecarpp @ 2022-09-06 18:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Felecarpp/void-packages master
https://github.com/void-linux/void-packages/pull/39133

New package: offpunk-1.5
<!-- 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, (ARCH-LIBC)
- 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/39133.patch is attached

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

From 679f25fb3e1f0870054b2e16e210517ec65b4c95 Mon Sep 17 00:00:00 2001
From: Felecarp <felecarp@tuta.io>
Date: Tue, 6 Sep 2022 17:38:28 +0200
Subject: [PATCH] New package: offpunk-1.5

---
 srcpkgs/offpunk-full     |  1 +
 srcpkgs/offpunk-web      |  1 +
 srcpkgs/offpunk/template | 31 +++++++++++++++++++++++++++++++
 3 files changed, 33 insertions(+)
 create mode 120000 srcpkgs/offpunk-full
 create mode 120000 srcpkgs/offpunk-web
 create mode 100644 srcpkgs/offpunk/template

diff --git a/srcpkgs/offpunk-full b/srcpkgs/offpunk-full
new file mode 120000
index 000000000000..53a047af6c36
--- /dev/null
+++ b/srcpkgs/offpunk-full
@@ -0,0 +1 @@
+offpunk
\ No newline at end of file
diff --git a/srcpkgs/offpunk-web b/srcpkgs/offpunk-web
new file mode 120000
index 000000000000..53a047af6c36
--- /dev/null
+++ b/srcpkgs/offpunk-web
@@ -0,0 +1 @@
+offpunk
\ No newline at end of file
diff --git a/srcpkgs/offpunk/template b/srcpkgs/offpunk/template
new file mode 100644
index 000000000000..9cec225db939
--- /dev/null
+++ b/srcpkgs/offpunk/template
@@ -0,0 +1,31 @@
+# Template file for 'offpunk'
+pkgname=offpunk
+version=1.5
+revision=1
+wrksrc=${pkgname}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="less file xdg-utils python3-cryptography"
+short_desc="Command line gemini client"
+maintainer="Felecarp <felecarp@tuta.io>"
+license="BSD-2-Clause"
+homepage="https://notabug.org/ploum/offpunk"
+changelog="https://notabug.org/ploum/offpunk/raw/master/CHANGELOG"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=2d775af28397c6987d5c84b2f529b69f3c332dc46f2f4992620d86d80377392b
+
+post_install() {
+	vlicense LICENSE
+}
+
+offpunk-web_package() {
+	short_desc+ " - web browsing enabled"
+	build_style=meta
+	depends="offpunk python3-requests python3-readability-lxml python3-feedparser chafa timg"
+}
+
+offpunk-full_package() {
+	short_desc+=" - all optional dependencies included"
+	build_style=meta
+	depends="offpunk-web xsel python3-setproctitle"
+}

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

* Re: [PR PATCH] [Updated] New package: offpunk-1.5
  2022-09-06 15:40 [PR PATCH] " Felecarpp
  2022-09-06 17:34 ` [PR PATCH] [Updated] " Felecarpp
  2022-09-06 17:38 ` Felecarpp
@ 2022-09-06 18:38 ` Felecarpp
  2022-09-06 18:50 ` Felecarpp
  3 siblings, 0 replies; 12+ messages in thread
From: Felecarpp @ 2022-09-06 18:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Felecarpp/void-packages master
https://github.com/void-linux/void-packages/pull/39133

New package: offpunk-1.5
<!-- 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, (ARCH-LIBC)
- 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/39133.patch is attached

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

From 0c2314dd38a79819ebe2e229caf008fb18a8a407 Mon Sep 17 00:00:00 2001
From: Felecarp <felecarp@tuta.io>
Date: Tue, 6 Sep 2022 17:38:28 +0200
Subject: [PATCH] New package: offpunk-1.5

---
 srcpkgs/offpunk-full     |  1 +
 srcpkgs/offpunk-web      |  1 +
 srcpkgs/offpunk/template | 30 ++++++++++++++++++++++++++++++
 3 files changed, 32 insertions(+)
 create mode 120000 srcpkgs/offpunk-full
 create mode 120000 srcpkgs/offpunk-web
 create mode 100644 srcpkgs/offpunk/template

diff --git a/srcpkgs/offpunk-full b/srcpkgs/offpunk-full
new file mode 120000
index 000000000000..53a047af6c36
--- /dev/null
+++ b/srcpkgs/offpunk-full
@@ -0,0 +1 @@
+offpunk
\ No newline at end of file
diff --git a/srcpkgs/offpunk-web b/srcpkgs/offpunk-web
new file mode 120000
index 000000000000..53a047af6c36
--- /dev/null
+++ b/srcpkgs/offpunk-web
@@ -0,0 +1 @@
+offpunk
\ No newline at end of file
diff --git a/srcpkgs/offpunk/template b/srcpkgs/offpunk/template
new file mode 100644
index 000000000000..ccb3ba06b26c
--- /dev/null
+++ b/srcpkgs/offpunk/template
@@ -0,0 +1,30 @@
+# Template file for 'offpunk'
+pkgname=offpunk
+version=1.5
+revision=1
+wrksrc=${pkgname}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="less file xdg-utils python3-cryptography"
+short_desc="Command line gemini client"
+maintainer="Felecarp <felecarp@tuta.io>"
+license="BSD-2-Clause"
+homepage="https://notabug.org/ploum/offpunk"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=2d775af28397c6987d5c84b2f529b69f3c332dc46f2f4992620d86d80377392b
+
+post_install() {
+	vlicense LICENSE
+}
+
+offpunk-web_package() {
+	short_desc+ " - web browsing enabled"
+	build_style=meta
+	depends="offpunk python3-requests python3-readability-lxml python3-feedparser chafa timg"
+}
+
+offpunk-full_package() {
+	short_desc+=" - all optional dependencies included"
+	build_style=meta
+	depends="offpunk-web xsel python3-setproctitle"
+}

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

* Re: [PR PATCH] [Updated] New package: offpunk-1.5
  2022-09-06 15:40 [PR PATCH] " Felecarpp
  2022-09-06 17:34 ` [PR PATCH] [Updated] " Felecarpp
@ 2022-09-06 17:38 ` Felecarpp
  2022-09-06 18:38 ` Felecarpp
  2022-09-06 18:50 ` Felecarpp
  3 siblings, 0 replies; 12+ messages in thread
From: Felecarpp @ 2022-09-06 17:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Felecarpp/void-packages master
https://github.com/void-linux/void-packages/pull/39133

New package: offpunk-1.5
<!-- 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, (ARCH-LIBC)
- 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/39133.patch is attached

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

From 9253d622fbf2b2c081c73b86136a08b00fc8b451 Mon Sep 17 00:00:00 2001
From: Felecarp <felecarp@tuta.io>
Date: Tue, 6 Sep 2022 17:38:28 +0200
Subject: [PATCH] New package: offpunk-1.5

---
 srcpkgs/offpunk-full     |  1 +
 srcpkgs/offpunk-web      |  1 +
 srcpkgs/offpunk/template | 31 +++++++++++++++++++++++++++++++
 3 files changed, 33 insertions(+)
 create mode 120000 srcpkgs/offpunk-full
 create mode 120000 srcpkgs/offpunk-web
 create mode 100644 srcpkgs/offpunk/template

diff --git a/srcpkgs/offpunk-full b/srcpkgs/offpunk-full
new file mode 120000
index 000000000000..53a047af6c36
--- /dev/null
+++ b/srcpkgs/offpunk-full
@@ -0,0 +1 @@
+offpunk
\ No newline at end of file
diff --git a/srcpkgs/offpunk-web b/srcpkgs/offpunk-web
new file mode 120000
index 000000000000..53a047af6c36
--- /dev/null
+++ b/srcpkgs/offpunk-web
@@ -0,0 +1 @@
+offpunk
\ No newline at end of file
diff --git a/srcpkgs/offpunk/template b/srcpkgs/offpunk/template
new file mode 100644
index 000000000000..61c994690652
--- /dev/null
+++ b/srcpkgs/offpunk/template
@@ -0,0 +1,31 @@
+# Template file for 'offpunk'
+pkgname=offpunk
+version=1.5
+revision=1
+wrksrc=${pkgname}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="less file xdg-utils python3-cryptography"
+short_desc="Command line gemini client"
+maintainer="Felecarp <felecarp@tuta.io>"
+license="BSD-2-Clause"
+homepage="https://notabug.org/ploum/offpunk"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=2d775af28397c6987d5c84b2f529b69f3c332dc46f2f4992620d86d80377392b
+
+do_install() {
+	python3 setup.py install --prefix=/usr --root=${DESTDIR} ${make_install_args}
+	vlicense LICENSE
+}
+
+offpunk-web_package() {
+	short_desc+ " - web browsing enabled"
+	build_style=meta
+	depends="offpunk python3-requests python3-readability-lxml python3-feedparser chafa timg"
+}
+
+offpunk-full_package() {
+	short_desc+=" - all optional dependencies included"
+	build_style=meta
+	depends="offpunk-web xsel python3-setproctitle"
+}

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

* Re: [PR PATCH] [Updated] New package: offpunk-1.5
  2022-09-06 15:40 [PR PATCH] " Felecarpp
@ 2022-09-06 17:34 ` Felecarpp
  2022-09-06 17:38 ` Felecarpp
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 12+ messages in thread
From: Felecarpp @ 2022-09-06 17:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Felecarpp/void-packages master
https://github.com/void-linux/void-packages/pull/39133

New package: offpunk-1.5
<!-- 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, (ARCH-LIBC)
- 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/39133.patch is attached

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

From 5b8eb64831bdf1f6a5226a813dcc23f3b1c58e38 Mon Sep 17 00:00:00 2001
From: Felecarp <felecarp@tuta.io>
Date: Tue, 6 Sep 2022 17:38:28 +0200
Subject: [PATCH] New package: offpunk-1.5

---
 srcpkgs/offpunk-full     |  1 +
 srcpkgs/offpunk-web      |  1 +
 srcpkgs/offpunk/template | 31 +++++++++++++++++++++++++++++++
 3 files changed, 33 insertions(+)
 create mode 120000 srcpkgs/offpunk-full
 create mode 120000 srcpkgs/offpunk-web
 create mode 100644 srcpkgs/offpunk/template

diff --git a/srcpkgs/offpunk-full b/srcpkgs/offpunk-full
new file mode 120000
index 000000000000..53a047af6c36
--- /dev/null
+++ b/srcpkgs/offpunk-full
@@ -0,0 +1 @@
+offpunk
\ No newline at end of file
diff --git a/srcpkgs/offpunk-web b/srcpkgs/offpunk-web
new file mode 120000
index 000000000000..53a047af6c36
--- /dev/null
+++ b/srcpkgs/offpunk-web
@@ -0,0 +1 @@
+offpunk
\ No newline at end of file
diff --git a/srcpkgs/offpunk/template b/srcpkgs/offpunk/template
new file mode 100644
index 000000000000..1be053b05d0a
--- /dev/null
+++ b/srcpkgs/offpunk/template
@@ -0,0 +1,31 @@
+# Template file for 'offpunk'
+pkgname=offpunk
+version=1.5
+revision=1
+wrksrc=${pkgname}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="less file xdg-utils python3-cryptography"
+short_desc="Command line gemini client"
+maintainer="Felecarp <felecarp@tuta.io>"
+license="BSD-2-Clause"
+homepage="https://notabug.org/ploum/offpunk"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=2d775af28397c6987d5c84b2f529b69f3c332dc46f2f4992620d86d80377392b
+
+offpunk-web_package() {
+	short_desc+ " - web browsing enabled"
+	build_style=meta
+	depends="offpunk python3-requests python3-readability-lxml python3-feedparser chafa timg"
+}
+
+offpunk-full_package() {
+	short_desc+=" - all optional dependencies included"
+	build_style=meta
+	depends="offpunk-web xsel python3-setproctitle"
+}
+
+do_install() {
+	python3 setup.py install --prefix=/usr --root=${DESTDIR} ${make_install_args}
+	vlicense LICENSE
+}

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

end of thread, other threads:[~2022-09-06 18:50 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-28 12:52 [PR PATCH] New package: offpunk-1.5 Felecarpp
2022-08-28 12:56 ` classabbyamp
2022-08-28 13:01 ` Felecarpp
2022-08-28 13:27 ` [PR PATCH] [Updated] " Felecarpp
2022-09-06 14:47 ` Felecarpp
2022-09-06 14:49 ` [PR PATCH] [Closed]: " Felecarpp
2022-09-06 15:26 ` Felecarpp
2022-09-06 15:56 ` classabbyamp
2022-09-06 15:40 [PR PATCH] " Felecarpp
2022-09-06 17:34 ` [PR PATCH] [Updated] " Felecarpp
2022-09-06 17:38 ` Felecarpp
2022-09-06 18:38 ` Felecarpp
2022-09-06 18:50 ` Felecarpp

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