void-packages/srcpkgs/python3-cachetools/template
Peter Bui 0cbf6d7f56 python3-cachetools: update to 4.0.0.
Upstream has dropped support for Python2.
2020-02-18 12:19:31 +01:00

19 lines
577 B
Bash

# Template file for 'python3-cachetools'
pkgname=python3-cachetools
version=4.0.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=9a52dd97a85f257f4e4127f15818e71a0c7899f121b34591fcc1173ea79a0198
post_install() {
vlicense LICENSE
}