void-packages/srcpkgs/python3-cachetools/template
2020-04-25 21:56:16 +02:00

19 lines
577 B
Bash

# Template file for 'python3-cachetools'
pkgname=python3-cachetools
version=4.1.0
revision=1
archs=noarch
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=1d057645db16ca7fe1f3bd953558897603d6f0b9c51ed9d11eb4d071ec4e2aab
post_install() {
vlicense LICENSE
}