py-pylsqpack: Import py-pylsqpack-0.3.18 as www/py-pylsqpack
pylsqpack is a wrapper around the ls-qpack library. It provides Python Decoder and Encoder objects to read or write HTTP/3 headers compressed with QPACK.
This commit is contained in:
parent
799552e1b9
commit
c0194a66df
4 changed files with 38 additions and 0 deletions
3
www/py-pylsqpack/DESCR
Normal file
3
www/py-pylsqpack/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
pylsqpack is a wrapper around the ls-qpack library. It provides Python
|
||||
Decoder and Encoder objects to read or write HTTP/3 headers compressed
|
||||
with QPACK.
|
19
www/py-pylsqpack/Makefile
Normal file
19
www/py-pylsqpack/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
# $NetBSD: Makefile,v 1.1 2024/01/06 23:10:39 leot Exp $
|
||||
|
||||
DISTNAME= pylsqpack-0.3.18
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pylsqpack/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= https://github.com/aiortc/pylsqpack
|
||||
COMMENT= Python wrapper for the ls-qpack QPACK library
|
||||
LICENSE= modified-bsd
|
||||
|
||||
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
|
||||
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
|
||||
|
||||
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
||||
|
||||
.include "../../lang/python/wheel.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
11
www/py-pylsqpack/PLIST
Normal file
11
www/py-pylsqpack/PLIST
Normal file
|
@ -0,0 +1,11 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2024/01/06 23:10:39 leot Exp $
|
||||
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
|
||||
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
|
||||
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
|
||||
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
|
||||
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
|
||||
${PYSITELIB}/pylsqpack/__init__.py
|
||||
${PYSITELIB}/pylsqpack/__init__.pyc
|
||||
${PYSITELIB}/pylsqpack/__init__.pyo
|
||||
${PYSITELIB}/pylsqpack/_binding.abi3.so
|
||||
${PYSITELIB}/pylsqpack/binding.c
|
5
www/py-pylsqpack/distinfo
Normal file
5
www/py-pylsqpack/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2024/01/06 23:10:39 leot Exp $
|
||||
|
||||
BLAKE2s (pylsqpack-0.3.18.tar.gz) = eaa0aaf7ee16d7a68f19c2e60ac8ce69d03afbac8d79f1675100a7d28025fa34
|
||||
SHA512 (pylsqpack-0.3.18.tar.gz) = 7a176512cbcea560145be6177976d93ebf61d66b5be3632f29e3cabf90aa9ebbfd3cceac2631c12297019846bc9ba19d292150fc2b7a98d9671175256ee780c0
|
||||
Size (pylsqpack-0.3.18.tar.gz) = 659125 bytes
|
Loading…
Reference in a new issue