Github messages for voidlinux
 help / color / mirror / Atom feed
* Re: New package: pdfarranger-1.8.0
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-34216@inbox.vuxu.org>
@ 2021-11-24  6:33 ` rivanfebrian123
  2021-12-11 10:16 ` hervyqa
                   ` (12 subsequent siblings)
  13 siblings, 0 replies; 14+ messages in thread
From: rivanfebrian123 @ 2021-11-24  6:33 UTC (permalink / raw)
  To: ml

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

New comment by rivanfebrian123 on void-packages repository

https://github.com/void-linux/void-packages/pull/34216#issuecomment-977573772

Comment:
Why didn't some jobs pass the test? Is there any problem with CI/CD config or something?
```
=> pdfarranger-1.8.0_1: running do_check ...
running test
WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox.
running egg_info
creating pdfarranger.egg-info
writing pdfarranger.egg-info/PKG-INFO
writing dependency_links to pdfarranger.egg-info/dependency_links.txt
writing entry points to pdfarranger.egg-info/entry_points.txt
writing requirements to pdfarranger.egg-info/requires.txt
writing top-level names to pdfarranger.egg-info/top_level.txt
writing manifest file 'pdfarranger.egg-info/SOURCES.txt'
reading manifest file 'pdfarranger.egg-info/SOURCES.txt'
adding license file 'COPYING'
writing manifest file 'pdfarranger.egg-info/SOURCES.txt'
running build_ext
Traceback (most recent call last):
  File "/builddir/pdfarranger-1.8.0/pdfarranger/pdfarranger.py", line 455, in do_activate
    self.uiXML = self.__build_from_file(DOMAIN + '.ui')
  File "/builddir/pdfarranger-1.8.0/pdfarranger/pdfarranger.py", line 308, in __build_from_file
    b.add_from_file(f)
gi.repository.GLib.Error: g-file-error-quark: Failed to open file “/usr/local/share/pdfarranger/pdfarranger.ui”: No such file or directory (4)
[Errno 2] No such file or directory: '/builddir/pdfarranger-1.8.0/test'
Error: The operation was canceled.
```

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

* Re: New package: pdfarranger-1.8.0
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-34216@inbox.vuxu.org>
  2021-11-24  6:33 ` New package: pdfarranger-1.8.0 rivanfebrian123
@ 2021-12-11 10:16 ` hervyqa
  2022-01-02  2:21 ` [PR PATCH] [Updated] " hervyqa
                   ` (11 subsequent siblings)
  13 siblings, 0 replies; 14+ messages in thread
From: hervyqa @ 2021-12-11 10:16 UTC (permalink / raw)
  To: ml

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

New comment by hervyqa on void-packages repository

https://github.com/void-linux/void-packages/pull/34216#issuecomment-991587078

Comment:
> Don't open new PRs for the same package, you can just force push to the same branch, you are spamming notifications and the whole review history is lost.

oh, sorry about that. my git branch signature is broken. failed to git checkout.

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

* Re: [PR PATCH] [Updated] New package: pdfarranger-1.8.0
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-34216@inbox.vuxu.org>
  2021-11-24  6:33 ` New package: pdfarranger-1.8.0 rivanfebrian123
  2021-12-11 10:16 ` hervyqa
@ 2022-01-02  2:21 ` hervyqa
  2022-01-02  2:24 ` [PR PATCH] [Updated] New package: pdfarranger-1.8.2 hervyqa
                   ` (10 subsequent siblings)
  13 siblings, 0 replies; 14+ messages in thread
From: hervyqa @ 2022-01-02  2:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hervyqa/void-packages pdfarranger
https://github.com/void-linux/void-packages/pull/34216

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

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

<!-- 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, (x86_64)

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

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

From 48811f022d0c762bce31d2d2dc58448136cd3876 Mon Sep 17 00:00:00 2001
From: Hervy Qurrotul Ainur Rozi <hervyqa@pm.me>
Date: Wed, 24 Nov 2021 01:00:26 +0700
Subject: [PATCH] New package: pdfarranger-1.8.2

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

