You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
26 lines
803 B
Tcl
26 lines
803 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-zict
|
|
version 3.0.0
|
|
revision 0
|
|
categories-append devel
|
|
license BSD
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
python.versions 310 311 312
|
|
|
|
maintainers {stromnov @stromnov} openmaintainer
|
|
|
|
description Mutable mapping tools.
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/mrocklin/zict/
|
|
|
|
checksums rmd160 65d582cda415e7076ae129ff73447e85fde3d509 \
|
|
sha256 e321e263b6a97aafc0790c3cfb3c04656b7066e6738c37fffcca95d803c9fba5 \
|
|
size 33238
|