mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
14 lines
580 B
Makefile
14 lines
580 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2024-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="pybuild"
|
|
PKG_VERSION="1.2.2"
|
|
PKG_SHA256="119b2fb462adef986483438377a13b2f42064a2a3a4161f24a0cca698a07ac8c"
|
|
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"
|