contrib/python3-setuptools-scm/Pkgfile

17 lines
568 B
Plaintext
Raw Normal View History

# Description: Handles managing your python package versions in scm metadata.
# URL: https://github.com/pypa/setuptools_scm
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: python3-typing_extensions python3-wheel
name=python3-setuptools-scm
2024-05-06 23:11:53 +02:00
version=8.1.0
2021-09-12 10:25:45 +02:00
release=1
2024-05-06 23:11:53 +02:00
source=(https://pypi.io/packages/source/s/setuptools_scm/setuptools_scm-$version.tar.gz)
build() {
2024-05-06 23:11:53 +02:00
cd setuptools_scm-$version
/usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
/usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl
}