20 lines
577 B
Bash
20 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
|
|
}
|