You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
3f72da0ad2
Signed-off-by: Paul Guyot <pguyot@kallisys.net>
33 lines
937 B
Tcl
33 lines
937 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-aiofiles
|
|
version 25.1.0
|
|
revision 0
|
|
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
license Apache-2
|
|
maintainers {judaew @judaew} openmaintainer
|
|
|
|
description File support for asyncio.
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/Tinche/aiofiles
|
|
|
|
checksums rmd160 e43b0177b3d5adf6db7346833a9088eaeff54e12 \
|
|
sha256 a8d728f0a29de45dc521f18f07297428d56992a742f0cd2701ba86e44d23d5b2 \
|
|
size 46354
|
|
|
|
|
|
|
|
python.versions 310 311 312 313 314
|
|
python.pep517_backend hatch
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append \
|
|
port:py${python.version}-hatch-vcs
|
|
}
|