mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
14 lines
639 B
Makefile
14 lines
639 B
Makefile
# 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"
|
|
PKG_VERSION="80.9.0"
|
|
PKG_SHA256="f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c"
|
|
PKG_LICENSE="OSS"
|
|
PKG_SITE="https://pypi.org/project/setuptools"
|
|
PKG_URL="https://files.pythonhosted.org/packages/source/${PKG_NAME:0:1}/${PKG_NAME}/${PKG_NAME,,}-${PKG_VERSION}.tar.gz"
|
|
PKG_DEPENDS_HOST="pybuild:host"
|
|
PKG_LONGDESC="Replaces Setuptools as the standard method for working with Python module distributions."
|
|
PKG_TOOLCHAIN="python"
|