summaryrefslogtreecommitdiff
path: root/python3-dephell-links/Pkgfile
blob: 210adca441bec509475b8df36af21aae0f6adb4a (plain)
    1 # Description: Parse dependency links
    2 # URL: https://github.com/dephell/dephell_links
    3 # Maintainer: Tim Biermann, tbier at posteo dot de
    4 # Depends on: python3-attrs
    5 
    6 name=python3-dephell-links
    7 version=0.1.5
    8 release=1
    9 source=(https://files.pythonhosted.org/packages/source/d/dephell_links/dephell_links-$version.tar.gz)
   10 
   11 build() {
   12   cd dephell_links-$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