mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
29 lines
1.0 KiB
Tcl
29 lines
1.0 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-aiosignal
|
|
version 1.4.0
|
|
license Apache-2
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
maintainers {toby @tobypeterson} openmaintainer
|
|
description manage callbacks in asyncio projects
|
|
long_description A project to manage callbacks in asyncio projects.
|
|
|
|
homepage https://github.com/aio-libs/aiosignal
|
|
|
|
checksums rmd160 2d1174c7e4131c66b9cdecd93a967a04284c8ad3 \
|
|
sha256 f47eecd9468083c2029cc99945502cb7708b082c232f9aca65da147157b251c7 \
|
|
size 25007
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append port:py${python.version}-frozenlist
|
|
if {${python.version} < 313} {
|
|
depends_lib-append port:py${python.version}-typing_extensions
|
|
}
|
|
}
|