2021-01-08 08:08:22 -06:00
|
|
|
# -*- 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
|
2025-09-24 18:25:20 -05:00
|
|
|
version 0.27.2
|
2021-01-08 08:08:22 -06:00
|
|
|
revision 0
|
2026-01-26 11:36:04 -06:00
|
|
|
|
2021-01-08 08:08:22 -06:00
|
|
|
categories-append net
|
|
|
|
|
license Apache-2
|
|
|
|
|
maintainers {mps @Schamschula} openmaintainer
|
|
|
|
|
description ftp client/server for asyncio
|
|
|
|
|
long_description {*}${description}
|
2025-06-13 12:55:14 -05:00
|
|
|
homepage https://github.com/aio-libs/aioftp
|
|
|
|
|
|
2022-01-28 12:38:50 -06:00
|
|
|
supported_archs noarch
|
2022-12-07 18:51:53 +11:00
|
|
|
platforms {darwin any}
|
2025-06-13 12:55:14 -05:00
|
|
|
|
2025-09-24 18:25:20 -05:00
|
|
|
checksums rmd160 e865d73abffbc8ee1efcf2101ebd62c60bce4356 \
|
|
|
|
|
sha256 7c048c3220081796c59832a6fd9fd8fad97e3cec12a50be3abccf2dcbbeb261a \
|
|
|
|
|
size 70248
|
2021-01-08 08:08:22 -06:00
|
|
|
|
2026-01-26 11:36:04 -06:00
|
|
|
python.versions 310 311 312 313 314
|
2021-01-08 08:08:22 -06:00
|
|
|
|
2025-04-09 11:09:54 -04:00
|
|
|
patchfiles patch-pyproject.toml.diff
|