summaryrefslogtreecommitdiff
path: root/python3-clikit/Pkgfile
blob: 148b68a0a9fe4adacba048a22f2af4d1f8823e36 (plain)
    1 # Description: clikit allows you to create beautiful and testable command-line interfaces
    2 # URL: https://github.com/sdispater/clikit
    3 # Maintainer: Tim Biermann, tbier at posteo dot de
    4 # Depends on: python3-pastel python3-pylev
    5 #python3-crashtest
    6 
    7 name=python3-clikit
    8 version=0.6.2
    9 release=1
   10 source=(https://github.com/sdispater/clikit/archive/$version/$name-$version.tar.gz)
   11 
   12 build() {
   13   cd clikit-$version
   14   dephell deps convert --from pyproject.toml --to setup.py
   15   /usr/bin/python3 setup.py build
   16   /usr/bin/python3 setup.py install --prefix=/usr \
   17     --root=$PKG \
   18     --skip-build \
   19     -O1
   20 }

Generated by cgit