opt/python3-wheel/Pkgfile

19 lines
499 B
Plaintext

# Description: A built-package format for Python
# URL: https://pypi.python.org/pypi/wheel
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: python3-setuptools
name=python3-wheel
version=0.43.0
release=1
source=(https://files.pythonhosted.org/packages/source/w/wheel/${name#*-}-$version.tar.gz)
build() {
cd ${name#*-}-$version
export PYTHONHASHSEED=0
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --prefix=/usr --root=$PKG --optimize=1 --skip-build
}