contrib/python3-toml/Pkgfile

19 lines
457 B
Plaintext

# Description: A Python library for parsing and creating TOML
# URL: https://github.com/uiri/toml
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: python3-setuptools
name=python3-toml
version=0.10.1
release=1
source=(https://github.com/uiri/toml/archive/$version/$name-$version.tar.gz)
build() {
cd toml-$version
python3 setup.py build
python3 setup.py install --skip-build \
--optimize=1 \
--prefix=/usr \
--root=$PKG
}