summaryrefslogtreecommitdiff
path: root/python3-pylev/Pkgfile
blob: a5a605e14b4fe335b34249c8b656590f03d666ef (plain)
    1 # Description: A pure Python Levenshtein implementation
    2 # URL: https://github.com/toastdriven/pylev
    3 # Maintainer: Tim Biermann, tbier at posteo dot de
    4 # Depends on: python3-setuptools
    5 
    6 name=python3-pylev
    7 version=1.4.0
    8 release=1
    9 source=(https://github.com/toastdriven/pylev/archive/v$version/$name-$version.tar.gz)
   10 
   11 build() {
   12   cd pylev-$version
   13   /usr/bin/python3 setup.py build
   14   /usr/bin/python3 setup.py install --prefix=/usr \
   15     --root=$PKG \
   16     --skip-build \
   17     -O1
   18 }

Generated by cgit