# Description: Character encoding for the web. # URL: https://github.com/gsnedders/python-webencodings # Maintainer: Tim Biermann, tbier at posteo dot de # Depends on: python3-setuptools name=python3-webencodings version=0.5.1 release=1 source=(https://github.com/gsnedders/python-webencodings/archive/v$version/$name-$version.tar.gz) build() { cd python-webencodings-$version /usr/bin/python3 setup.py install --root=$PKG }