summaryrefslogtreecommitdiff
path: root/python3-cachetools/Pkgfile
blob: 421f0308c16c8428b57dd4f6a000d47c4271e57a (plain)
    1 # Description: Extensible memoizing collections and decorators
    2 # URL: https://github.com/tkem/cachetools
    3 # Maintainer: Tim Biermann, tbier at posteo dot de
    4 # Depends on: python3-setuptools
    5 
    6 name=python3-cachetools
    7 version=4.2.4
    8 release=1
    9 source=(https://github.com/tkem/cachetools/archive/v$version/$name-$version.tar.gz)
   10 
   11 build() {
   12   cd cachetools-$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