public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypdf/
Date: Sun,  8 Oct 2023 17:48:03 +0000 (UTC)	[thread overview]
Message-ID: <1696787271.6a9d5258193eb571fed75437cdec796e0bc7121f.mgorny@gentoo> (raw)

commit:     6a9d5258193eb571fed75437cdec796e0bc7121f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  8 17:02:15 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Oct  8 17:47:51 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a9d5258

dev-python/pypdf: Bump to 3.16.3

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pypdf/Manifest            |  2 ++
 dev-python/pypdf/pypdf-3.16.3.ebuild | 57 ++++++++++++++++++++++++++++++++++++
 2 files changed, 59 insertions(+)

diff --git a/dev-python/pypdf/Manifest b/dev-python/pypdf/Manifest
index 06f7f703576d..f15f3220257b 100644
--- a/dev-python/pypdf/Manifest
+++ b/dev-python/pypdf/Manifest
@@ -1,4 +1,6 @@
 DIST pypdf-3.15.5.gh.tar.gz 7930893 BLAKE2B acdd6254c45e11631faccc4fd6029525d7cec52f7cf222d48f95a9bb736a83bdb9dfc6bf2830f55d0f881eb23ca0641c06fa97165c64789f7b152998febfe017 SHA512 173cfbfbbd5f2f08ebd03aa36750904d5a7ac328c27da1b38bda7b34586bf86eab391b3c1e9a6dd5f2e754d1871303afe151a80a3bb5d4ab867b6a019ecef054
 DIST pypdf-3.16.2.gh.tar.gz 7968803 BLAKE2B 7bca0cf5baefb79d9c3a76445fd5cf77478a2f076f5c3e6c891d9f107cbb2ee08535388ae1ba84b0aeaf63ebebfe54966603cbeb7a5a2c0b0327e7506893d893 SHA512 01dfdcf5038820dd0d922e57cfa3eae472a406eca4d24a46596028aa23d0bb88a805204faa3576e3ed4e49ba552619002b2be305498b31e9b96afa19a2575f7d
+DIST pypdf-3.16.3.gh.tar.gz 7969623 BLAKE2B f7e09af12483500c47d88395b52d00315e6e4943631223aa89111f79d6e0ac6714450895ef48086c79ff4e325c8e79b937deea3c06e76848349e379a70d3e8dd SHA512 54db6f2e7946b3785379949f54f9e11c00f4e8cc210923b1007e02820d0e87951146e684751c67e5d66058b5600f83c00371bafae2f0c6068ade966c36623d0f
 DIST pypdf-sample-files-935652968f76a41b4fa51afd05498e7dd7314c5e.gh.tar.gz 11187445 BLAKE2B e9332009a49249fdaa8b6c29258b11dfcf3627a5550ea7402cf0288bb4b0537136b039e6f4aefb03574076d1fc0af6100effc0d36510f035d9e63836ad52c4d7 SHA512 8d525aa323e5b45f71130459faa9686ec4ae04bc594895a64f1a5b6d027f866c48aca78602ad526000a11b547cc77068d1ac5e733d3e3a99df0e257c02fbb9e7
 DIST pypdf-sample-files-b60ca63512466d1bafc587a2b223961b23a8e48a.gh.tar.gz 11199764 BLAKE2B e68bfb587c26a7a0ba9bb687e2b44d607cf890454dc2e5380db4037cb9a0be571e72b178d5ac86a0556f09fc344fc6ea76ee87bf9c6dee63799853acaba714b0 SHA512 20ff1d623a67fd0b08e1dfefc47d29ed28b5c62f1e0ef5a32699876e265541d97c10067ec954a387ba4952319d6903fb3d4db97e686200f9142329db06a11a7b
+DIST pypdf-sample-files-d87c33efc0f98225132dfe9c47980208b8130aa4.gh.tar.gz 11645535 BLAKE2B 3f96adaf4abc50a4390d9432878571a0ef9dd43dd34f307bb4bb6fd110d5ecdde988578860f110a6c8578cef96eac5410ded3204989fd20e6a6f1a84fac2fe83 SHA512 cb68a2eb06ef6738bef979f3b20c66fb925fbcb029cb22dfa5ea9b23b71ba07cb8e364e14eca34ebeb3b11e367c94738e32c9067b56b4da505bf77ab402abd06

