You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
42 lines
1.3 KiB
Tcl
42 lines
1.3 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-toolz
|
|
version 0.11.1
|
|
revision 0
|
|
categories-append devel
|
|
platforms darwin
|
|
license BSD
|
|
supported_archs noarch
|
|
|
|
python.versions 27 35 36 37 38 39
|
|
|
|
maintainers {stromnov @stromnov} openmaintainer
|
|
|
|
description List processing tools and functional utilities.
|
|
long_description ${description}
|
|
|
|
homepage https://github.com/pytoolz/toolz/
|
|
|
|
checksums rmd160 5eb6f41803a305d2d88739b5125f2fc599c67659 \
|
|
sha256 c7a47921f07822fe534fb1c01c9931ab335a4390c782bd28c6bcc7c2f71f3fbf \
|
|
size 64428
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools
|
|
|
|
if {${python.version} <= 35} {
|
|
version 0.10.0
|
|
revision 0
|
|
distname ${python.rootname}-${version}
|
|
checksums rmd160 b89b240b53ed5ad93cbcbdd43e1331fef7ea0639 \
|
|
sha256 08fdd5ef7c96480ad11c12d472de21acd32359996f69a5259299b540feba4560 \
|
|
size 49579
|
|
}
|
|
|
|
livecheck.type none
|
|
}
|