2023-09-04 09:47:36 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
|
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
|
|
|
|
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
|
|
|
|
|
|
PKG_NAME="setuptools"
|
2024-09-03 15:37:19 +00:00
|
|
|
PKG_VERSION="74.1.2"
|
|
|
|
|
PKG_SHA256="95b40ed940a1c67eb70fc099094bd6e99c6ee7c23aa2306f4d2697ba7916f9c6"
|
2023-09-04 09:47:36 +00:00
|
|
|
PKG_LICENSE="OSS"
|
|
|
|
|
PKG_SITE="https://pypi.org/project/setuptools"
|
2024-08-21 21:47:29 +02:00
|
|
|
PKG_URL="https://files.pythonhosted.org/packages/source/${PKG_NAME:0:1}/${PKG_NAME}/${PKG_NAME,,}-${PKG_VERSION}.tar.gz"
|
2024-08-22 18:37:52 +02:00
|
|
|
PKG_DEPENDS_HOST="pybuild:host"
|
2023-09-04 09:47:36 +00:00
|
|
|
PKG_LONGDESC="Replaces Setuptools as the standard method for working with Python module distributions."
|
2024-08-22 18:37:52 +02:00
|
|
|
PKG_TOOLCHAIN="python"
|