diff --git a/srcpkgs/pdfarranger/template b/srcpkgs/pdfarranger/template
new file mode 100644
index 000000000000..7cfe89276a83
--- /dev/null
+++ b/srcpkgs/pdfarranger/template
@@ -0,0 +1,24 @@
+# Template file for 'pdfarranger'
+pkgname=pdfarranger
+version=1.8.2
+revision=1
+build_style=python3-module
+hostmakedepends="ghostscript intltool python3-setuptools python3-distutils-extra
+ python3-pikepdf python3-xlib python3-wheel"
+makedepends="ghostscript-devel gtk+3-devel python3-cairo-devel poppler-glib-devel
+ python3-gobject-devel"
+depends="ghostscript gtk+3 python3-cairo python3-dateutil python3-gobject
+ python3-pikepdf python3-setuptools python3-xlib poppler-glib img2pdf"
+checkdepends="xvfb-run python3-wheel $depends"
+short_desc="Merge or split PDF documents and rotate, crop and rearrange pages"
+maintainer="Hervy Qurrotul Ainur Rozi <hervyqa@pm.me>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/jeromerobert/pdfarranger"
+distfiles="https://github.com/jeromerobert/pdfarranger/archive/${version}.tar.gz"
+checksum=204df5d1f7f7a2336f6d7be9f617c790c3c4451787fb14f72ba38c9edfb6d84a
+
+python_version=3
+
+do_check() {
+	xvfb-run python3 setup.py test
+}

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

* Re: [PR PATCH] [Updated] New package: pdfarranger-1.8.2
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-34216@inbox.vuxu.org>
                   ` (2 preceding siblings ...)
  2022-01-02  2:21 ` [PR PATCH] [Updated] " hervyqa
@ 2022-01-02  2:24 ` hervyqa
  2022-01-02  2:43 ` hervyqa
                   ` (9 subsequent siblings)
  13 siblings, 0 replies; 14+ messages in thread
From: hervyqa @ 2022-01-02  2:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hervyqa/void-packages pdfarranger
https://github.com/void-linux/void-packages/pull/34216

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

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

<!-- 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, (x86_64)

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

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

From 929632b21a393cbd4bf5498d804efe730af4c0e6 Mon Sep 17 00:00:00 2001
From: Hervy Qurrotul Ainur Rozi <hervyqa@pm.me>
Date: Wed, 24 Nov 2021 01:00:26 +0700
Subject: [PATCH] New package: pdfarranger-1.8.2

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

diff --git a/srcpkgs/pdfarranger/template b/srcpkgs/pdfarranger/template
new file mode 100644
index 000000000000..7cfe89276a83
--- /dev/null
+++ b/srcpkgs/pdfarranger/template
@@ -0,0 +1,24 @@
+# Template file for 'pdfarranger'
+pkgname=pdfarranger
+version=1.8.2
+revision=1
+build_style=python3-module
+hostmakedepends="ghostscript intltool python3-setuptools python3-distutils-extra
+ python3-pikepdf python3-xlib python3-wheel"
+makedepends="ghostscript-devel gtk+3-devel python3-cairo-devel poppler-glib-devel
+ python3-gobject-devel"
+depends="ghostscript gtk+3 python3-cairo python3-dateutil python3-gobject
+ python3-pikepdf python3-setuptools python3-xlib poppler-glib img2pdf"
+checkdepends="xvfb-run python3-wheel $depends"
+short_desc="Merge or split PDF documents and rotate, crop and rearrange pages"
+maintainer="Hervy Qurrotul Ainur Rozi <hervyqa@pm.me>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/jeromerobert/pdfarranger"
+distfiles="https://github.com/jeromerobert/pdfarranger/archive/${version}.tar.gz"
+checksum=204df5d1f7f7a2336f6d7be9f617c790c3c4451787fb14f72ba38c9edfb6d84a
+
+python_version=3
+
+do_check() {
+	xvfb-run python3 setup.py test
+}

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

* Re: [PR PATCH] [Updated] New package: pdfarranger-1.8.2
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-34216@inbox.vuxu.org>
                   ` (3 preceding siblings ...)
  2022-01-02  2:24 ` [PR PATCH] [Updated] New package: pdfarranger-1.8.2 hervyqa
@ 2022-01-02  2:43 ` hervyqa
  2022-01-02 10:52 ` hervyqa
                   ` (8 subsequent siblings)
  13 siblings, 0 replies; 14+ messages in thread
From: hervyqa @ 2022-01-02  2:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hervyqa/void-packages pdfarranger
https://github.com/void-linux/void-packages/pull/34216

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

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

<!-- 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, (x86_64)

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

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

