contrib/python3-dephell-argparse/Pkgfile

19 lines
547 B
Plaintext

# Description: Argparse with groups, commands, colors, and fuzzy matching
# URL: https://github.com/dephell/dephell_argparse
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: python3-setuptools
name=python3-dephell-argparse
version=0.1.3
release=1
source=(https://files.pythonhosted.org/packages/source/d/dephell_argparse/dephell_argparse-$version.tar.gz)
build() {
cd dephell_argparse-$version
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --prefix=/usr \
--root=$PKG \
-O1 \
--skip-build
}