Skip to content

Commit 15b32cf

Browse files
committed
py-curio: add py314 subport; code cleanup
1 parent 31d42ac commit 15b32cf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

python/py-curio/Portfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,21 @@ PortGroup python 1.0
66
name py-curio
77
version 1.6
88
revision 0
9+
910
license BSD
1011
maintainers nomaintainer
11-
platforms {darwin any}
12-
supported_archs noarch
13-
1412
description Curio is a coroutine-based library for concurrent systems programming
1513
long_description {*}${description}. It provides standard programming \
1614
abstractions such as as tasks, sockets, files, locks, \
1715
and queues as well as some advanced features such as \
1816
support for structured concurrency.
19-
2017
homepage https://github.com/dabeaz/curio
2118

22-
python.versions 310 311 312 313
19+
platforms {darwin any}
20+
supported_archs noarch
2321

2422
checksums rmd160 ef35df43eccfbbadd94dc10b1ecd4f804f870bde \
2523
sha256 562a586db20216ba7d2be8263deb9eb079e56048f9b8906d11d5f45aa81c5247 \
2624
size 235660
25+
26+
python.versions 310 311 312 313 314

0 commit comments

Comments
 (0)