From c89a0be9a705a773ed3c7933c641118a895200e7 Mon Sep 17 00:00:00 2001
From: Hervy Qurrotul Ainur Rozi <hervyqa@pm.me>
Date: Wed, 24 Nov 2021 01:00:26 +0700
Subject: [PATCH] New package: pdfarranger-1.8.2

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

diff --git a/srcpkgs/pdfarranger/template b/srcpkgs/pdfarranger/template
new file mode 100644
index 000000000000..7cfe89276a83
--- /dev/null
+++ b/srcpkgs/pdfarranger/template
@@ -0,0 +1,24 @@
+# Template file for 'pdfarranger'
+pkgname=pdfarranger
+version=1.8.2
+revision=1
+build_style=python3-module
+hostmakedepends="ghostscript intltool python3-setuptools python3-distutils-extra
+ python3-pikepdf python3-xlib python3-wheel"
+makedepends="ghostscript-devel gtk+3-devel python3-cairo-devel poppler-glib-devel
+ python3-gobject-devel"
+depends="ghostscript gtk+3 python3-cairo python3-dateutil python3-gobject
+ python3-pikepdf python3-setuptools python3-xlib poppler-glib img2pdf"
+checkdepends="xvfb-run python3-wheel $depends"
+short_desc="Merge or split PDF documents and rotate, crop and rearrange pages"
+maintainer="Hervy Qurrotul Ainur Rozi <hervyqa@pm.me>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/jeromerobert/pdfarranger"
+distfiles="https://github.com/jeromerobert/pdfarranger/archive/${version}.tar.gz"
+checksum=204df5d1f7f7a2336f6d7be9f617c790c3c4451787fb14f72ba38c9edfb6d84a
+
+python_version=3
+
+do_check() {
+	xvfb-run python3 setup.py test
+}

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

* Re: [PR PATCH] [Updated] New package: pdfarranger-1.8.2
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-34216@inbox.vuxu.org>
                   ` (4 preceding siblings ...)
  2022-01-02  2:43 ` hervyqa
@ 2022-01-02 10:52 ` hervyqa
  2022-01-06  4:39 ` rivanfebrian123
                   ` (7 subsequent siblings)
  13 siblings, 0 replies; 14+ messages in thread
From: hervyqa @ 2022-01-02 10:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hervyqa/void-packages pdfarranger
https://github.com/void-linux/void-packages/pull/34216

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

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

<!-- 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, (x86_64)

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

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

From 726a15dbc832d1f4e2ff49f055a2c732b0f6e863 Mon Sep 17 00:00:00 2001
From: Hervy Qurrotul Ainur Rozi <hervyqa@pm.me>
Date: Wed, 24 Nov 2021 01:00:26 +0700
Subject: [PATCH] New package: pdfarranger-1.8.2

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

diff --git a/srcpkgs/pdfarranger/template b/srcpkgs/pdfarranger/template
new file mode 100644
index 000000000000..00e4da27c1ee
--- /dev/null
+++ b/srcpkgs/pdfarranger/template
@@ -0,0 +1,19 @@
+# Template file for 'pdfarranger'
+pkgname=pdfarranger
+version=1.8.2
+revision=1
+build_style=python3-module
+hostmakedepends="ghostscript intltool python3-setuptools python3-distutils-extra
+ python3-pikepdf python3-xlib python3-wheel"
+makedepends="ghostscript-devel gtk+3-devel python3-cairo-devel poppler-glib-devel
+ python3-gobject-devel"
+depends="ghostscript gtk+3 python3-cairo python3-dateutil python3-gobject
+ python3-pikepdf python3-setuptools python3-xlib poppler-glib img2pdf"
+checkdepends="xvfb-run python3-wheel $depends"
+short_desc="Merge or split PDF documents and rotate, crop and rearrange pages"
+maintainer="Hervy Qurrotul Ainur Rozi <hervyqa@pm.me>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/jeromerobert/pdfarranger"
+distfiles="https://github.com/jeromerobert/pdfarranger/archive/${version}.tar.gz"
+checksum=204df5d1f7f7a2336f6d7be9f617c790c3c4451787fb14f72ba38c9edfb6d84a
+python_version=3

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

* Re: New package: pdfarranger-1.8.2
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-34216@inbox.vuxu.org>
                   ` (5 preceding siblings ...)
  2022-01-02 10:52 ` hervyqa
@ 2022-01-06  4:39 ` rivanfebrian123
  2022-01-06  6:21 ` [PR PATCH] [Updated] " hervyqa
                   ` (6 subsequent siblings)
  13 siblings, 0 replies; 14+ messages in thread
