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
1.1 KiB
Tcl
34 lines
1.1 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-scoop
|
|
version 0.7.2.0
|
|
revision 0
|
|
categories-append devel
|
|
license LGPL
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
python.versions 310
|
|
|
|
maintainers {stromnov @stromnov} openmaintainer
|
|
|
|
description SCOOP (Scalable COncurrent Operations in Python)
|
|
|
|
long_description SCOOP (Scalable COncurrent Operations in Python) \
|
|
is a distributed task module allowing concurrent \
|
|
parallel programming on various environments, from \
|
|
heterogeneous grids to supercomputers.
|
|
|
|
homepage http://pyscoop.org/
|
|
|
|
checksums rmd160 8e3b6b44ba0794283b766fef234b3b39772a9ca0 \
|
|
sha256 7658faf751627f5507b6f636794721d89db1771234a36e1378ee6796dd7ee761
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append port:py${python.version}-greenlet \
|
|
port:py${python.version}-zmq
|
|
}
|