mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -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="74.1.2"
|
|
PKG_SHA256="95b40ed940a1c67eb70fc099094bd6e99c6ee7c23aa2306f4d2697ba7916f9c6"
|
|
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"
|