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

Generated by cgit