Files
macports-ports/python/py-cachey/Portfile
2026-03-24 15:00:04 -05:00

31 lines
1.1 KiB
Tcl

# -*- 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
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.
supported_archs noarch
platforms {darwin any}
homepage https://github.com/dask/cachey/
python.versions 310 311 312 313 314
checksums rmd160 c99391827dd6a31cf3da54bfec107f9b5883ee64 \
sha256 0310ba8afe52729fa7626325c8d8356a8421c434bf887ac851e58dcf7cf056a6 \
size 6461
if {${name} ne ${subport}} {
depends_lib-append \
port:py${python.version}-heapdict
}