Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: python3-miniflux-0.0.15
@ 2023-03-14 16:38 jason1987d
  2023-03-14 17:50 ` [PR REVIEW] " paper42
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: jason1987d @ 2023-03-14 16:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jason1987d/void-packages python3-miniflux
https://github.com/void-linux/void-packages/pull/42766

New package: python3-miniflux-0.0.15
#### 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
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)

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

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

From 158b817350057e3df7324668c33739db0d093dbe Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Tue, 14 Mar 2023 10:36:40 -0500
Subject: [PATCH] New package: python3-miniflux-0.0.15

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

diff --git a/srcpkgs/python3-miniflux/template b/srcpkgs/python3-miniflux/template
new file mode 100644
index 000000000000..d23a4d482f09
--- /dev/null
+++ b/srcpkgs/python3-miniflux/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-miniflux'
+pkgname=python3-miniflux
+version=0.0.15
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-requests"
+checkdepends="${depends}"
+short_desc="Client library for Miniflux API"
+maintainer="Jason Manley <jason@jasondavid.tv>"
+license="MIT"
+homepage="https://github.com/miniflux/python-client"
+distfiles="https://github.com/miniflux/python-client/archive/${version}.tar.gz"
+checksum=618d8799aba024d94a8c50e9d58803f418f115f030b8b8893e0f44d0fffb5c52
+
+post_install() {
+	vlicense LICENSE.txt
+}

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

* Re: [PR REVIEW] New package: python3-miniflux-0.0.15
  2023-03-14 16:38 [PR PATCH] New package: python3-miniflux-0.0.15 jason1987d
@ 2023-03-14 17:50 ` paper42
  2023-03-14 19:20 ` [PR PATCH] [Updated] " jason1987d
  2023-05-29 21:10 ` [PR PATCH] [Closed]: " jason1987d
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2023-03-14 17:50 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/42766#discussion_r1135980023

Comment:
```suggestion
checkdepends="${depends} python3-pytest"
```

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

* Re: [PR PATCH] [Updated] New package: python3-miniflux-0.0.15
  2023-03-14 16:38 [PR PATCH] New package: python3-miniflux-0.0.15 jason1987d
  2023-03-14 17:50 ` [PR REVIEW] " paper42
@ 2023-03-14 19:20 ` jason1987d
  2023-05-29 21:10 ` [PR PATCH] [Closed]: " jason1987d
  2 siblings, 0 replies; 4+ messages in thread
From: jason1987d @ 2023-03-14 19:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jason1987d/void-packages python3-miniflux
https://github.com/void-linux/void-packages/pull/42766

New package: python3-miniflux-0.0.15
#### 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
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)

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

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

From 7a09babc592170f8e5c6f431bb18400cfbbc2a62 Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Tue, 14 Mar 2023 10:36:40 -0500
Subject: [PATCH] New package: python3-miniflux-0.0.15

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

diff --git a/srcpkgs/python3-miniflux/template b/srcpkgs/python3-miniflux/template
new file mode 100644
index 000000000000..b80fd060c585
--- /dev/null
+++ b/srcpkgs/python3-miniflux/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-miniflux'
+pkgname=python3-miniflux
+version=0.0.15
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-requests"
+checkdepends="${depends} python3-pytest"
+short_desc="Client library for Miniflux API"
+maintainer="Jason Manley <jason@jasondavid.tv>"
+license="MIT"
+homepage="https://github.com/miniflux/python-client"
+distfiles="https://github.com/miniflux/python-client/archive/${version}.tar.gz"
+checksum=618d8799aba024d94a8c50e9d58803f418f115f030b8b8893e0f44d0fffb5c52
+
+post_install() {
+	vlicense LICENSE.txt
+}

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

* Re: [PR PATCH] [Closed]: New package: python3-miniflux-0.0.15
  2023-03-14 16:38 [PR PATCH] New package: python3-miniflux-0.0.15 jason1987d
  2023-03-14 17:50 ` [PR REVIEW] " paper42
  2023-03-14 19:20 ` [PR PATCH] [Updated] " jason1987d
@ 2023-05-29 21:10 ` jason1987d
  2 siblings, 0 replies; 4+ messages in thread
From: jason1987d @ 2023-05-29 21:10 UTC (permalink / raw)
  To: ml

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

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

New package: python3-miniflux-0.0.15
https://github.com/void-linux/void-packages/pull/42766

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
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)

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

end of thread, other threads:[~2023-05-29 21:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-14 16:38 [PR PATCH] New package: python3-miniflux-0.0.15 jason1987d
2023-03-14 17:50 ` [PR REVIEW] " paper42
2023-03-14 19:20 ` [PR PATCH] [Updated] " jason1987d
2023-05-29 21:10 ` [PR PATCH] [Closed]: " jason1987d

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