void-packages/srcpkgs/python3-cachetools/template

20 lines
665 B
Bash

# Template file for 'python3-cachetools'
pkgname=python3-cachetools
version=5.4.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="python3"
checkdepends="python3-pytest"
short_desc="Python3 extensible memoizing collections and decorators"
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
license="MIT"
homepage="https://github.com/tkem/cachetools/"
changelog="https://raw.githubusercontent.com/tkem/cachetools/master/CHANGELOG.rst"
distfiles="${PYPI_SITE}/c/cachetools/cachetools-${version}.tar.gz"
checksum=b8adc2e7c07f105ced7bc56dbb6dfbe7c4a00acce20e2227b3f355be89bc6827
post_install() {
vlicense LICENSE
}