Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: gfeeds-0.16.2
@ 2022-03-15 16:45 paper42
  2022-03-15 17:40 ` [PR PATCH] [Merged]: " paper42
  0 siblings, 1 reply; 2+ messages in thread
From: paper42 @ 2022-03-15 16:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages gfeeds
https://github.com/void-linux/void-packages/pull/36154

New package: gfeeds-0.16.2
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/36154.patch is attached

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

From 31f3ffed3e74a3b20c064db7f45029e75b4ccfca Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Tue, 15 Mar 2022 17:32:36 +0100
Subject: [PATCH 1/2] New package: python3-listparser-0.18

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

diff --git a/srcpkgs/python3-listparser/template b/srcpkgs/python3-listparser/template
new file mode 100644
index 000000000000..dfe7ba100839
--- /dev/null
+++ b/srcpkgs/python3-listparser/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-listparser'
+pkgname=python3-listparser
+version=0.18
+revision=1
+wrksrc="listparser-$version"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Parse subscription lists in Python"
+maintainer="Michal Vasilek <michal@vasilek.cz>"
+license="LGPL-3.0-or-later"
+homepage="https://github.com/kurtmckee/listparser"
+changelog="https://raw.githubusercontent.com/kurtmckee/listparser/develop/CHANGELOG.rst"
+distfiles="${PYPI_SITE}/l/listparser/listparser-${version}.tar.gz"
+checksum=4be0cc459b9f3d9f24726f0f448ac67ff8d4c87a7010453dca817b556bd0b841

From 24fadb788d2cd6397ef6cb2c6e82439ef1b72ee7 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 3 Oct 2021 01:08:10 +0200
Subject: [PATCH 2/2] New package: gfeeds-0.16.2

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

diff --git a/srcpkgs/gfeeds/template b/srcpkgs/gfeeds/template
new file mode 100644
index 000000000000..b6ae09f74fc5
--- /dev/null
+++ b/srcpkgs/gfeeds/template
@@ -0,0 +1,16 @@
+# Template file for 'gfeeds'
+pkgname=gfeeds
+version=0.16.2
+revision=1
+build_style=meson
+hostmakedepends="pkg-config gobject-introspection glib-devel gettext"
+makedepends="libglib-devel gtk+3-devel libhandy1-devel"
+depends="python3-gobject python3-feedparser python3-readability-lxml
+ python3-listparser python3-pytz python3-dateutil python3-requests
+ python3-html5lib gtk+3 webkit2gtk libhandy1"
+short_desc="RSS/Atom feed reader for GNOME"
+maintainer="Michal Vasilek <michal@vasilek.cz>"
+license="GPL-3.0-or-later"
+homepage="https://gfeeds.gabmus.org/"
+distfiles="https://gitlab.gnome.org/World/gfeeds/-/archive/$version/gfeeds-$version.tar.gz"
+checksum=f061e89a1962a5ac544ea98239c2503af8da817ded0a5bfd8094ddf43e9dd00e

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

* Re: [PR PATCH] [Merged]: New package: gfeeds-0.16.2
  2022-03-15 16:45 [PR PATCH] New package: gfeeds-0.16.2 paper42
@ 2022-03-15 17:40 ` paper42
  0 siblings, 0 replies; 2+ messages in thread
From: paper42 @ 2022-03-15 17:40 UTC (permalink / raw)
  To: ml

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

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

New package: gfeeds-0.16.2
https://github.com/void-linux/void-packages/pull/36154

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

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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
-->


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

end of thread, other threads:[~2022-03-15 17:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-15 16:45 [PR PATCH] New package: gfeeds-0.16.2 paper42
2022-03-15 17:40 ` [PR PATCH] [Merged]: " paper42

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