pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-pylsqpack: Import py-pylsqpack-0.3.18 as wip/py-pylsqpack



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Mon Jan 1 21:37:15 2024 +0100
Changeset:	3f89c84db5f6633ac4552bcdf36374a2b43154e7

Added Files:
	py-pylsqpack/DESCR
	py-pylsqpack/Makefile
	py-pylsqpack/PLIST
	py-pylsqpack/distinfo

Log Message:
py-pylsqpack: Import py-pylsqpack-0.3.18 as wip/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.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3f89c84db5f6633ac4552bcdf36374a2b43154e7

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-pylsqpack/DESCR    |  3 +++
 py-pylsqpack/Makefile | 17 +++++++++++++++++
 py-pylsqpack/PLIST    | 11 +++++++++++
 py-pylsqpack/distinfo |  5 +++++
 4 files changed, 36 insertions(+)

diffs:
diff --git a/py-pylsqpack/DESCR b/py-pylsqpack/DESCR
new file mode 100644
index 0000000000..e12a9f4c5c
--- /dev/null
+++ b/py-pylsqpack/DESCR
@@ -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.
diff --git a/py-pylsqpack/Makefile b/py-pylsqpack/Makefile
new file mode 100644
index 0000000000..c767f02baa
--- /dev/null
+++ b/py-pylsqpack/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD$
+
+DISTNAME=	pylsqpack-0.3.18
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	www python
+MASTER_SITES=	${MASTER_SITE_PYPI:=p/pylsqpack/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/aiortc/pylsqpack
+COMMENT=	Python wrapper for the ls-qpack QPACK library
+LICENSE=	modified-bsd
+
+# Only for Python 3.x
+PYTHON_VERSIONS_INCOMPATIBLE=	27
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-pylsqpack/PLIST b/py-pylsqpack/PLIST
new file mode 100644
index 0000000000..557c4c9e89
--- /dev/null
+++ b/py-pylsqpack/PLIST
@@ -0,0 +1,11 @@
+@comment $NetBSD$
+${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
diff --git a/py-pylsqpack/distinfo b/py-pylsqpack/distinfo
new file mode 100644
index 0000000000..9b320b849e
--- /dev/null
+++ b/py-pylsqpack/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+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


Home | Main Index | Thread Index | Old Index