2024-08-22 18:32:58 +02:00
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
|
# Copyright (C) 2024-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
|
|
|
|
|
|
PKG_NAME="pybuild"
|
2024-09-07 05:06:15 +00:00
|
|
|
PKG_VERSION="1.2.2"
|
|
|
|
|
PKG_SHA256="119b2fb462adef986483438377a13b2f42064a2a3a4161f24a0cca698a07ac8c"
|
2024-08-22 18:32:58 +02:00
|
|
|
PKG_LICENSE="BSD"
|
|
|
|
|
PKG_SITE="https://pypi.org/project/build/"
|
|
|
|
|
PKG_URL="https://files.pythonhosted.org/packages/source/b/build/build-${PKG_VERSION}.tar.gz"
|
|
|
|
|
PKG_SOURCE_DIR="build-${PKG_VERSION}"
|
|
|
|
|
PKG_DEPENDS_HOST="flit:host pyproject-hooks:host pyinstaller:host pypackaging:host"
|
|
|
|
|
PKG_LONGDESC="A simple, correct Python build frontend."
|
|
|
|
|
PKG_TOOLCHAIN="python-flit"
|