From: rivanfebrian123 @ 2022-01-06  4:39 UTC (permalink / raw)
  To: ml

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

New comment by rivanfebrian123 on void-packages repository

https://github.com/void-linux/void-packages/pull/34216#issuecomment-1006279625

Comment:
@hervyqa Could you please just remove the tests? It's problematic on x86_64 platform (which is the most popular one), surprisingly.
```
post_extract() {
	rm pdfarranger/tests/test.py
}
```

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

* Re: [PR PATCH] [Updated] New package: pdfarranger-1.8.2
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-34216@inbox.vuxu.org>
                   ` (6 preceding siblings ...)
  2022-01-06  4:39 ` rivanfebrian123
@ 2022-01-06  6:21 ` hervyqa
  2022-01-06  6:22 ` hervyqa
                   ` (5 subsequent siblings)
  13 siblings, 0 replies; 14+ messages in thread
From: hervyqa @ 2022-01-06  6:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hervyqa/void-packages pdfarranger
https://github.com/void-linux/void-packages/pull/34216

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

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

<!-- 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, (x86_64)

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

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

From 129de401f83bc1694554665dde49bd23603e10e9 Mon Sep 17 00:00:00 2001
From: Hervy Qurrotul Ainur Rozi <hervyqa@pm.me>
Date: Wed, 24 Nov 2021 01:00:26 +0700
Subject: [PATCH] New package: pdfarranger-1.8.2

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

diff --git a/srcpkgs/pdfarranger/template b/srcpkgs/pdfarranger/template
new file mode 100644
index 000000000000..4706da655600
--- /dev/null
+++ b/srcpkgs/pdfarranger/template
@@ -0,0 +1,25 @@
+# Template file for 'pdfarranger'
+pkgname=pdfarranger
+version=1.8.2
+revision=1
+build_style=python3-module
+hostmakedepends="ghostscript intltool python3-setuptools python3-distutils-extra
+ python3-pikepdf python3-xlib python3-wheel"
+makedepends="ghostscript-devel gtk+3-devel python3-cairo-devel poppler-glib-devel
+ python3-gobject-devel"
+depends="ghostscript gtk+3 python3-cairo python3-dateutil python3-gobject
+ python3-pikepdf python3-setuptools python3-xlib poppler-glib img2pdf"
+checkdepends="xvfb-run python3-wheel $depends"
+short_desc="Merge or split PDF documents and rotate, crop and rearrange pages"
+maintainer="Hervy Qurrotul Ainur Rozi <hervyqa@pm.me>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/jeromerobert/pdfarranger"
+distfiles="https://github.com/jeromerobert/pdfarranger/archive/${version}.tar.gz"
+checksum=204df5d1f7f7a2336f6d7be9f617c790c3c4451787fb14f72ba38c9edfb6d84a
+python_version=3
+
+do_check() {
+	rm -f tests/test.py
+
+	pytest3
+}

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

* Re: [PR PATCH] [Updated] New package: pdfarranger-1.8.2
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-34216@inbox.vuxu.org>
                   ` (7 preceding siblings ...)
  2022-01-06  6:21 ` [PR PATCH] [Updated] " hervyqa
@ 2022-01-06  6:22 ` hervyqa
  2022-01-06  6:33 ` hervyqa
                   ` (4 subsequent siblings)
  13 siblings, 0 replies; 14+ messages in thread
From: hervyqa @ 2022-01-06  6:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hervyqa/void-packages pdfarranger
https://github.com/void-linux/void-packages/pull/34216

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

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

<!-- 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, (x86_64)

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

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

From cdfd5a4c380b6ddebee4cd36ae405262821d5c77 Mon Sep 17 00:00:00 2001
From: Hervy Qurrotul Ainur Rozi <hervyqa@pm.me>
Date: Wed, 24 Nov 2021 01:00:26 +0700
Subject: [PATCH] New package: pdfarranger-1.8.2

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

