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
929 B
Tcl
26 lines
929 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-bidict
|
|
version 0.23.1
|
|
revision 0
|
|
|
|
license MPL-2
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
maintainers {@harens harens} openmaintainer
|
|
|
|
description The bidirectional mapping library for Python
|
|
long_description The bidict library provides several friendly, efficient data structures \
|
|
for working with bidirectional mappings in Python.
|
|
|
|
homepage https://bidict.readthedocs.io/
|
|
|
|
checksums rmd160 4e4b539347b4fe1b2f0319e83feafa485acc5380 \
|
|
sha256 03069d763bc387bbd20e7d49914e75fc4132a41937fa3405417e1a5a2d006d71 \
|
|
size 29093
|
|
|
|
python.versions 310 311 312 313 314
|