diff --git a/dev-python/pypdf/pypdf-3.16.3.ebuild b/dev-python/pypdf/pypdf-3.16.3.ebuild
new file mode 100644
index 000000000000..036ff7bc421d
--- /dev/null
+++ b/dev-python/pypdf/pypdf-3.16.3.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+SAMPLE_COMMIT=d87c33efc0f98225132dfe9c47980208b8130aa4
+DESCRIPTION="Python library to work with PDF files"
+HOMEPAGE="
+	https://pypi.org/project/pypdf/
+	https://github.com/py-pdf/pypdf/
+"
+SRC_URI="
+	https://github.com/py-pdf/pypdf/archive/${PV}.tar.gz
+		-> ${P}.gh.tar.gz
+	test? (
+		https://github.com/py-pdf/sample-files/archive/${SAMPLE_COMMIT}.tar.gz
+			-> ${PN}-sample-files-${SAMPLE_COMMIT}.gh.tar.gz
+	)
+"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+
+BDEPEND="
+	test? (
+		dev-python/cryptography[${PYTHON_USEDEP}]
+		>=dev-python/pillow-8.0.0[jpeg,jpeg2k,tiff,${PYTHON_USEDEP}]
+	)
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+	# rely on -Werror
+	tests/test_utils.py::test_deprecate_no_replacement
+	tests/test_workflows.py::test_orientations
+	# TODO: requires fpdf
+	tests/test_page.py::test_compression
+	tests/test_writer.py::test_merging_many_temporary_files
+)
+
+src_unpack() {
+	default
+	if use test; then
+		mv "sample-files-${SAMPLE_COMMIT}"/* "${S}"/sample-files/ || die
+	fi
+}
+
+python_test() {
+	epytest -o addopts= -m "not enable_socket"
+}


             reply	other threads:[~2023-10-08 17:48 UTC|newest]

Thread overview: 111+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-08 17:48 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-16  9:21 [gentoo-commits] repo/gentoo:master commit in: dev-python/pypdf/ Michał Górny
2024-11-16  9:20 Michał Górny
2024-11-16  8:38 Arthur Zamarin
2024-11-16  8:09 Michał Górny
2024-10-28  5:12 Michał Górny
2024-10-19 10:17 Michał Górny
2024-10-19 10:11 Arthur Zamarin
2024-10-19  9:26 Arthur Zamarin
2024-10-19  7:39 Arthur Zamarin
2024-09-29 15:20 Michał Górny
2024-09-18 14:03 Michał Górny
2024-08-10  8:19 Michał Górny
2024-08-10  8:17 Michał Górny
2024-08-10  7:25 Michał Górny
2024-08-10  6:46 Michał Górny
2024-07-22  1:47 Michał Górny
2024-07-15  9:04 Michał Górny
2024-05-18  8:09 Michał Górny
2024-04-25  3:39 Michał Górny
2024-04-24 17:16 Sam James
2024-04-24 16:15 Sam James
2024-04-24 15:31 Sam James
2024-04-08  3:06 Michał Górny
2024-03-22 12:37 Michał Górny
2024-03-22  6:14 Arthur Zamarin
2024-03-22  6:14 Arthur Zamarin
2024-03-21 18:13 Arthur Zamarin
2024-03-07 18:44 Sam James
2024-03-07 17:09 Michał Górny
2024-03-07 16:22 Michał Górny
2024-03-04  6:31 Michał Górny
2024-02-19  4:10 Michał Górny
2024-02-14 17:25 Michał Górny
2024-02-14 16:44 Sam James
2024-01-29 10:11 Michał Górny
2024-01-29  5:06 Michał Górny
2024-01-28 19:37 Michał Górny
2024-01-19 18:28 Arthur Zamarin
2024-01-13 12:45 Michał Górny
2024-01-13 12:02 Sam James
2024-01-13 10:00 Arthur Zamarin
2024-01-13  9:22 Arthur Zamarin
2023-12-25  7:06 Michał Górny
2023-12-18  5:18 Michał Górny
2023-12-11  4:14 Michał Górny
2023-11-25  6:58 Michał Górny
2023-11-25  6:36 Sam James
2023-11-25  6:36 Sam James
2023-11-14 20:06 Michał Górny
2023-10-30 18:10 Michał Górny
2023-10-28 15:23 Michał Górny
2023-10-27 19:32 Sam James
2023-10-27 19:32 Sam James
2023-10-11  3:22 Michał Górny
2023-09-26  4:44 Michał Górny
2023-09-25 19:26 Sam James
2023-09-25 18:27 Arthur Zamarin
2023-09-25  2:55 Michał Górny
2023-09-18  2:39 Michał Górny
2023-09-10 14:51 Michał Górny
2023-09-04  2:48 Michał Górny
2023-08-27 15:59 Michał Górny
2023-08-26  9:46 Michał Górny
2023-08-24 12:47 Michał Górny
2023-08-21  2:52 Michał Górny
2023-08-14  6:26 Michał Górny
2023-08-07  3:01 Michał Górny
2023-07-30 17:51 Michał Górny
2023-07-28  9:26 Michał Górny
2023-07-28  7:56 Sam James
2023-07-28  7:56 Sam James
2023-07-24  3:33 Michał Górny
2023-07-17  7:34 Michał Górny
2023-07-10  2:36 Michał Górny
2023-07-03  4:15 Michał Górny
2023-06-28  5:06 Michał Górny
2023-06-27 11:36 Michał Górny
2023-06-27  9:08 Jakov Smolić
2023-06-27  7:14 Sam James
2023-06-25  2:26 Michał Górny
2023-06-24  6:10 Michał Górny
2023-06-19 13:43 Michał Górny
2023-06-19  4:58 Michał Górny
2023-06-05  5:07 Michał Górny
2023-06-01  7:24 Sam James
2023-05-23 16:21 Michał Górny
2023-05-23 16:10 Arthur Zamarin
2023-05-23 15:35 Arthur Zamarin
2023-05-22  5:53 Michał Górny
2023-04-28 15:57 Arthur Zamarin
2023-04-28 15:55 Arthur Zamarin
2023-04-28 14:41 Arthur Zamarin
2023-04-23 19:30 Michał Górny
2023-04-17  5:41 Michał Górny
2023-04-10  6:07 Michał Górny
2023-03-30 17:12 Michał Górny
2023-03-30 16:57 Sam James
2023-03-30 15:34 Arthur Zamarin
2023-03-26 18:02 Michał Górny
2023-03-19 19:03 Michał Górny
2023-03-12 13:18 Michał Górny
2023-03-07 15:45 Sam James
2023-03-07  7:08 Michał Górny
2023-03-04 11:17 Arthur Zamarin
2023-02-27  5:38 Michał Górny
2023-02-13  6:05 Michał Górny
2023-02-06  4:31 Michał Górny
2023-01-23  7:34 Michał Górny
2023-01-09  8:09 Michał Górny
2023-01-01  7:26 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1696787271.6a9d5258193eb571fed75437cdec796e0bc7121f.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox