mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
24 lines
787 B
Tcl
24 lines
787 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-cachelib
|
|
version 0.10.2
|
|
license BSD
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
maintainers {@harens harens} openmaintainer
|
|
|
|
description A collection of cache libraries in the same API interface
|
|
long_description {*}${description}.
|
|
|
|
homepage https://github.com/pallets/cachelib
|
|
|
|
checksums rmd160 8f451260b7aff590a278ab4d97ae136cae2a3570 \
|
|
sha256 593faeee62a7c037d50fc835617a01b887503f972fb52b188ae7e50e9cb69740 \
|
|
size 32323
|
|
|
|
python.versions 310 311
|