You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
26 lines
833 B
Tcl
26 lines
833 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-multitasking
|
|
version 0.0.13
|
|
revision 0
|
|
|
|
categories-append devel
|
|
license Apache-2
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
|
|
description Non-blocking Python methods using decorators
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/ranaroussi/multitasking
|
|
|
|
checksums rmd160 52f76be3c25f70d4bb3cb76b947b38feee8d02f8 \
|
|
sha256 d896b5df877c9ca5eeddbf0e5994124694d6cb535aba698fb23344c7025155a1 \
|
|
size 20585
|
|
|
|
python.versions 310 311 312 313 314
|