* [Buildroot] [PATCH 1/1] package/python-qrcode: bump to version 8.0
@ 2024-10-09 17:43 James Hilliard
2024-10-10 21:35 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: James Hilliard @ 2024-10-09 17:43 UTC (permalink / raw)
To: buildroot; +Cc: James Hilliard, Thomas Petazzoni, Asaf Kahlon
Migrate from setuptools to poetry build backend.
Drop no longer required python-pypng runtime dependency.
Drop no longer required python-typing-extensions runtime dependency.
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
package/python-qrcode/Config.in | 2 --
package/python-qrcode/python-qrcode.hash | 4 ++--
package/python-qrcode/python-qrcode.mk | 7 ++++---
3 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/package/python-qrcode/Config.in b/package/python-qrcode/Config.in
index 6e63d83e41..9a17cc1f08 100644
--- a/package/python-qrcode/Config.in
+++ b/package/python-qrcode/Config.in
@@ -1,7 +1,5 @@
config BR2_PACKAGE_PYTHON_QRCODE
bool "python-qrcode"
- select BR2_PACKAGE_PYTHON_PYPNG # runtime
- select BR2_PACKAGE_PYTHON_TYPING_EXTENSIONS # runtime
help
Pure python QR Code generator
diff --git a/package/python-qrcode/python-qrcode.hash b/package/python-qrcode/python-qrcode.hash
index 48b2d7b2b0..ceeaf05f49 100644
--- a/package/python-qrcode/python-qrcode.hash
+++ b/package/python-qrcode/python-qrcode.hash
@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/qrcode/json
-md5 a4c47fe5ff966b105098998cfb2294de qrcode-7.4.2.tar.gz
-sha256 9dd969454827e127dbd93696b20747239e6d540e082937c90f14ac95b30f5845 qrcode-7.4.2.tar.gz
+md5 29561c9082864010f884d2fc5b3e62de qrcode-8.0.tar.gz
+sha256 025ce2b150f7fe4296d116ee9bad455a6643ab4f6e7dce541613a4758cbce347 qrcode-8.0.tar.gz
# Locally computed sha256 checksums
sha256 40dfb903c94ee3f789500131311186548ecba5cefd3557623d7700e2522ab994 LICENSE
diff --git a/package/python-qrcode/python-qrcode.mk b/package/python-qrcode/python-qrcode.mk
index 97b181a1e1..770befc9f2 100644
--- a/package/python-qrcode/python-qrcode.mk
+++ b/package/python-qrcode/python-qrcode.mk
@@ -4,11 +4,12 @@
#
################################################################################
-PYTHON_QRCODE_VERSION = 7.4.2
+PYTHON_QRCODE_VERSION = 8.0
PYTHON_QRCODE_SOURCE = qrcode-$(PYTHON_QRCODE_VERSION).tar.gz
-PYTHON_QRCODE_SITE = https://files.pythonhosted.org/packages/30/35/ad6d4c5a547fe9a5baf85a9edbafff93fc6394b014fab30595877305fa59
-PYTHON_QRCODE_SETUP_TYPE = setuptools
+PYTHON_QRCODE_SITE = https://files.pythonhosted.org/packages/d7/db/6fc9631cac1327f609d2c8ae3680ecd987a2e97472437f2de7ead1235156
+PYTHON_QRCODE_SETUP_TYPE = pep517
PYTHON_QRCODE_LICENSE = BSD-3-Clause
PYTHON_QRCODE_LICENSE_FILES = LICENSE
+PYTHON_QRCODE_DEPENDENCIES = host-python-poetry-core
$(eval $(python-package))
--
2.34.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/python-qrcode: bump to version 8.0
2024-10-09 17:43 [Buildroot] [PATCH 1/1] package/python-qrcode: bump to version 8.0 James Hilliard
@ 2024-10-10 21:35 ` Thomas Petazzoni via buildroot
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-10-10 21:35 UTC (permalink / raw)
To: James Hilliard; +Cc: Asaf Kahlon, buildroot
On Wed, 9 Oct 2024 11:43:23 -0600
James Hilliard <james.hilliard1@gmail.com> wrote:
> Migrate from setuptools to poetry build backend.
>
> Drop no longer required python-pypng runtime dependency.
>
> Drop no longer required python-typing-extensions runtime dependency.
>
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
> ---
> package/python-qrcode/Config.in | 2 --
> package/python-qrcode/python-qrcode.hash | 4 ++--
> package/python-qrcode/python-qrcode.mk | 7 ++++---
> 3 files changed, 6 insertions(+), 7 deletions(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-10-10 21:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-09 17:43 [Buildroot] [PATCH 1/1] package/python-qrcode: bump to version 8.0 James Hilliard
2024-10-10 21:35 ` Thomas Petazzoni via buildroot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.