Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Python3 pikepdf
@ 2022-07-31 12:09 oynqr
  2022-07-31 12:11 ` oynqr
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: oynqr @ 2022-07-31 12:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oynqr/void-packages python3-pikepdf
https://github.com/void-linux/void-packages/pull/38389

Python3 pikepdf
<!-- 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**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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/38389.patch is attached

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

From bca6b17ff35ee59fd4952e7cd7d01ae5fd91e87e Mon Sep 17 00:00:00 2001
From: Philipp David <pd@3b.pm>
Date: Wed, 20 Jul 2022 12:28:17 +0200
Subject: [PATCH 1/2] python3-pikepdf: update to 5.4.0.

---
 srcpkgs/python3-pikepdf/template | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/python3-pikepdf/template b/srcpkgs/python3-pikepdf/template
index b742def96c97..406647b801a0 100644
--- a/srcpkgs/python3-pikepdf/template
+++ b/srcpkgs/python3-pikepdf/template
@@ -1,21 +1,22 @@
 # Template file for 'python3-pikepdf'
 pkgname=python3-pikepdf
-version=5.1.3
+version=5.4.0
 revision=1
 wrksrc="pikepdf-${version}"
 build_style=python3-module
 hostmakedepends="python3-pybind11 python3-setuptools_scm python3-wheel"
 makedepends="libqpdf-devel python3-pybind11"
-depends="python3-lxml python3-packaging python3-Pillow python3-setuptools"
-checkdepends="python3-dateutil python3-hypothesis python3-psutil python3-pytest
- $depends"
+depends="jbig2dec python3-deprecation python3-lxml python3-packaging
+ python3-Pillow python3-setuptools"
+checkdepends="poppler python3-dateutil python3-hypothesis python3-psutil
+ python3-pytest python3-pytest-timeout python3-pytest-xdist $depends"
 short_desc="Python library for reading and writing PDF files"
 maintainer="Philipp David <pd@3b.pm>"
 license="MPL-2.0"
 homepage="https://github.com/pikepdf/pikepdf"
 distfiles="${PYPI_SITE}/p/pikepdf/pikepdf-${version}.tar.gz"
-checksum=c34e4239661d2ddf23caa1c4256f636c866ce8069a5052a2bf8ee06e3cae22f3
+checksum=d397a061959a5cd7d9869a381dda005eccfef59c33dd3eba6a8e19ce036168be
 
-pre_build() {
-	vsed -e '/setuptools_scm_git_archive/d' -i setup.py
+pre_check() {
+	cp -r src/pikepdf.egg-info "$(cd build/lib* && pwd)"
 }

From 803e8b8451ede3c35486faac94cd55920cccc69b Mon Sep 17 00:00:00 2001
From: Philipp David <pd@3b.pm>
Date: Sun, 31 Jul 2022 14:08:42 +0200
Subject: [PATCH 2/2] python3-pikepdf: update to 5.4.2.

---
 srcpkgs/python3-pikepdf/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pikepdf/template b/srcpkgs/python3-pikepdf/template
index 406647b801a0..1b2e2189a6a8 100644
--- a/srcpkgs/python3-pikepdf/template
+++ b/srcpkgs/python3-pikepdf/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-pikepdf'
 pkgname=python3-pikepdf
-version=5.4.0
+version=5.4.2
 revision=1
 wrksrc="pikepdf-${version}"
 build_style=python3-module
@@ -15,7 +15,7 @@ maintainer="Philipp David <pd@3b.pm>"
 license="MPL-2.0"
 homepage="https://github.com/pikepdf/pikepdf"
 distfiles="${PYPI_SITE}/p/pikepdf/pikepdf-${version}.tar.gz"
-checksum=d397a061959a5cd7d9869a381dda005eccfef59c33dd3eba6a8e19ce036168be
+checksum=8f3a056f7a5647c91fc0861e8ae011c6dd7ecdf6c622ff483739c74887fc3eaa
 
 pre_check() {
 	cp -r src/pikepdf.egg-info "$(cd build/lib* && pwd)"

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

* Re: Python3 pikepdf
  2022-07-31 12:09 [PR PATCH] Python3 pikepdf oynqr
@ 2022-07-31 12:11 ` oynqr
  2022-07-31 12:13 ` [PR PATCH] [Updated] " oynqr
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: oynqr @ 2022-07-31 12:11 UTC (permalink / raw)
  To: ml

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

New comment by oynqr on void-packages repository

https://github.com/void-linux/void-packages/pull/38389#issuecomment-1200412496

Comment:
Ugh, what happened here? Lemme fix this.

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

* Re: [PR PATCH] [Updated] Python3 pikepdf
  2022-07-31 12:09 [PR PATCH] Python3 pikepdf oynqr
  2022-07-31 12:11 ` oynqr
