Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: img2pdf-0.4.0
@ 2021-03-08 18:19 oynqr
  2021-03-08 18:21 ` [PR PATCH] [Updated] " oynqr
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: oynqr @ 2021-03-08 18:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oynqr/void-packages img2pdf
https://github.com/void-linux/void-packages/pull/29324

New package: img2pdf-0.4.0
A tool to convert images to PDFs in a lossless way, more info at https://gitlab.mister-muffin.de/josch/img2pdf
Would close #29281
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/29324.patch is attached

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

From 1040f20e08a460119f0975d41017e622d5848b99 Mon Sep 17 00:00:00 2001
From: Philipp David <pd@3b.pm>
Date: Mon, 8 Mar 2021 18:04:10 +0100
Subject: [PATCH 1/2] New package: python3-pikepdf-2.8.0.post1

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

diff --git a/srcpkgs/python3-pikepdf/template b/srcpkgs/python3-pikepdf/template
new file mode 100644
index 00000000000..b7e858d5a58
--- /dev/null
+++ b/srcpkgs/python3-pikepdf/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-pikepdf'
+pkgname=python3-pikepdf
+version=2.8.0.post1
+revision=1
+wrksrc="pikepdf-${version}"
+build_style=python3-pep517
+hostmakedepends="python3-pybind11 python3-setuptools python3-setuptools_scm python3-wheel"
+makedepends="libqpdf-devel"
+depends="python3-lxml python3-Pillow"
+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=f742acfd2c41ceff0ade2dec8ddc4875ce0a75f51f5e943b56f4d741ab54b122

From 90e91651c14d3ddc644b60c9291faf9698aa0693 Mon Sep 17 00:00:00 2001
From: Philipp David <pd@3b.pm>
Date: Mon, 8 Mar 2021 18:04:18 +0100
Subject: [PATCH 2/2] New package: img2pdf-0.4.0

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

diff --git a/srcpkgs/img2pdf/template b/srcpkgs/img2pdf/template
new file mode 100644
index 00000000000..4f043ef2c82
--- /dev/null
+++ b/srcpkgs/img2pdf/template
@@ -0,0 +1,14 @@
+# Template file for 'img2pdf'
+pkgname=img2pdf
+version=0.4.0
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+checkdepends="python3-pip python3-wheel"
+depends="python3-pikepdf python3-Pillow"
+short_desc="Lossless conversion of raster images to PDF"
+maintainer="Philipp David <pd@3b.pm>"
+license="GPL-3.0-or-later"
+homepage="https://gitlab.mister-muffin.de/josch/img2pdf"
+distfiles="${PYPI_SITE}/i/img2pdf/img2pdf-${version}.tar.gz"
+checksum=eaee690ab8403dd1a9cb4db10afee41dd3e6c7ed63bdace02a0121f9feadb0c9

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

end of thread, other threads:[~2021-03-15 16:25 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-08 18:19 [PR PATCH] New package: img2pdf-0.4.0 oynqr
2021-03-08 18:21 ` [PR PATCH] [Updated] " oynqr
2021-03-09 10:27 ` oynqr
2021-03-09 12:41 ` [PR PATCH] [Updated] [WIP] " oynqr
2021-03-13 15:22 ` oynqr
2021-03-13 19:31 ` leahneukirchen
2021-03-14 14:05 ` oynqr
2021-03-15 15:36 ` [PR PATCH] [Updated] " oynqr
2021-03-15 15:38 ` oynqr
2021-03-15 15:49 ` oynqr
2021-03-15 16:25 ` [PR PATCH] [Merged]: " leahneukirchen
2021-03-15 16:25 ` leahneukirchen

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