# Description: Work with version specifiers # URL: https://github.com/dephell/dephell_specifier # Maintainer: Tim Biermann, tbier at posteo dot de # Depends on: python3-packaging name=python3-dephell-specifier version=0.2.2 release=1 source=(https://files.pythonhosted.org/packages/source/d/dephell_specifier/dephell_specifier-$version.tar.gz) build() { cd dephell_specifier-$version /usr/bin/python3 setup.py build /usr/bin/python3 setup.py install --prefix=/usr \ --root=$PKG \ --skip-build \ -O1 }