mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
pyproject-hooks: initial package
This commit is contained in:
parent
28bc5fe111
commit
289ccd6594
13
packages/python/devel/pyproject-hooks/package.mk
Normal file
13
packages/python/devel/pyproject-hooks/package.mk
Normal file
@ -0,0 +1,13 @@
|
||||
# SPDX-License-Identifier: GPL-2.0
|
||||
# Copyright (C) 2024-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="pyproject-hooks"
|
||||
PKG_VERSION="1.0.0"
|
||||
PKG_SHA256="f271b298b97f5955d53fb12b72c1fb1948c22c1a6b70b315c54cedaca0264ef5"
|
||||
PKG_LICENSE="BSD"
|
||||
PKG_SITE="https://pypi.org/project/pyproject-hooks/"
|
||||
PKG_URL="https://files.pythonhosted.org/packages/source/p/pyproject_hooks/pyproject_hooks-${PKG_VERSION}.tar.gz"
|
||||
PKG_SOURCE_DIR="pyproject_hooks-${PKG_VERSION}"
|
||||
PKG_DEPENDS_HOST="flit:host pyinstaller:host"
|
||||
PKG_LONGDESC="pyproject-hooks provides the basic functionality to help write tooling that generates distribution files from Python projects."
|
||||
PKG_TOOLCHAIN="python-flit"
|
Loading…
x
Reference in New Issue
Block a user