summaryrefslogtreecommitdiff
path: root/python3-crashtest/Pkgfile
blob: d052da6462cbab1c717f4b349ca953e3195aeb90 (plain)
    1 # Description: supposedly makes exceptions handling and inspection easier
    2 # URL: https://github.com/sdispater/crashtest
    3 # Maintainer: Tim Biermann, tbier at posteo dot de
    4 # Depends on: python3-pyproject2setuppy python3-yaspin
    5 
    6 name=python3-crashtest
    7 version=0.3.1
    8 release=1
    9 source=(https://github.com/sdispater/crashtest/archive/$version/$name-$version.tar.gz)
   10 
   11 build() {
   12   cd crashtest-$version
   13   /usr/bin/python3 -m pyproject2setuppy.main build
   14   /usr/bin/python3 -m pyproject2setuppy.main install --prefix=/usr \
   15     --root=$PKG \
   16     --skip-build
   17 }

Generated by cgit