From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5527E1581F0 for ; Tue, 31 Dec 2024 16:01:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 808FEE07C9; Tue, 31 Dec 2024 16:01:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2CF09E07D1 for ; Tue, 31 Dec 2024 16:01:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 60A99335DEB for ; Tue, 31 Dec 2024 16:01:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD35C97F for ; Tue, 31 Dec 2024 16:01:10 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1735660862.5689a3d95743d25953ce2ac4567a71cb6484a009.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pylsqpack/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pylsqpack/Manifest dev-python/pylsqpack/metadata.xml dev-python/pylsqpack/pylsqpack-0.3.18.ebuild X-VCS-Directories: dev-python/pylsqpack/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 5689a3d95743d25953ce2ac4567a71cb6484a009 X-VCS-Branch: master Date: Tue, 31 Dec 2024 16:01:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cd312a37-965b-4ce5-acd2-b44e0541b901 X-Archives-Hash: 4ad5426da56da580bed8e01dc90d8ed8 commit: 5689a3d95743d25953ce2ac4567a71cb6484a009 Author: Michał Górny gentoo org> AuthorDate: Tue Dec 31 13:45:41 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Dec 31 16:01:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5689a3d9 dev-python/pylsqpack: New package, v0.3.18 Needed for dev-python/aioquic, then net-proxy/mitmproxy. Signed-off-by: Michał Górny gentoo.org> dev-python/pylsqpack/Manifest | 1 + dev-python/pylsqpack/metadata.xml | 11 +++++++++++ dev-python/pylsqpack/pylsqpack-0.3.18.ebuild | 24 ++++++++++++++++++++++++ 3 files changed, 36 insertions(+) diff --git a/dev-python/pylsqpack/Manifest b/dev-python/pylsqpack/Manifest new file mode 100644 index 000000000000..1061c6de747d --- /dev/null +++ b/dev-python/pylsqpack/Manifest @@ -0,0 +1 @@ +DIST pylsqpack-0.3.18.tar.gz 659125 BLAKE2B bb7320d9254feb12740536180aa065cdf38af42ed62772178213477fa48222cfb017e5d5c087862b223219ad8a2c1ef1ab65d44de183a906d96a2b11ae51995f SHA512 7a176512cbcea560145be6177976d93ebf61d66b5be3632f29e3cabf90aa9ebbfd3cceac2631c12297019846bc9ba19d292150fc2b7a98d9671175256ee780c0 diff --git a/dev-python/pylsqpack/metadata.xml b/dev-python/pylsqpack/metadata.xml new file mode 100644 index 000000000000..58ed1040e239 --- /dev/null +++ b/dev-python/pylsqpack/metadata.xml @@ -0,0 +1,11 @@ + + + + + python@gentoo.org + + + aiortc/pylsqpack + pylsqpack + + diff --git a/dev-python/pylsqpack/pylsqpack-0.3.18.ebuild b/dev-python/pylsqpack/pylsqpack-0.3.18.ebuild new file mode 100644 index 000000000000..4be4c922c3ed --- /dev/null +++ b/dev-python/pylsqpack/pylsqpack-0.3.18.ebuild @@ -0,0 +1,24 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_EXT=1 +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( pypy3 python3_{10..13} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Python wrapper for the ls-qpack QPACK library" +HOMEPAGE=" + https://github.com/aiortc/pylsqpack/ + https://pypi.org/project/pylsqpack/ +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" + +distutils_enable_tests pytest + +# TODO: package ls-qpack and unbundle it