summaryrefslogtreecommitdiff
path: root/python3-dephell-archive/Pkgfile
blob: f404c644d77a802d79296c42949655c52aa826ca (plain)
    1 # Description: Pathlib for archives
    2 # URL: https://github.com/dephell/dephell_archive
    3 # Maintainer: Tim Biermann, tbier at posteo dot de
    4 # Depends on: python3-attrs
    5 
    6 name=python3-dephell-archive
    7 version=0.1.7
    8 release=1
    9 source=(https://files.pythonhosted.org/packages/source/d/dephell-archive/dephell-archive-$version.tar.gz)
   10 
   11 build() {
   12   cd dephell-archive-$version
   13   find . -name \*.pyc -delete
   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