You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
29 lines
1008 B
Tcl
29 lines
1008 B
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-flexcache
|
|
version 0.3
|
|
revision 0
|
|
|
|
license Permissive
|
|
maintainers {mps @Schamschula} openmaintainer
|
|
description An robust and extensible package to cache on disk the result of expensive calculations.
|
|
long_description {*}${description}
|
|
homepage https://github.com/hgrecco/flexcache
|
|
|
|
checksums rmd160 2b794c51852ea2f5b82da1e8a582166239dabef4 \
|
|
sha256 18743bd5a0621bfe2cf8d519e4c3bfdf57a269c15d1ced3fb4b64e0ff4600656 \
|
|
size 15816
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools_scm
|
|
|
|
depends_lib-append \
|
|
port:py${python.version}-typing_extensions
|
|
}
|