Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: offpunk-1.9.1
@ 2023-03-12 21:39 sprocklem
  2023-03-13 16:51 ` [PR PATCH] [Updated] " sprocklem
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: sprocklem @ 2023-03-12 21:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sprocklem/void-packages offpunk
https://github.com/void-linux/void-packages/pull/42731

New package: offpunk-1.9.1
#### 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**

While it is a single, very long python script, it is intended to be installed on a system level and has a man page to match. Additionally, I'm contributing this because:
- it has a fair number of dependencies, including non-python dependencies, so packaging it makes it easier to install.
- I've been maintaining this template for my own use for nearly a year now, and there's no strong reason not to make it available to others.

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
    - armv7l-musl
    - N/A (pure python module)


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

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

From 2ab8172c4f1e24e36bd2aca2c64ca2d9890ae275 Mon Sep 17 00:00:00 2001
From: Maeve Sproule <code@sprock.dev>
Date: Sun, 12 Mar 2023 14:38:57 -0600
Subject: [PATCH] New package: offpunk-1.9.1

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

diff --git a/srcpkgs/offpunk/template b/srcpkgs/offpunk/template
new file mode 100644
index 000000000000..1bc1d7c8612c
--- /dev/null
+++ b/srcpkgs/offpunk/template
@@ -0,0 +1,21 @@
+# Template file for 'offpunk'
+pkgname=offpunk
+version=1.9.1
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="chafa file less timg xdg-utils python3-cryptography python3-feedparser
+ python3-BeautifulSoup4 python3-readability-lxml python3-requests
+ python3-setproctitle xsel"
+short_desc="Offline-first command-line browser for gemini, gopher and the web"
+maintainer="Maeve Sproule <code@sprock.dev>"
+license="BSD-2-Clause"
+homepage="https://sr.ht/~lioploum/offpunk"
+changelog="https://git.sr.ht/~lioploum/offpunk/blob/master/CHANGELOG"
+distfiles="https://git.sr.ht/~lioploum/offpunk/archive/v${version}.tar.gz"
+checksum=9ba68bbfc95c91a7f5bff1ead8f7d030fd692c4eec103aeea33ed4f258d210b8
+
+post_install() {
+	vlicense LICENSE
+	vman man/offpunk.1
+}

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

* Re: [PR PATCH] [Updated] New package: offpunk-1.9.1
  2023-03-12 21:39 [PR PATCH] New package: offpunk-1.9.1 sprocklem
@ 2023-03-13 16:51 ` sprocklem
  2023-06-12  2:05 ` New package: offpunk-1.9.2 github-actions
  2023-06-25 18:58 ` [PR PATCH] [Merged]: " Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: sprocklem @ 2023-03-13 16:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sprocklem/void-packages offpunk
https://github.com/void-linux/void-packages/pull/42731

New package: offpunk-1.9.1
#### 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**

While it is a single, very long python script, it is intended to be installed on a system level and has a man page to match. Additionally, I'm contributing this because:
- it has a fair number of dependencies, including non-python dependencies, so packaging it makes it easier to install.
- I've been maintaining this template for my own use for nearly a year now, and there's no strong reason not to make it available to others.

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
    - armv7l-musl
    - N/A (pure python module)


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

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

From ac04a6037e3f278253bbe74df2af233bc722e846 Mon Sep 17 00:00:00 2001
From: Maeve Sproule <code@sprock.dev>
Date: Sun, 12 Mar 2023 14:38:57 -0600
Subject: [PATCH] New package: offpunk-1.9.2

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

diff --git a/srcpkgs/offpunk/template b/srcpkgs/offpunk/template
new file mode 100644
index 000000000000..c31ee75c07f9
--- /dev/null
+++ b/srcpkgs/offpunk/template
@@ -0,0 +1,21 @@
+# Template file for 'offpunk'
+pkgname=offpunk
+version=1.9.2
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-flit_core"
+depends="chafa file less python3-BeautifulSoup4 python3-cryptography
+ python3-feedparser python3-readability-lxml python3-requests
+ python3-setproctitle timg xdg-utils xsel"
+short_desc="Offline-first command-line browser for gemini, gopher and the web"
+maintainer="Maeve Sproule <code@sprock.dev>"
+license="BSD-2-Clause"
+homepage="https://sr.ht/~lioploum/offpunk"
+changelog="https://git.sr.ht/~lioploum/offpunk/blob/master/CHANGELOG"
+distfiles="https://git.sr.ht/~lioploum/offpunk/archive/v${version}.tar.gz"
+checksum=96574ac3754f1564af4a2231c7ef0c2ff238b99f118a1244c8baafc4dd753a76
+
+post_install() {
+	vlicense LICENSE
+	vman man/offpunk.1
+}

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

* Re: New package: offpunk-1.9.2
  2023-03-12 21:39 [PR PATCH] New package: offpunk-1.9.1 sprocklem
  2023-03-13 16:51 ` [PR PATCH] [Updated] " sprocklem
@ 2023-06-12  2:05 ` github-actions
  2023-06-25 18:58 ` [PR PATCH] [Merged]: " Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2023-06-12  2:05 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/42731#issuecomment-1586465522

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

* Re: [PR PATCH] [Merged]: New package: offpunk-1.9.2
  2023-03-12 21:39 [PR PATCH] New package: offpunk-1.9.1 sprocklem
  2023-03-13 16:51 ` [PR PATCH] [Updated] " sprocklem
  2023-06-12  2:05 ` New package: offpunk-1.9.2 github-actions
@ 2023-06-25 18:58 ` Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: Duncaen @ 2023-06-25 18:58 UTC (permalink / raw)
  To: ml

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

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

New package: offpunk-1.9.2
https://github.com/void-linux/void-packages/pull/42731

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

While it is a single, very long python script, it is intended to be installed on a system level and has a man page to match. Additionally, I'm contributing this because:
- it has a fair number of dependencies, including non-python dependencies, so packaging it makes it easier to install.
- I've been maintaining this template for my own use for nearly a year now, and there's no strong reason not to make it available to others.

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
    - armv7l-musl
    - N/A (pure python module)


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

end of thread, other threads:[~2023-06-25 18:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-12 21:39 [PR PATCH] New package: offpunk-1.9.1 sprocklem
2023-03-13 16:51 ` [PR PATCH] [Updated] " sprocklem
2023-06-12  2:05 ` New package: offpunk-1.9.2 github-actions
2023-06-25 18:58 ` [PR PATCH] [Merged]: " Duncaen

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