mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-02 05:33:57 -09:00
Package was updated using an updated version of scanpypi:
https://patchwork.ozlabs.org/project/buildroot/patch/20251001002004.3178942-1-james.hilliard1@gmail.com/
Updated license hash due to copyright year bump:
394e97272b
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
25 lines
1.1 KiB
Makefile
25 lines
1.1 KiB
Makefile
################################################################################
|
|
#
|
|
# python-sip-qt5
|
|
#
|
|
################################################################################
|
|
|
|
# Note about the package version:
|
|
# This module version corresponds in fact to the "sip" ABI
|
|
# version (not the version of its generator). See:
|
|
# https://github.com/Python-SIP/sip/blob/6.8.6/sipbuild/module/source/12/sip.h.in#L43
|
|
# The source git repository of this module is located at:
|
|
# https://github.com/Python-SIP/sip/tree/main/sipbuild/module/source
|
|
# The Python-SIP version/tag which generated a given "sip" module is
|
|
# recorded in the PyPI source file "sip.h", in the SIP_VERSION_STR
|
|
# macro. For example, PyQt5-sip 12.15.0 was generated with Python-SIP
|
|
# 6.8.6.
|
|
PYTHON_PYQT5_SIP_VERSION = 12.18.0
|
|
PYTHON_PYQT5_SIP_SITE = https://files.pythonhosted.org/packages/f3/31/5ef342de9faee0f3801088946ae103db9b9eaeba3d6a64fefd5ce74df244
|
|
PYTHON_PYQT5_SIP_SOURCE = pyqt5_sip-$(PYTHON_PYQT5_SIP_VERSION).tar.gz
|
|
PYTHON_PYQT5_SIP_LICENSE = BSD-2-Clause
|
|
PYTHON_PYQT5_SIP_LICENSE_FILES = LICENSE
|
|
PYTHON_PYQT5_SIP_SETUP_TYPE = setuptools
|
|
|
|
$(eval $(python-package))
|