Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: python3-panflute-2.3.0
@ 2024-01-11 13:38 Eloitor
  2024-01-11 13:56 ` [PR PATCH] [Updated] " Eloitor
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Eloitor @ 2024-01-11 13:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages python3-panflute
https://github.com/void-linux/void-packages/pull/48165

New package: python3-panflute-2.3.0
#### 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, (x86_64-glibc)

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

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

From 38811d34712919f3385a0b8d5cb17fffd58bf6dc Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@duck.com>
Date: Thu, 11 Jan 2024 15:38:22 +0100
Subject: [PATCH] New package: python3-panflute-2.3.0

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

diff --git a/srcpkgs/python3-panflute/template b/srcpkgs/python3-panflute/template
new file mode 100644
index 0000000000000..c431ad4968b25
--- /dev/null
+++ b/srcpkgs/python3-panflute/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-panflute'
+pkgname=python3-panflute
+version=2.3.0
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Pythonic Pandoc Filters"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="BSD-3-Clause"
+homepage="https://github.com/sergiocorreia/panflute"
+changelog="https://raw.githubusercontent.com/sergiocorreia/panflute/master/README.md"
+distfiles="${PYPI_SITE}/p/panflute/panflute-${version}.tar.gz"
+checksum=cefd9dfc48ccd9732a53db57610701d22806da397a8a97e5cc8dc070b55865ca
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: python3-panflute-2.3.0
  2024-01-11 13:38 [PR PATCH] New package: python3-panflute-2.3.0 Eloitor
@ 2024-01-11 13:56 ` Eloitor
  2024-04-11  1:45 ` github-actions
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Eloitor @ 2024-01-11 13:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages python3-panflute
https://github.com/void-linux/void-packages/pull/48165

New package: python3-panflute-2.3.0
#### 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, (x86_64-glibc)

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

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

From 3050cc36127a7ac71cba5ee3ce1caace55d718a0 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@duck.com>
Date: Thu, 11 Jan 2024 15:38:22 +0100
Subject: [PATCH] New package: python3-panflute-2.3.0

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

diff --git a/srcpkgs/python3-panflute/template b/srcpkgs/python3-panflute/template
new file mode 100644
index 0000000000000..ca51cf39efa23
--- /dev/null
+++ b/srcpkgs/python3-panflute/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-panflute'
+pkgname=python3-panflute
+version=2.3.0
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+checkdepends="python3-yaml python3-click"
+short_desc="Pythonic Pandoc Filters"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="BSD-3-Clause"
+homepage="https://github.com/sergiocorreia/panflute"
+changelog="https://raw.githubusercontent.com/sergiocorreia/panflute/master/README.md"
+distfiles="${PYPI_SITE}/p/panflute/panflute-${version}.tar.gz"
+checksum=cefd9dfc48ccd9732a53db57610701d22806da397a8a97e5cc8dc070b55865ca
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: python3-panflute-2.3.0
  2024-01-11 13:38 [PR PATCH] New package: python3-panflute-2.3.0 Eloitor
  2024-01-11 13:56 ` [PR PATCH] [Updated] " Eloitor
@ 2024-04-11  1:45 ` github-actions
  2024-04-11  7:54 ` [PR PATCH] [Updated] " Eloitor
  2024-04-11  7:55 ` Eloitor
  3 siblings, 0 replies; 5+ messages in thread
From: github-actions @ 2024-04-11  1:45 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/48165#issuecomment-2048788079

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

* Re: [PR PATCH] [Updated] New package: python3-panflute-2.3.0
  2024-01-11 13:38 [PR PATCH] New package: python3-panflute-2.3.0 Eloitor
  2024-01-11 13:56 ` [PR PATCH] [Updated] " Eloitor
  2024-04-11  1:45 ` github-actions
@ 2024-04-11  7:54 ` Eloitor
  2024-04-11  7:55 ` Eloitor
  3 siblings, 0 replies; 5+ messages in thread
From: Eloitor @ 2024-04-11  7:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages python3-panflute
https://github.com/void-linux/void-packages/pull/48165

New package: python3-panflute-2.3.0
#### 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, (x86_64-glibc)

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

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

From de99a29e8efa1e24407a1e66d8f919cb43c3013c Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@duck.com>
Date: Thu, 11 Jan 2024 15:38:22 +0100
Subject: [PATCH] New package: python3-panflute-2.3.1

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

diff --git a/srcpkgs/python3-panflute/template b/srcpkgs/python3-panflute/template
new file mode 100644
index 00000000000000..56d09b7665096a
--- /dev/null
+++ b/srcpkgs/python3-panflute/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-panflute'
+pkgname=python3-panflute
+version=2.3.1
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+checkdepends="python3-yaml python3-click"
+short_desc="Pythonic Pandoc Filters"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="BSD-3-Clause"
+homepage="https://github.com/sergiocorreia/panflute"
+changelog="https://raw.githubusercontent.com/sergiocorreia/panflute/master/README.md"
+distfiles="${PYPI_SITE}/p/panflute/panflute-${version}.tar.gz"
+checksum=cefd9dfc48ccd9732a53db57610701d22806da397a8a97e5cc8dc070b55865ca
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: python3-panflute-2.3.0
  2024-01-11 13:38 [PR PATCH] New package: python3-panflute-2.3.0 Eloitor
                   ` (2 preceding siblings ...)
  2024-04-11  7:54 ` [PR PATCH] [Updated] " Eloitor
@ 2024-04-11  7:55 ` Eloitor
  3 siblings, 0 replies; 5+ messages in thread
From: Eloitor @ 2024-04-11  7:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages python3-panflute
https://github.com/void-linux/void-packages/pull/48165

New package: python3-panflute-2.3.0
#### 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, (x86_64-glibc)

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

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

From 367b15fb9d6ff4a50b7ac7479da1984819deb231 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@duck.com>
Date: Thu, 11 Jan 2024 15:38:22 +0100
Subject: [PATCH] New package: python3-panflute-2.3.1

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

diff --git a/srcpkgs/python3-panflute/template b/srcpkgs/python3-panflute/template
new file mode 100644
index 00000000000000..0d3de300f1879c
--- /dev/null
+++ b/srcpkgs/python3-panflute/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-panflute'
+pkgname=python3-panflute
+version=2.3.1
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+checkdepends="python3-yaml python3-click"
+short_desc="Pythonic Pandoc Filters"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="BSD-3-Clause"
+homepage="https://github.com/sergiocorreia/panflute"
+changelog="https://raw.githubusercontent.com/sergiocorreia/panflute/master/README.md"
+distfiles="${PYPI_SITE}/p/panflute/panflute-${version}.tar.gz"
+checksum=5f1bd02a34ef3982ee025ec5b58fb3a6eedfc31d994b8ae39d8dc9915a2d8f1f
+
+post_install() {
+	vlicense LICENSE
+}

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

end of thread, other threads:[~2024-04-11  7:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-11 13:38 [PR PATCH] New package: python3-panflute-2.3.0 Eloitor
2024-01-11 13:56 ` [PR PATCH] [Updated] " Eloitor
2024-04-11  1:45 ` github-actions
2024-04-11  7:54 ` [PR PATCH] [Updated] " Eloitor
2024-04-11  7:55 ` Eloitor

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