You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
27 lines
869 B
Tcl
27 lines
869 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-aioftp
|
|
version 0.27.2
|
|
revision 0
|
|
|
|
categories-append net
|
|
license Apache-2
|
|
maintainers {mps @Schamschula} openmaintainer
|
|
description ftp client/server for asyncio
|
|
long_description {*}${description}
|
|
homepage https://github.com/aio-libs/aioftp
|
|
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
checksums rmd160 e865d73abffbc8ee1efcf2101ebd62c60bce4356 \
|
|
sha256 7c048c3220081796c59832a6fd9fd8fad97e3cec12a50be3abccf2dcbbeb261a \
|
|
size 70248
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
patchfiles patch-pyproject.toml.diff
|