mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
14 lines
602 B
Makefile
14 lines
602 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2024-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="pypackaging"
|
|
PKG_VERSION="25.0"
|
|
PKG_SHA256="d443872c98d677bf60f6a1f2f8c1cb748e8fe762d2bf9d3148b5599295b0fc4f"
|
|
PKG_LICENSE="BSD"
|
|
PKG_SITE="https://pypi.org/project/build/"
|
|
PKG_URL="https://files.pythonhosted.org/packages/source/p/packaging/packaging-${PKG_VERSION}.tar.gz"
|
|
PKG_SOURCE_DIR="packaging-${PKG_VERSION}"
|
|
PKG_DEPENDS_HOST="flit:host pyinstaller:host"
|
|
PKG_LONGDESC="Reusable core utilities for various Python Packaging interoperability specifications."
|
|
PKG_TOOLCHAIN="python-flit"
|