You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
32 lines
1.0 KiB
Tcl
32 lines
1.0 KiB
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 0.6.0
|
|
revision 0
|
|
categories-append devel
|
|
platforms darwin
|
|
license BSD
|
|
|
|
python.versions 27 35 36 37 38
|
|
|
|
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 6c2fdb13708c4e9ead65a7c0c8a8ccb66616d5ce \
|
|
sha256 a7ab1451fd0bf9b92cab3edbd7b205622fb767aeefb4fb536c2e3de9e0a38bea \
|
|
size 10294
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools
|
|
depends_lib-append port:py${python.version}-six
|
|
livecheck.type none
|
|
}
|