summaryrefslogtreecommitdiff
path: root/python3-configobj/Pkgfile
blob: d01892e75860450256cd8105ee8a146aba5976d4 (plain)
    1 # Description: Python 3+ compatible port of the configobj library
    2 # URL: https://github.com/DiffSK/configobj
    3 # Maintainer: Tim Biermann, tbier at posteo dot de
    4 # Depends on: python3-six
    5 
    6 name=python3-configobj
    7 version=5.0.6
    8 release=1
    9 source=(https://github.com/DiffSK/configobj/archive/v$version/configobj-$version.tar.gz)
   10 
   11 build() {
   12   cd configobj-$version
   13   python3 setup.py install \
   14     --optimize=1 \
   15     --root=$PKG
   16 }

Generated by cgit