summaryrefslogtreecommitdiff
path: root/python3-webencodings/Pkgfile
blob: 1260e1364f3def052fe9cbf714ecbc01115241b2 (plain)
    1 # Description: Character encoding for the web.
    2 # URL: https://github.com/gsnedders/python-webencodings
    3 # Maintainer: Tim Biermann, tbier at posteo dot de
    4 # Depends on: python3-setuptools
    5 
    6 name=python3-webencodings
    7 version=0.5.1
    8 release=1
    9 source=(https://github.com/gsnedders/python-webencodings/archive/v$version/$name-$version.tar.gz)
   10 
   11 build() {
   12   cd python-webencodings-$version
   13   /usr/bin/python3 setup.py install --root=$PKG
   14 }

Generated by cgit