From bd4f867a39afa25a4046d7c38ed855d2d35b261a Mon Sep 17 00:00:00 2001 From: ziggi Date: Fri, 22 May 2020 06:02:01 +0000 Subject: [PATCH] add py-* --- python/py-bjoern/Makefile | 26 ++++++++++++++++++++++++++ python/py-bjoern/distinfo | 3 +++ python/py-bjoern/pkg-descr | 5 +++++ 3 files changed, 34 insertions(+) create mode 100644 python/py-bjoern/Makefile create mode 100644 python/py-bjoern/distinfo create mode 100644 python/py-bjoern/pkg-descr diff --git a/python/py-bjoern/Makefile b/python/py-bjoern/Makefile new file mode 100644 index 00000000..cf334b7e --- /dev/null +++ b/python/py-bjoern/Makefile @@ -0,0 +1,26 @@ +# Created by: Olivier Duchateau +# $FreeBSD: head/www/py-bjoern/Makefile 524442 2020-01-27 20:10:50Z sunpoet $ + +PORTNAME= bjoern +PORTVERSION= 3.1.0 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= python@FreeBSD.org +COMMENT= Fast Python WSGI server + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +LIB_DEPENDS= libev.so:devel/libev + +USES= localbase python +USE_PYTHON= autoplist concurrent distutils + +LDFLAGS+= -lc + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/*.so + +.include diff --git a/python/py-bjoern/distinfo b/python/py-bjoern/distinfo new file mode 100644 index 00000000..89febb06 --- /dev/null +++ b/python/py-bjoern/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1580125367 +SHA256 (bjoern-3.1.0.tar.gz) = 01f3b601cf0ab0a9c7cb9c8f944ab7c738baaa6043ca82db20e9bd7a9be5767b +SIZE (bjoern-3.1.0.tar.gz) = 42061 diff --git a/python/py-bjoern/pkg-descr b/python/py-bjoern/pkg-descr new file mode 100644 index 00000000..de7c1f15 --- /dev/null +++ b/python/py-bjoern/pkg-descr @@ -0,0 +1,5 @@ +bjoern, is a fast and ultra-lightweight asynchronous HTTP/1.1 WSGI server. It +uses Marc Lehmann's hight performance libev event loop and Ryan Dahl's +http-parser. + +WWW: https://github.com/jonashaag/bjoern