Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Alexandre Ondet <frcomdev@gmail.com>
To: buildroot@buildroot.org
Cc: Alexandre Ondet <frcomdev@gmail.com>,
	James Hilliard <james.hilliard1@gmail.com>,
	Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Subject: [Buildroot] [PATCH 09/13] package/python-pypdf2: new package
Date: Tue, 28 Apr 2026 13:21:19 -0400	[thread overview]
Message-ID: <20260428172119.2746-1-frcomdev@gmail.com> (raw)

Signed-off-by: Alexandre Ondet <frcomdev@gmail.com>
---
 package/Config.in                        |  1 +
 package/python-pypdf2/Config.in          |  6 ++++++
 package/python-pypdf2/python-pypdf2.hash |  3 +++
 package/python-pypdf2/python-pypdf2.mk   | 14 ++++++++++++++
 4 files changed, 24 insertions(+)
 create mode 100644 package/python-pypdf2/Config.in
 create mode 100644 package/python-pypdf2/python-pypdf2.hash
 create mode 100644 package/python-pypdf2/python-pypdf2.mk

diff --git a/package/Config.in b/package/Config.in
index 763ca02a06..3c89a2a480 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -1342,6 +1342,7 @@ menu "External python modules"
 	source "package/python-pyopenssl/Config.in"
 	source "package/python-pyparsing/Config.in"
 	source "package/python-pyparted/Config.in"
+	source "package/python-pypdf2/Config.in"
 	source "package/python-pyphen/Config.in"
 	source "package/python-pypika-tortoise/Config.in"
 	source "package/python-pypng/Config.in"
diff --git a/package/python-pypdf2/Config.in b/package/python-pypdf2/Config.in
new file mode 100644
index 0000000000..9bf026aba3
--- /dev/null
+++ b/package/python-pypdf2/Config.in
@@ -0,0 +1,6 @@
+config BR2_PACKAGE_PYTHON_PYPDF2
+	bool "python-pypdf2"
+	help
+	  A pure Python PDF library capable of splitting, merging, and editing PDFs.
+
+	  https://pypi.org/project/PyPDF2/
\ No newline at end of file
diff --git a/package/python-pypdf2/python-pypdf2.hash b/package/python-pypdf2/python-pypdf2.hash
new file mode 100644
index 0000000000..c91ff45ad1
--- /dev/null
+++ b/package/python-pypdf2/python-pypdf2.hash
@@ -0,0 +1,3 @@
+# From https://pypi.org/pypi/pypdf2/3.0.1/json
+sha256  a74408f69ba6271f71b9352ef4ed03dc53a31aa404d29b5d31f53bfecfee1440  PyPDF2-3.0.1.tar.gz
+sha256  a97ac230e5f33ef10a5367a850eb01f91f1a0b064e34742c7794d2294557f524  LICENSE
\ No newline at end of file
diff --git a/package/python-pypdf2/python-pypdf2.mk b/package/python-pypdf2/python-pypdf2.mk
new file mode 100644
index 0000000000..45065e24ab
--- /dev/null
+++ b/package/python-pypdf2/python-pypdf2.mk
@@ -0,0 +1,14 @@
+################################################################################
+#
+# python-pypdf2
+#
+################################################################################
+
+PYTHON_PYPDF2_VERSION = 3.0.1
+PYTHON_PYPDF2_SOURCE = PyPDF2-$(PYTHON_PYPDF2_VERSION).tar.gz
+PYTHON_PYPDF2_SITE = https://files.pythonhosted.org/packages/source/p/pypdf2
+PYTHON_PYPDF2_SETUP_TYPE = setuptools
+PYTHON_PYPDF2_LICENSE = BSD-3-Clause
+PYTHON_PYPDF2_LICENSE_FILES = LICENSE
+
+$(eval $(python-package))
\ No newline at end of file
-- 
2.53.0.windows.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

                 reply	other threads:[~2026-04-28 17:21 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20260428172119.2746-1-frcomdev@gmail.com \
    --to=frcomdev@gmail.com \
    --cc=buildroot@buildroot.org \
    --cc=james.hilliard1@gmail.com \
    --cc=thomas.petazzoni@bootlin.com \
    /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