diff --git a/srcpkgs/pdfarranger/template b/srcpkgs/pdfarranger/template
new file mode 100644
index 000000000000..4706da655600
--- /dev/null
+++ b/srcpkgs/pdfarranger/template
@@ -0,0 +1,25 @@
+# Template file for 'pdfarranger'
+pkgname=pdfarranger
+version=1.8.2
+revision=1
+build_style=python3-module
+hostmakedepends="ghostscript intltool python3-setuptools python3-distutils-extra
+ python3-pikepdf python3-xlib python3-wheel"
+makedepends="ghostscript-devel gtk+3-devel python3-cairo-devel poppler-glib-devel
+ python3-gobject-devel"
+depends="ghostscript gtk+3 python3-cairo python3-dateutil python3-gobject
+ python3-pikepdf python3-setuptools python3-xlib poppler-glib img2pdf"
+checkdepends="xvfb-run python3-wheel $depends"
+short_desc="Merge or split PDF documents and rotate, crop and rearrange pages"
+maintainer="Hervy Qurrotul Ainur Rozi <hervyqa@pm.me>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/jeromerobert/pdfarranger"
+distfiles="https://github.com/jeromerobert/pdfarranger/archive/${version}.tar.gz"
+checksum=204df5d1f7f7a2336f6d7be9f617c790c3c4451787fb14f72ba38c9edfb6d84a
+python_version=3
+
+do_check() {
+	rm -f tests/test.py
+
+	pytest3
+}

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

* Re: [PR PATCH] [Updated] New package: pdfarranger-1.8.2
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-34216@inbox.vuxu.org>
                   ` (8 preceding siblings ...)
  2022-01-06  6:22 ` hervyqa
@ 2022-01-06  6:33 ` hervyqa
  2022-01-06  6:48 ` hervyqa
                   ` (3 subsequent siblings)
  13 siblings, 0 replies; 14+ messages in thread
From: hervyqa @ 2022-01-06  6:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hervyqa/void-packages pdfarranger
https://github.com/void-linux/void-packages/pull/34216

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

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

<!-- 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, (x86_64)

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

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

From 67b3991c77fffa5af875111040a64d413a7fd461 Mon Sep 17 00:00:00 2001
From: Hervy Qurrotul Ainur Rozi <hervyqa@pm.me>
Date: Wed, 24 Nov 2021 01:00:26 +0700
Subject: [PATCH] New package: pdfarranger-1.8.2

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

diff --git a/srcpkgs/pdfarranger/template b/srcpkgs/pdfarranger/template
new file mode 100644
index 000000000000..d9f6c7b6ff42
--- /dev/null
+++ b/srcpkgs/pdfarranger/template
@@ -0,0 +1,25 @@
+# Template file for 'pdfarranger'
+pkgname=pdfarranger
+version=1.8.2
+revision=1
+build_style=python3-module
+hostmakedepends="ghostscript intltool python3-setuptools python3-distutils-extra
+ python3-pikepdf python3-xlib python3-wheel"
+makedepends="ghostscript-devel gtk+3-devel python3-cairo-devel poppler-glib-devel
+ python3-gobject-devel"
+depends="ghostscript gtk+3 python3-cairo python3-dateutil python3-gobject
+ python3-pikepdf python3-setuptools python3-xlib poppler-glib img2pdf"
+checkdepends="xvfb-run python3-wheel python3-pytest $depends"
+short_desc="Merge or split PDF documents and rotate, crop and rearrange pages"
+maintainer="Hervy Qurrotul Ainur Rozi <hervyqa@pm.me>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/jeromerobert/pdfarranger"
+distfiles="https://github.com/jeromerobert/pdfarranger/archive/${version}.tar.gz"
+checksum=204df5d1f7f7a2336f6d7be9f617c790c3c4451787fb14f72ba38c9edfb6d84a
+python_version=3
+
+do_check() {
+	rm -f tests/test.py
+
+	pytest3
+}

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

* Re: [PR PATCH] [Updated] New package: pdfarranger-1.8.2
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-34216@inbox.vuxu.org>
                   ` (9 preceding siblings ...)
  2022-01-06  6:33 ` hervyqa
@ 2022-01-06  6:48 ` hervyqa
  2022-01-06  7:16 ` hervyqa
                   ` (2 subsequent siblings)
  13 siblings, 0 replies; 14+ messages in thread
From: hervyqa @ 2022-01-06  6:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hervyqa/void-packages pdfarranger
https://github.com/void-linux/void-packages/pull/34216

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

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

<!-- 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, (x86_64)

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

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

From 9695190071ed16440646462ad6ab7db1e9b7adff Mon Sep 17 00:00:00 2001
From: Hervy Qurrotul Ainur Rozi <hervyqa@pm.me>
Date: Wed, 24 Nov 2021 01:00:26 +0700
Subject: [PATCH] New package: pdfarranger-1.8.2

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

