You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
31 lines
1013 B
Tcl
31 lines
1013 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-cytoolz
|
|
version 1.1.0
|
|
revision 0
|
|
categories-append devel
|
|
license BSD
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
maintainers {stromnov @stromnov} openmaintainer
|
|
|
|
description Cython implementation of Toolz.
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/pytoolz/cytoolz/
|
|
|
|
checksums rmd160 cd7cede8177ea9acac52a4e24809b9a8e3916be2 \
|
|
sha256 13a7bf254c3c0d28b12e2290b82aed0f0977a4c2a2bf84854fcdc7796a29f3b0 \
|
|
size 642510
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-cython \
|
|
port:py${python.version}-setuptools-git-versioning
|
|
depends_lib-append port:py${python.version}-toolz
|
|
}
|