Github messages for voidlinux
 help / color / mirror / Atom feed
From: Felecarpp <Felecarpp@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: offpunk-1.5
Date: Tue, 06 Sep 2022 19:38:11 +0200	[thread overview]
Message-ID: <20220906173811.AW04FFeF5tY-ZTdMsIlc3TfVRJRi8cCCVFCkfzt8bRc@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-39133@inbox.vuxu.org>

[-- 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"
+}

  parent reply	other threads:[~2022-09-06 17:38 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-06 15:40 [PR PATCH] " Felecarpp
2022-09-06 15:59 ` [PR REVIEW] " classabbyamp
2022-09-06 17:34 ` [PR PATCH] [Updated] " Felecarpp
2022-09-06 17:35 ` [PR REVIEW] " classabbyamp
2022-09-06 17:38 ` Felecarpp [this message]
2022-09-06 18:38 ` [PR PATCH] [Updated] " Felecarpp
2022-09-06 18:50 ` Felecarpp
2022-09-06 19:18 ` ahesford
2022-09-06 19:21 ` [PR PATCH] [Closed]: " ahesford
2022-09-06 19:21 ` ahesford
2022-09-06 20:36 ` Felecarpp
  -- strict thread matches above, loose matches on Subject: below --
2022-08-28 12:52 [PR PATCH] " Felecarpp
2022-08-28 13:27 ` [PR PATCH] [Updated] " Felecarpp
2022-09-06 14:47 ` Felecarpp

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=20220906173811.AW04FFeF5tY-ZTdMsIlc3TfVRJRi8cCCVFCkfzt8bRc@z \
    --to=felecarpp@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).