diff --git a/srcpkgs/pdfarranger/template b/srcpkgs/pdfarranger/template
new file mode 100644
index 000000000000..91e8f9198a3e
--- /dev/null
+++ b/srcpkgs/pdfarranger/template
@@ -0,0 +1,23 @@
+# Template file for 'pdfarranger'
+pkgname=pdfarranger
+version=1.8.2
+revision=1
+build_style=python3-module
+hostmakedepends="ghostscript intltool python3-setuptools python3-distutils-extra
+ python3-pikepdf python3-xlib python3-wheel"
+makedepends="ghostscript-devel gtk+3-devel python3-cairo-devel poppler-glib-devel
+ python3-gobject-devel"
+depends="ghostscript gtk+3 python3-cairo python3-dateutil python3-gobject
+ python3-pikepdf python3-setuptools python3-xlib poppler-glib img2pdf"
+checkdepends="python3-wheel $depends"
+short_desc="Merge or split PDF documents and rotate, crop and rearrange pages"
+maintainer="Hervy Qurrotul Ainur Rozi <hervyqa@pm.me>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/jeromerobert/pdfarranger"
+distfiles="https://github.com/jeromerobert/pdfarranger/archive/${version}.tar.gz"
+checksum=204df5d1f7f7a2336f6d7be9f617c790c3c4451787fb14f72ba38c9edfb6d84a
+python_version=3
+
+do_check() {
+	rm -f tests/test.py
+}

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

* Re: New package: pdfarranger-1.8.2
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-34216@inbox.vuxu.org>
                   ` (10 preceding siblings ...)
  2022-01-06  6:48 ` hervyqa
@ 2022-01-06  7:16 ` hervyqa
  2022-06-16  2:14 ` github-actions
  2022-07-01  2:14 ` [PR PATCH] [Closed]: " github-actions
  13 siblings, 0 replies; 14+ messages in thread
From: hervyqa @ 2022-01-06  7:16 UTC (permalink / raw)
  To: ml

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

New comment by hervyqa on void-packages repository

https://github.com/void-linux/void-packages/pull/34216#issuecomment-1006336992

Comment:
@rivanfebrian123  Thanks. I tried by deleting `test.py` like `python3-Werkzeug` package.
https://github.com/void-linux/void-packages/blob/ac6deeea0b266f6b5318708ba42ee56f87144142/srcpkgs/python3-Werkzeug/template#L17-L22

be like this and it worked. 
```
do_check() {
	rm -f tests/test.py
}
```

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

* Re: New package: pdfarranger-1.8.2
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-34216@inbox.vuxu.org>
                   ` (11 preceding siblings ...)
  2022-01-06  7:16 ` hervyqa
@ 2022-06-16  2:14 ` github-actions
  2022-07-01  2:14 ` [PR PATCH] [Closed]: " github-actions
  13 siblings, 0 replies; 14+ messages in thread
From: github-actions @ 2022-06-16  2:14 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/34216#issuecomment-1157155530

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

* Re: [PR PATCH] [Closed]: New package: pdfarranger-1.8.2
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-34216@inbox.vuxu.org>
                   ` (12 preceding siblings ...)
  2022-06-16  2:14 ` github-actions
@ 2022-07-01  2:14 ` github-actions
  13 siblings, 0 replies; 14+ messages in thread
From: github-actions @ 2022-07-01  2:14 UTC (permalink / raw)
  To: ml

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

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

New package: pdfarranger-1.8.2
https://github.com/void-linux/void-packages/pull/34216

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

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

<!-- 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, (x86_64)

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

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

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-34216@inbox.vuxu.org>
2021-11-24  6:33 ` New package: pdfarranger-1.8.0 rivanfebrian123
2021-12-11 10:16 ` hervyqa
2022-01-02  2:21 ` [PR PATCH] [Updated] " hervyqa
2022-01-02  2:24 ` [PR PATCH] [Updated] New package: pdfarranger-1.8.2 hervyqa
2022-01-02  2:43 ` hervyqa
2022-01-02 10:52 ` hervyqa
2022-01-06  4:39 ` rivanfebrian123
2022-01-06  6:21 ` [PR PATCH] [Updated] " hervyqa
2022-01-06  6:22 ` hervyqa
2022-01-06  6:33 ` hervyqa
2022-01-06  6:48 ` hervyqa
2022-01-06  7:16 ` hervyqa
2022-06-16  2:14 ` github-actions
2022-07-01  2:14 ` [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).