add py-unicorn

This commit is contained in:
ziggi
2020-07-23 08:20:28 +00:00
parent adf7c51a96
commit 034a8cc18f
20 changed files with 198 additions and 0 deletions

20
python/py-uvloop/Makefile Normal file
View File

@@ -0,0 +1,20 @@
# Created by: Babak Farrokhi <farrokhi@FreeBSD.org>
# $FreeBSD: head/devel/py-uvloop/Makefile 517121 2019-11-09 10:39:40Z farrokhi $
PORTNAME= uvloop
PORTVERSION= 0.14.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= farrokhi@FreeBSD.org
COMMENT= Fast drop-in replacement of asyncio event loop based on libuv
USES= python:3.5+
USE_PYTHON= autoplist concurrent distutils
post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/uvloop/loop.so
.include <bsd.port.mk>

View File

@@ -0,0 +1,3 @@
TIMESTAMP = 1573061673
SHA256 (uvloop-0.14.0.tar.gz) = 123ac9c0c7dd71464f58f1b4ee0bbd81285d96cdda8bc3519281b8973e3a461e
SIZE (uvloop-0.14.0.tar.gz) = 2009041

View File

@@ -0,0 +1,4 @@
uvloop is a fast, drop-in replacement of the built-in asyncio event loop.
uvloop is implemented in Cython and uses libuv under the hood.
WWW: https://github.com/MagicStack/uvloop