mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
add py-unicorn
This commit is contained in:
20
python/py-uvloop/Makefile
Normal file
20
python/py-uvloop/Makefile
Normal 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>
|
||||
3
python/py-uvloop/distinfo
Normal file
3
python/py-uvloop/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1573061673
|
||||
SHA256 (uvloop-0.14.0.tar.gz) = 123ac9c0c7dd71464f58f1b4ee0bbd81285d96cdda8bc3519281b8973e3a461e
|
||||
SIZE (uvloop-0.14.0.tar.gz) = 2009041
|
||||
4
python/py-uvloop/pkg-descr
Normal file
4
python/py-uvloop/pkg-descr
Normal 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
|
||||
Reference in New Issue
Block a user