You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
47 lines
1.5 KiB
Tcl
47 lines
1.5 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-singledispatch
|
|
version 4.1.1
|
|
revision 0
|
|
categories-append devel
|
|
platforms {darwin any}
|
|
license MIT
|
|
supported_archs noarch
|
|
|
|
python.versions 27 39 310 311 312
|
|
|
|
maintainers {stromnov @stromnov} openmaintainer
|
|
|
|
description Backport of functools.singledispatch from Python 3.4
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/jaraco/singledispatch
|
|
|
|
checksums rmd160 0549c1163e4b0a090fa5b9f3bcb69c5854739050 \
|
|
sha256 f200caabe9ddf6e3072332f51ebd4e6780bec24fc265291fae9298af07705ce8 \
|
|
size 18044
|
|
|
|
if {${name} ne ${subport}} {
|
|
|
|
if {${python.version} eq 27} {
|
|
version 3.7.0
|
|
revision 0
|
|
distname ${python.rootname}-${version}
|
|
checksums rmd160 91adc369ae8cb49239caed4bc7345ab7dcf37d53 \
|
|
sha256 c1a4d5c1da310c3fd8fccfb8d4e1cb7df076148fd5d858a819e37fffe44f3092 \
|
|
size 18013
|
|
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools
|
|
depends_lib-append port:py${python.version}-six
|
|
}
|
|
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools_scm
|
|
|
|
livecheck.type none
|
|
}
|