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>
|
||||
Reference in New Issue
Block a user