dev-python/pylsqpack: Remove old

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny 2025-05-31 15:06:53 +02:00
parent 893f55c18e
commit 3b86e7f594
No known key found for this signature in database
GPG Key ID: 639ADAE2329E240E
4 changed files with 0 additions and 88 deletions

View File

@ -1,3 +1 @@
DIST pylsqpack-0.3.19.tar.gz 660771 BLAKE2B b4b8ded7022eadf581270465446a6e0df2d241d18cacdc4fcfd725c865c02f17b5af5cbfd8eba65217ef9db1f24babe06faebc16c6cce68042d452dce03ffb1f SHA512 7ed2c24dcacb099d00100c33ae4ede3bf19488d17920267cfe934eb069f3fc3d3a62b275c2a9d3a23ece42f1c09df6cf736cea47b798959a2a09d27dd8eda97d
DIST pylsqpack-0.3.20.tar.gz 676273 BLAKE2B ee031fdc56f8193b9f0b13c806f88d76d1e1bc2c8d6b1a5530a9630c07912251e9f9010d958c1f7a5c86aca895533768ead907573723544d0a662482051d131a SHA512 42cb9276ba4a2ffdbd1dd96813c4ab27881c2fe35616fa32e760d2341c71f1065db4959bde1a444df61ca85399870b9a736ed16e8a2768c96edee2df11bdb063
DIST pylsqpack-0.3.22.tar.gz 676356 BLAKE2B 1ad8283b00273f4a60a3edd7d125d3b9a3efc61deff209f709908ad16ed68c658158247443e643ef38b53e118076e23d651134dc91974bd79fa94d7d1496d328 SHA512 16b6abee85c9d2b02b50d9edd047018439cfb64e65ee0c065f070ddd673235fef99795c31a7fe8fe48b242071c20cbdf0ba5d76d59838cec593e57c3a99ee01e

View File

@ -1,24 +0,0 @@
# Copyright 2024-2025 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 pypy3_11 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 ~arm64"
distutils_enable_tests pytest
# TODO: package ls-qpack and unbundle it

View File

@ -1,38 +0,0 @@
# Copyright 2024-2025 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 pypy3_11 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 ~arm64"
distutils_enable_tests pytest
DEPEND="
dev-libs/ls-qpack:=
"
RDEPEND="
${DEPEND}
"
src_prepare() {
local PATCHES=(
"${FILESDIR}/${P}-unbundle.patch"
)
distutils-r1_src_prepare
rm -r vendor || die
}

View File

@ -1,24 +0,0 @@
# Copyright 2024-2025 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 pypy3_11 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 ~arm64"
distutils_enable_tests pytest
# TODO: package ls-qpack and unbundle it