You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
27 lines
872 B
Tcl
27 lines
872 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-multipledispatch
|
|
version 1.0.0
|
|
revision 0
|
|
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
categories-append devel
|
|
license BSD
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
maintainers {stromnov @stromnov} openmaintainer
|
|
|
|
description A relatively sane approach to multiple dispatch in Python.
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/mrocklin/multipledispatch/
|
|
|
|
checksums rmd160 ac98a697a242e5399a6ff790a20c23c88199d124 \
|
|
sha256 5c839915465c68206c3e9c473357908216c28383b425361e5d144594bf85a7e0 \
|
|
size 12385
|