Add py-curio 1.2
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. WWW: https://github.com/dabeaz/curio
This commit is contained in:
parent
473a700239
commit
ad55df6cad
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=534338
4 changed files with 31 additions and 0 deletions
|
@ -4289,6 +4289,7 @@
|
|||
SUBDIR += py-crcmod
|
||||
SUBDIR += py-ctags
|
||||
SUBDIR += py-cuisine
|
||||
SUBDIR += py-curio
|
||||
SUBDIR += py-cursive
|
||||
SUBDIR += py-curtsies
|
||||
SUBDIR += py-cxx
|
||||
|
|
21
devel/py-curio/Makefile
Normal file
21
devel/py-curio/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= curio
|
||||
PORTVERSION= 1.2
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT=
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= python:3.6+
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/py-curio/distinfo
Normal file
3
devel/py-curio/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1588777609
|
||||
SHA256 (curio-1.2.tar.gz) = 90f320fafb3f5b791f25ffafa7b561cc980376de173afd575a2114380de7939b
|
||||
SIZE (curio-1.2.tar.gz) = 228413
|
6
devel/py-curio/pkg-descr
Normal file
6
devel/py-curio/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
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.
|
||||
|
||||
WWW: https://github.com/dabeaz/curio
|
Loading…
Reference in a new issue