Import py-http_ece-1.0.5, from Pamela Mosiejczuk
guidance from me, tweak from bcallah@, ok phessler@ py-http_ece is a simple implementation of Encrypted Content-Encoding for HTTP (RFC 8188).
This commit is contained in:
parent
1edb3dd80d
commit
c52b8d9a6b
26
www/py-http_ece/Makefile
Normal file
26
www/py-http_ece/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2018/10/04 23:38:20 danj Exp $
|
||||
|
||||
MODPY_EGG_VERSION = 1.0.5
|
||||
COMMENT = encrypted Content Encoding for HTTP
|
||||
DISTNAME = http_ece-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-http_ece-${MODPY_EGG_VERSION}
|
||||
CATEGORIES = www
|
||||
|
||||
HOMEPAGE = https://github.com/martinthomson/encrypted-content-encoding
|
||||
MAINTAINER = Pamela Mosiejczuk <pamela@cranky.work>
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
|
||||
MODULES = lang/python
|
||||
MODPY_SETUPTOOLS = Yes
|
||||
MODPY_PI = Yes
|
||||
|
||||
FLAVORS = python3
|
||||
FLAVOR ?=
|
||||
|
||||
RUN_DEPENDS = security/py-cryptography${MODPY_FLAVOR}
|
||||
|
||||
NO_TEST= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
www/py-http_ece/distinfo
Normal file
2
www/py-http_ece/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (http_ece-1.0.5.tar.gz) = LzGgZAwxoMKTSrHjcAXdmlWa6FShYwT5uDngYgdBBsw=
|
||||
SIZE (http_ece-1.0.5.tar.gz) = 4841
|
2
www/py-http_ece/pkg/DESCR
Normal file
2
www/py-http_ece/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
py-http_ece is a simple implementation of Encrypted Content-Encoding for
|
||||
HTTP (RFC 8188).
|
11
www/py-http_ece/pkg/PLIST
Normal file
11
www/py-http_ece/pkg/PLIST
Normal file
@ -0,0 +1,11 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2018/10/04 23:38:20 danj Exp $
|
||||
lib/python${MODPY_VERSION}/site-packages/http_ece/
|
||||
lib/python${MODPY_VERSION}/site-packages/http_ece-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/http_ece-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
|
||||
lib/python${MODPY_VERSION}/site-packages/http_ece-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/http_ece-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/http_ece-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/http_ece-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/http_ece/__init__.py
|
||||
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/http_ece/${MODPY_PYCACHE}/
|
||||
lib/python${MODPY_VERSION}/site-packages/http_ece/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
|
Loading…
x
Reference in New Issue
Block a user