opt/python3-packaging/Pkgfile

17 lines
477 B
Plaintext
Raw Normal View History

2017-02-04 07:53:09 +01:00
# Description: Core utilities for Python packages.
# URL: https://pypi.python.org/pypi/packaging/
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: python3-pip
2017-02-04 07:53:09 +01:00
name=python3-packaging
2023-04-29 20:46:47 +02:00
version=23.1
2022-07-02 14:32:56 +02:00
release=1
source=(https://files.pythonhosted.org/packages/source/${name:8:1}/${name#*-}/${name#*-}-$version.tar.gz)
2017-02-04 07:53:09 +01:00
build() {
cd packaging-$version
2017-02-04 07:53:09 +01:00
PIP_CONFIG_FILE=/dev/null /usr/bin/pip3 install --isolated --root=$PKG \
--ignore-installed --no-deps .
2017-02-04 07:53:09 +01:00
}