summaryrefslogtreecommitdiff
path: root/python3-toml/Pkgfile
blob: 9db4fba26e0e6160b7c70f9d849bd6a0db2c3ca6 (plain)
    1 # Description: A Python library for parsing and creating TOML
    2 # URL: https://github.com/uiri/toml
    3 # Maintainer: Tim Biermann, tbier at posteo dot de
    4 # Depends on: python3-setuptools
    5 
    6 name=python3-toml
    7 version=0.10.2
    8 release=1
    9 #source=(https://github.com/uiri/toml/archive/$version/$name-$version.tar.gz)
   10 source=(https://files.pythonhosted.org/packages/be/ba/1f744cdc819428fc6b5084ec34d9b30660f6f9daaf70eead706e3203ec3c/toml-$version.tar.gz)
   11 
   12 build() {
   13   cd toml-$version
   14   /usr/bin/python3 setup.py build
   15   /usr/bin/python3 setup.py install --skip-build \
   16     --optimize=1 \
   17     --prefix=/usr \
   18     --root=$PKG
   19 }

Generated by cgit