mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
14 lines
632 B
Makefile
14 lines
632 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
# Copyright (C) 2025-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="distlib"
|
|
PKG_VERSION="0.4.0"
|
|
PKG_SHA256="feec40075be03a04501a973d81f633735b4b69f98b05450592310c0f401a4e0d"
|
|
PKG_LICENSE="PSF-2.0"
|
|
PKG_SITE="https://github.com/pypa/distlib"
|
|
PKG_URL="https://files.pythonhosted.org/packages/source/d/distlib/distlib-${PKG_VERSION}.tar.gz"
|
|
PKG_SOURCE_DIR="distlib-${PKG_VERSION}"
|
|
PKG_DEPENDS_HOST="Python3:host setuptools:host"
|
|
PKG_LONGDESC="Distlib is a library which implements low-level functions that relate to packaging and distribution of Python software"
|
|
PKG_TOOLCHAIN="python"
|