void-packages/srcpkgs/python3-cachetools/template
2021-01-10 14:22:58 -05:00

19 lines
564 B
Bash

# Template file for 'python3-cachetools'
pkgname=python3-cachetools
version=4.2.0
revision=1
wrksrc="cachetools-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
short_desc="Python3 extensible memoizing collections and decorators"
maintainer="Peter Bui <pbui@github.bx612.space>"
license="MIT"
homepage="https://github.com/tkem/cachetools/"
distfiles="${PYPI_SITE}/c/cachetools/cachetools-${version}.tar.gz"
checksum=3796e1de094f0eaca982441c92ce96c68c89cced4cd97721ab297ea4b16db90e
post_install() {
vlicense LICENSE
}