dev-python/curio: add 1.6, drop 1.5

Closes: https://bugs.gentoo.org/848165
Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
Julien Roy
2023-01-29 14:27:34 -05:00
parent f199a47f90
commit 7a696ec761
4 changed files with 42 additions and 59 deletions

View File

@@ -1,16 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<longdescription lang="en">
<!-- maintainer-needed -->
<longdescription lang="en">
Curio is a coroutine-based library for concurrent Python systems programming. It provides standard programming abstractions such as as tasks, sockets, files, locks, and queues. It works on Unix and Windows. You'll find it to be familiar, small, fast, and fun
Core Features
Curio supports standard synchronization primitives (events, locks, recursive locks, semaphores, and condition variables), queues, subprocesses, as well as running tasks in threads and processes. The task model fully supports cancellation, task groups, timeouts, monitoring, and other features critical to writing reliable code.
</longdescription>
<upstream>
<remote-id type="github">dabeaz/curio</remote-id>
<remote-id type="pypi">curio</remote-id>
</upstream>
</longdescription>
<upstream>
<maintainer>
<name>David Beazley</name>
<email>dave@dabeaz.com</email>
</maintainer>
<remote-id type="github">dabeaz/curio</remote-id>
<remote-id type="pypi">curio</remote-id>
<bugs-to>https://github.com/dabeaz/curio/issues</bugs-to>
<changelog>https://github.com/dabeaz/curio/blob/master/CHANGES</changelog>
<doc>https://curio.readthedocs.io/</doc>
</upstream>
</pkgmetadata>