package/python-pylibfdt: bump to version 1.7.1

We need to pass the --skip-dependency-check build option as we do
not provide the swig dependency as a python package but rather
as a normal installed package.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
James Hilliard
2024-09-17 16:23:22 -06:00
committed by Yann E. MORIN
parent 805b820a5a
commit f408d01c97
2 changed files with 8 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
# md5, sha256 from https://pypi.python.org/pypi/pylibfdt/json
md5 353ee3063d0b10e94d165e032897d34e pylibfdt-1.7.0.post1.tar.gz
sha256 2d048f9f8ce9a0527d497f423dea1f1135f9811c05b009cc5d5753771c1f9ba1 pylibfdt-1.7.0.post1.tar.gz
# Locally computed
# md5, sha256 from https://pypi.org/pypi/pylibfdt/json
md5 8b137ca636ab30a8fa10c35c419bf3ec pylibfdt-1.7.1.tar.gz
sha256 254224035abd85d1409bfa59967ed249103e7bcf0d3a638aea64454e2f776e97 pylibfdt-1.7.1.tar.gz
# Locally computed sha256 checksums
sha256 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd BSD-2-Clause
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 GPL

View File

@@ -4,14 +4,16 @@
#
################################################################################
PYTHON_PYLIBFDT_VERSION = 1.7.0.post1
PYTHON_PYLIBFDT_VERSION = 1.7.1
PYTHON_PYLIBFDT_SOURCE = pylibfdt-$(PYTHON_PYLIBFDT_VERSION).tar.gz
PYTHON_PYLIBFDT_SITE = https://files.pythonhosted.org/packages/96/5c/77ef0f0459e0b13f39ecc22e21ad4ac9fbe741e8a7cd70702ac8165f80e2
PYTHON_PYLIBFDT_SITE = https://files.pythonhosted.org/packages/1f/99/26fa7008cc0020da5c6407c48b34de21b3613232bd8875814016aec3ead5
PYTHON_PYLIBFDT_SETUP_TYPE = pep517
PYTHON_PYLIBFDT_LICENSE = BSD-2-Clause or GPL-2.0+
PYTHON_PYLIBFDT_LICENSE_FILES = BSD-2-Clause GPL
PYTHON_PYLIBFDT_DEPENDENCIES = host-python-setuptools-scm host-swig
PYTHON_PYLIBFDT_BUILD_OPTS = --skip-dependency-check
HOST_PYTHON_PYLIBFDT_DEPENDENCIES = host-python-setuptools-scm host-swig
HOST_PYTHON_PYLIBFDT_BUILD_OPTS = --skip-dependency-check
$(eval $(python-package))
$(eval $(host-python-package))