summaryrefslogtreecommitdiff
path: root/python3-setuptools-scm/Pkgfile
blob: 38280ce0c8eef9c23014a1c22f0ab063e234ac39 (plain)
    1 # Description: Handles managing your python package versions in scm metadata.
    2 # URL: https://github.com/pypa/setuptools_scm
    3 # Maintainer: Tim Biermann, tbier at posteo dot de
    4 # Depends on: python3-build python3-installer python3-typing_extensions
    5 
    6 name=python3-setuptools-scm
    7 version=7.1.0
    8 release=1
    9 source=(https://pypi.io/packages/source/s/setuptools_scm/setuptools_scm-$version.tar.gz)
   10 
   11 build() {
   12   cd setuptools_scm-$version
   13 
   14   /usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
   15   /usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl
   16 }

Generated by cgit