mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-12 11:31:18 +02:00
add py-unicorn
This commit is contained in:
19
python/py-h11/Makefile
Normal file
19
python/py-h11/Makefile
Normal file
@@ -0,0 +1,19 @@
|
||||
# Created by: Muhammad Moinur Rahman <bofh@FreeBSD.org>
|
||||
# $FreeBSD: head/net/py-h11/Makefile 502242 2019-05-22 02:33:44Z bofh $
|
||||
|
||||
PORTNAME= h11
|
||||
PORTVERSION= 0.9.0
|
||||
CATEGORIES= net python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= bofh@FreeBSD.org
|
||||
COMMENT= Pure-Python, bring-your-own-I/O implementation of HTTP/1.1
|
||||
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
python/py-h11/distinfo
Normal file
3
python/py-h11/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1558482303
|
||||
SHA256 (h11-0.9.0.tar.gz) = 33d4bca7be0fa039f4e84d50ab00531047e53d6ee8ffbc83501ea602c169cae1
|
||||
SIZE (h11-0.9.0.tar.gz) = 93331
|
||||
4
python/py-h11/pkg-descr
Normal file
4
python/py-h11/pkg-descr
Normal file
@@ -0,0 +1,4 @@
|
||||
This is a little HTTP/1.1 library written from scratch in Python, heavily
|
||||
inspired by hyper-h2.
|
||||
|
||||
WWW: https://pypi.org/project/h11/
|
||||
Reference in New Issue
Block a user