You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
34 lines
993 B
Tcl
34 lines
993 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-toolz
|
|
version 1.1.0
|
|
revision 0
|
|
|
|
categories-append devel
|
|
license BSD
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
maintainers {stromnov @stromnov} openmaintainer
|
|
|
|
description List processing tools and functional utilities.
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/pytoolz/toolz/
|
|
|
|
checksums rmd160 5e201c8d8931ef083a624a72f1a0cd57f800c568 \
|
|
sha256 27a5c770d068c110d9ed9323f24f1543e83b2f300a687b7891c1a6d56b697b5b \
|
|
size 52613
|
|
|
|
if {${subport} ne ${name}} {
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools-git-versioning
|
|
|
|
test.run yes
|
|
}
|