@ 2022-07-31 12:13 ` oynqr
  2022-07-31 21:03 ` python3-pikepdf: update to 5.4.2 classabbyamp
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: oynqr @ 2022-07-31 12:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oynqr/void-packages python3-pikepdf
https://github.com/void-linux/void-packages/pull/38389

Python3 pikepdf
<!-- 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**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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/38389.patch is attached

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

From f5c71050f262a1d7f0b47ad303d93119dd36139e Mon Sep 17 00:00:00 2001
From: Philipp David <pd@3b.pm>
Date: Sun, 31 Jul 2022 14:13:07 +0200
Subject: [PATCH] python3-pikepdf: update to 5.4.2.

---
 srcpkgs/python3-pikepdf/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pikepdf/template b/srcpkgs/python3-pikepdf/template
index 406647b801a0..1b2e2189a6a8 100644
--- a/srcpkgs/python3-pikepdf/template
+++ b/srcpkgs/python3-pikepdf/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-pikepdf'
 pkgname=python3-pikepdf
-version=5.4.0
+version=5.4.2
 revision=1
 wrksrc="pikepdf-${version}"
 build_style=python3-module
@@ -15,7 +15,7 @@ maintainer="Philipp David <pd@3b.pm>"
 license="MPL-2.0"
 homepage="https://github.com/pikepdf/pikepdf"
 distfiles="${PYPI_SITE}/p/pikepdf/pikepdf-${version}.tar.gz"
