Files

31 lines
1013 B
Tcl
Raw Permalink Normal View History

2014-08-31 18:39:20 +00:00
# -*- 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
2025-11-22 18:10:00 +03:00
version 1.1.0
2017-12-18 15:33:38 +03:00
revision 0
2014-08-31 18:39:20 +00:00
categories-append devel
license BSD
python.versions 310 311 312 313 314
2014-08-31 18:39:20 +00:00
2018-06-18 01:29:09 -05:00
maintainers {stromnov @stromnov} openmaintainer
2014-08-31 18:39:20 +00:00
description Cython implementation of Toolz.
2024-02-03 13:43:25 -05:00
long_description {*}${description}
2014-08-31 18:39:20 +00:00
homepage https://github.com/pytoolz/cytoolz/
2025-11-22 18:10:00 +03:00
checksums rmd160 cd7cede8177ea9acac52a4e24809b9a8e3916be2 \
sha256 13a7bf254c3c0d28b12e2290b82aed0f0977a4c2a2bf84854fcdc7796a29f3b0 \
size 642510
2014-08-31 18:39:20 +00:00
if {${name} ne ${subport}} {
2016-12-12 14:01:46 +03:00
depends_build-append \
2025-11-22 18:10:00 +03:00
port:py${python.version}-cython \
port:py${python.version}-setuptools-git-versioning
2016-12-12 14:01:46 +03:00
depends_lib-append port:py${python.version}-toolz
2014-08-31 18:39:20 +00:00
}