Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: pdfposter-0.7
@ 2021-12-19  0:32 notthewave
  2021-12-19  0:33 ` notthewave
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: notthewave @ 2021-12-19  0:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/notthewave/void-packages pdfposter
https://github.com/void-linux/void-packages/pull/34613

New package: pdfposter-0.7
#### Testing the changes
- I tested the changes in this PR: **YES**

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
- I built this PR locally for these architectures:
  - aarch64-musl


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

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

From 6a0640afacf5d49710551660f8c627386694ff7c Mon Sep 17 00:00:00 2001
From: notthewave <winklbauer_m@zoho.eu>
Date: Wed, 8 Dec 2021 20:40:10 +0100
Subject: [PATCH] New package: pdfposter-0.7

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

diff --git a/srcpkgs/pdfposter/template b/srcpkgs/pdfposter/template
new file mode 100644
index 000000000000..300df98a20f3
--- /dev/null
+++ b/srcpkgs/pdfposter/template
@@ -0,0 +1,14 @@
+# Template file for 'pdfposter'
+pkgname=pdfposter
+version=0.7
+revision=1
+wrksrc=${pkgname}-v${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3-devel python3-PyPDF2"
+short_desc="Scale and tile PDF images/pages to print on multiple pages"
+maintainer="notthewave <winklbauer_m@zoho.eu>"
+license="GPL-3.0-or-later"
+homepage="https://gitlab.com/pdftools/pdfposter"
+distfiles="https://gitlab.com/pdftools/pdfposter/-/archive/v${version}/pdfposter-v${version}.tar.gz"
+checksum=786572278a05f899c1b2f90ede695c31fa63e659e2e6b64a4ef6b434248ba9ac

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

* Re: New package: pdfposter-0.7
  2021-12-19  0:32 [PR PATCH] New package: pdfposter-0.7 notthewave
@ 2021-12-19  0:33 ` notthewave
  2021-12-19  1:31 ` [PR PATCH] [Updated] " notthewave
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: notthewave @ 2021-12-19  0:33 UTC (permalink / raw)
  To: ml

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

New comment by notthewave on void-packages repository

https://github.com/void-linux/void-packages/pull/34613#issuecomment-997305929

Comment:
closes #34401 

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

* Re: [PR PATCH] [Updated] New package: pdfposter-0.7
  2021-12-19  0:32 [PR PATCH] New package: pdfposter-0.7 notthewave
  2021-12-19  0:33 ` notthewave
@ 2021-12-19  1:31 ` notthewave
  2022-06-19  2:16 ` github-actions
  2022-07-04  2:15 ` [PR PATCH] [Closed]: " github-actions
  3 siblings, 0 replies; 5+ messages in thread
From: notthewave @ 2021-12-19  1:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/notthewave/void-packages pdfposter
https://github.com/void-linux/void-packages/pull/34613

New package: pdfposter-0.7
#### Testing the changes
- I tested the changes in this PR: **YES**

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
- I built this PR locally for these architectures:
  - aarch64-musl


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

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

From 0d21eeb152cdbcb045b98dff09fe1e480aa3bfe6 Mon Sep 17 00:00:00 2001
From: notthewave <winklbauer_m@zoho.eu>
Date: Wed, 8 Dec 2021 20:40:10 +0100
Subject: [PATCH] New package: pdfposter-0.7

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

diff --git a/srcpkgs/pdfposter/template b/srcpkgs/pdfposter/template
new file mode 100644
index 000000000000..300df98a20f3
--- /dev/null
+++ b/srcpkgs/pdfposter/template
@@ -0,0 +1,14 @@
+# Template file for 'pdfposter'
+pkgname=pdfposter
+version=0.7
+revision=1
+wrksrc=${pkgname}-v${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3-devel python3-PyPDF2"
+short_desc="Scale and tile PDF images/pages to print on multiple pages"
+maintainer="notthewave <winklbauer_m@zoho.eu>"
+license="GPL-3.0-or-later"
+homepage="https://gitlab.com/pdftools/pdfposter"
+distfiles="https://gitlab.com/pdftools/pdfposter/-/archive/v${version}/pdfposter-v${version}.tar.gz"
+checksum=786572278a05f899c1b2f90ede695c31fa63e659e2e6b64a4ef6b434248ba9ac

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

* Re: New package: pdfposter-0.7
  2021-12-19  0:32 [PR PATCH] New package: pdfposter-0.7 notthewave
  2021-12-19  0:33 ` notthewave
  2021-12-19  1:31 ` [PR PATCH] [Updated] " notthewave
@ 2022-06-19  2:16 ` github-actions
  2022-07-04  2:15 ` [PR PATCH] [Closed]: " github-actions
  3 siblings, 0 replies; 5+ messages in thread
From: github-actions @ 2022-06-19  2:16 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/34613#issuecomment-1159601735

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] [Closed]: New package: pdfposter-0.7
  2021-12-19  0:32 [PR PATCH] New package: pdfposter-0.7 notthewave
                   ` (2 preceding siblings ...)
  2022-06-19  2:16 ` github-actions
@ 2022-07-04  2:15 ` github-actions
  3 siblings, 0 replies; 5+ messages in thread
From: github-actions @ 2022-07-04  2:15 UTC (permalink / raw)
  To: ml

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

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

New package: pdfposter-0.7
https://github.com/void-linux/void-packages/pull/34613

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

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
- I built this PR locally for these architectures:
  - aarch64-musl


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

end of thread, other threads:[~2022-07-04  2:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-19  0:32 [PR PATCH] New package: pdfposter-0.7 notthewave
2021-12-19  0:33 ` notthewave
2021-12-19  1:31 ` [PR PATCH] [Updated] " notthewave
2022-06-19  2:16 ` github-actions
2022-07-04  2:15 ` [PR PATCH] [Closed]: " github-actions

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