Files

31 lines
1.1 KiB
Tcl
Raw Permalink Normal View History

2021-12-13 13:40:32 -06:00
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
PortGroup python 1.0
name py-cachey
version 0.2.1
revision 0
2026-03-24 15:00:04 -05:00
2021-12-13 13:40:32 -06:00
license Permissive
maintainers {mps @Schamschula} openmaintainer
description Caching for Analytic Computations
long_description {*}${description} Normal caching policies like LRU aren't well \
suited for analytic computations where both the cost of \
recomputation and the cost of storage routinely vary by one million \
or more.
2022-01-27 18:20:32 -06:00
supported_archs noarch
2022-12-08 17:29:58 +11:00
platforms {darwin any}
2021-12-13 13:40:32 -06:00
homepage https://github.com/dask/cachey/
2026-03-24 15:00:04 -05:00
python.versions 310 311 312 313 314
2021-12-13 13:40:32 -06:00
checksums rmd160 c99391827dd6a31cf3da54bfec107f9b5883ee64 \
sha256 0310ba8afe52729fa7626325c8d8356a8421c434bf887ac851e58dcf7cf056a6 \
size 6461
if {${name} ne ${subport}} {
depends_lib-append \
port:py${python.version}-heapdict
}