You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
28 lines
894 B
Tcl
28 lines
894 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
|
|
PortGroup github 1.0
|
|
|
|
github.setup matplotlib cycler 0.10.0 v
|
|
name py-cycler
|
|
categories-append math
|
|
platforms darwin
|
|
license {PSF BSD}
|
|
maintainers nomaintainer
|
|
description cycler: composable cycles
|
|
long_description $description
|
|
|
|
checksums rmd160 cf3cceb56449e99d74920b57c9119ecb30fe5e77 \
|
|
sha256 5fd8508cb46ec86a4e08b13e946eb7fef16217e76fdb95601ae2c069e3efbbaf \
|
|
size 21691
|
|
|
|
python.versions 27 35 36 37 38 39
|
|
|
|
if {${subport} ne ${name}} {
|
|
depends_build port:py${python.version}-setuptools
|
|
depends_lib port:py${python.version}-six
|
|
|
|
livecheck.type none
|
|
}
|