SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
25
www/py-http_ece/Makefile
Normal file
25
www/py-http_ece/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
MODPY_EGG_VERSION = 1.1.0
|
||||
COMMENT = encrypted Content Encoding for HTTP
|
||||
DISTNAME = http_ece-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-http_ece-${MODPY_EGG_VERSION}
|
||||
CATEGORIES = www
|
||||
REVISION = 5
|
||||
|
||||
HOMEPAGE = https://github.com/martinthomson/encrypted-content-encoding
|
||||
MAINTAINER = Pamela Mosiejczuk <pamela@openbsd.org>
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = lang/python
|
||||
MODPY_PYBUILD = setuptools
|
||||
MODPY_PI = Yes
|
||||
|
||||
FLAVORS = python3
|
||||
FLAVOR = python3
|
||||
|
||||
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.1.0.tar.gz) = ky68L6fCFpVMMgoYiunB8E0B5nvsnNzhv7yRKBOwtPg=
|
||||
SIZE (http_ece-1.1.0.tar.gz) = 4902
|
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).
|
12
www/py-http_ece/pkg/PLIST
Normal file
12
www/py-http_ece/pkg/PLIST
Normal file
|
@ -0,0 +1,12 @@
|
|||
@conflict py-http_ece-*
|
||||
@pkgpath www/py-http_ece
|
||||
lib/python${MODPY_VERSION}/site-packages/http_ece/
|
||||
lib/python${MODPY_VERSION}/site-packages/http_ece-${MODPY_EGG_VERSION}.dist-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/http_ece-${MODPY_EGG_VERSION}.dist-info/METADATA
|
||||
lib/python${MODPY_VERSION}/site-packages/http_ece-${MODPY_EGG_VERSION}.dist-info/RECORD
|
||||
lib/python${MODPY_VERSION}/site-packages/http_ece-${MODPY_EGG_VERSION}.dist-info/WHEEL
|
||||
lib/python${MODPY_VERSION}/site-packages/http_ece-${MODPY_EGG_VERSION}.dist-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}${MODPY_PYOEXTENSION}
|
||||
lib/python${MODPY_VERSION}/site-packages/http_ece/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
|
Loading…
Add table
Add a link
Reference in a new issue