-checksum=d397a061959a5cd7d9869a381dda005eccfef59c33dd3eba6a8e19ce036168be
+checksum=8f3a056f7a5647c91fc0861e8ae011c6dd7ecdf6c622ff483739c74887fc3eaa
 
 pre_check() {
 	cp -r src/pikepdf.egg-info "$(cd build/lib* && pwd)"

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

* Re: python3-pikepdf: update to 5.4.2.
  2022-07-31 12:09 [PR PATCH] Python3 pikepdf oynqr
  2022-07-31 12:11 ` oynqr
  2022-07-31 12:13 ` [PR PATCH] [Updated] " oynqr
@ 2022-07-31 21:03 ` classabbyamp
  2022-07-31 21:24 ` oynqr
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: classabbyamp @ 2022-07-31 21:03 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38389#issuecomment-1200499996

Comment:
```diff
File Diff of python3-pikepdf:
--- REPO
+++ BUILT
@@ -1,6 +1,12 @@
-/usr/lib/python3.10/site-packages/pikepdf-5.4.0-py3.10.egg-info/PKG-INFO
-/usr/lib/python3.10/site-packages/pikepdf-5.4.0-py3.10.egg-info/SOURCES.txt
-/usr/lib/python3.10/site-packages/pikepdf-5.4.0-py3.10.egg-info/dependency_links.txt
-/usr/lib/python3.10/site-packages/pikepdf-5.4.0-py3.10.egg-info/not-zip-safe
-/usr/lib/python3.10/site-packages/pikepdf-5.4.0-py3.10.egg-info/requires.txt
-/usr/lib/python3.10/site-packages/pikepdf-5.4.0-py3.10.egg-info/top_level.txt
+/usr/lib/python3.10/site-packages/pikepdf-5.4.2-py3.10.egg-info/PKG-INFO
+/usr/lib/python3.10/site-packages/pikepdf-5.4.2-py3.10.egg-info/SOURCES.txt
+/usr/lib/python3.10/site-packages/pikepdf-5.4.2-py3.10.egg-info/dependency_links.txt
+/usr/lib/python3.10/site-packages/pikepdf-5.4.2-py3.10.egg-info/not-zip-safe
+/usr/lib/python3.10/site-packages/pikepdf-5.4.2-py3.10.egg-info/requires.txt
+/usr/lib/python3.10/site-packages/pikepdf-5.4.2-py3.10.egg-info/top_level.txt
+/usr/lib/python3.10/site-packages/pikepdf.egg-info/PKG-INFO
+/usr/lib/python3.10/site-packages/pikepdf.egg-info/SOURCES.txt
+/usr/lib/python3.10/site-packages/pikepdf.egg-info/dependency_links.txt
+/usr/lib/python3.10/site-packages/pikepdf.egg-info/not-zip-safe
+/usr/lib/python3.10/site-packages/pikepdf.egg-info/requires.txt
+/usr/lib/python3.10/site-packages/pikepdf.egg-info/top_level.txt
```
seems to be installing the egg-info as versioned and unversioned now

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

* Re: python3-pikepdf: update to 5.4.2.
  2022-07-31 12:09 [PR PATCH] Python3 pikepdf oynqr
                   ` (2 preceding siblings ...)
  2022-07-31 21:03 ` python3-pikepdf: update to 5.4.2 classabbyamp
@ 2022-07-31 21:24 ` oynqr
  2022-08-01  7:54 ` [PR PATCH] [Updated] " oynqr
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: oynqr @ 2022-07-31 21:24 UTC (permalink / raw)
  To: ml

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

New comment by oynqr on void-packages repository

https://github.com/void-linux/void-packages/pull/38389#issuecomment-1200503075

Comment:
I swear to god, python will be my death.

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

* Re: [PR PATCH] [Updated] python3-pikepdf: update to 5.4.2.
  2022-07-31 12:09 [PR PATCH] Python3 pikepdf oynqr
                   ` (3 preceding siblings ...)
  2022-07-31 21:24 ` oynqr
@ 2022-08-01  7:54 ` oynqr
  2022-08-01  7:55 ` oynqr
  2022-08-01  8:04 ` [PR PATCH] [Merged]: " classabbyamp
  6 siblings, 0 replies; 8+ messages in thread
From: oynqr @ 2022-08-01  7:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oynqr/void-packages python3-pikepdf
https://github.com/void-linux/void-packages/pull/38389

python3-pikepdf: update to 5.4.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**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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/38389.patch is attached

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

From ab318d189eb0be7d9f939aca5fa063dbc7e84f93 Mon Sep 17 00:00:00 2001
From: Philipp David <pd@3b.pm>
Date: Sun, 31 Jul 2022 14:13:07 +0200
Subject: [PATCH] python3-pikepdf: update to 5.4.2.

---
 srcpkgs/python3-pikepdf/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pikepdf/template b/srcpkgs/python3-pikepdf/template
index 406647b801a0..1b2e2189a6a8 100644
--- a/srcpkgs/python3-pikepdf/template
+++ b/srcpkgs/python3-pikepdf/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-pikepdf'
 pkgname=python3-pikepdf
-version=5.4.0
+version=5.4.2
 revision=1
 wrksrc="pikepdf-${version}"
 build_style=python3-module
@@ -15,7 +15,7 @@ maintainer="Philipp David <pd@3b.pm>"
 license="MPL-2.0"
 homepage="https://github.com/pikepdf/pikepdf"
 distfiles="${PYPI_SITE}/p/pikepdf/pikepdf-${version}.tar.gz"
-checksum=d397a061959a5cd7d9869a381dda005eccfef59c33dd3eba6a8e19ce036168be
+checksum=8f3a056f7a5647c91fc0861e8ae011c6dd7ecdf6c622ff483739c74887fc3eaa
 
 pre_check() {
 	cp -r src/pikepdf.egg-info "$(cd build/lib* && pwd)"

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

* Re: [PR PATCH] [Updated] python3-pikepdf: update to 5.4.2.
  2022-07-31 12:09 [PR PATCH] Python3 pikepdf oynqr
                   ` (4 preceding siblings ...)
  2022-08-01  7:54 ` [PR PATCH] [Updated] " oynqr
@ 2022-08-01  7:55 ` oynqr
  2022-08-01  8:04 ` [PR PATCH] [Merged]: " classabbyamp
  6 siblings, 0 replies; 8+ messages in thread
From: oynqr @ 2022-08-01  7:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oynqr/void-packages python3-pikepdf
https://github.com/void-linux/void-packages/pull/38389

python3-pikepdf: update to 5.4.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**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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/38389.patch is attached

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

From 3d9540a0e51e9ff715903fe7418c28217ec0060c Mon Sep 17 00:00:00 2001
From: Philipp David <pd@3b.pm>
Date: Mon, 1 Aug 2022 09:51:28 +0200
Subject: [PATCH] python3-pikepdf: update to 5.4.2.

---
 srcpkgs/python3-pikepdf/template | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pikepdf/template b/srcpkgs/python3-pikepdf/template
index 406647b801a0..31a0c40c52ed 100644
--- a/srcpkgs/python3-pikepdf/template
+++ b/srcpkgs/python3-pikepdf/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-pikepdf'
 pkgname=python3-pikepdf
-version=5.4.0
+version=5.4.2
 revision=1
 wrksrc="pikepdf-${version}"
 build_style=python3-module
@@ -15,8 +15,12 @@ maintainer="Philipp David <pd@3b.pm>"
 license="MPL-2.0"
 homepage="https://github.com/pikepdf/pikepdf"
 distfiles="${PYPI_SITE}/p/pikepdf/pikepdf-${version}.tar.gz"
-checksum=d397a061959a5cd7d9869a381dda005eccfef59c33dd3eba6a8e19ce036168be
+checksum=8f3a056f7a5647c91fc0861e8ae011c6dd7ecdf6c622ff483739c74887fc3eaa
 
 pre_check() {
 	cp -r src/pikepdf.egg-info "$(cd build/lib* && pwd)"
 }
+
+post_check() {
+	rm -r "$(cd build/lib* && pwd)/pikepdf.egg-info"
+}

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

* Re: [PR PATCH] [Merged]: python3-pikepdf: update to 5.4.2.
  2022-07-31 12:09 [PR PATCH] Python3 pikepdf oynqr
                   ` (5 preceding siblings ...)
  2022-08-01  7:55 ` oynqr
@ 2022-08-01  8:04 ` classabbyamp
  6 siblings, 0 replies; 8+ messages in thread
From: classabbyamp @ 2022-08-01  8:04 UTC (permalink / raw)
  To: ml

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

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

python3-pikepdf: update to 5.4.2.
https://github.com/void-linux/void-packages/pull/38389

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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] 8+ messages in thread

end of thread, other threads:[~2022-08-01  8:04 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-31 12:09 [PR PATCH] Python3 pikepdf oynqr
2022-07-31 12:11 ` oynqr
2022-07-31 12:13 ` [PR PATCH] [Updated] " oynqr
2022-07-31 21:03 ` python3-pikepdf: update to 5.4.2 classabbyamp
2022-07-31 21:24 ` oynqr
2022-08-01  7:54 ` [PR PATCH] [Updated] " oynqr
2022-08-01  7:55 ` oynqr
2022-08-01  8:04 ` [PR PATCH] [Merged]: " classabbyamp

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