* [gentoo-commits] repo/gentoo:master commit in: dev-python/pylsqpack/
@ 2024-12-31 16:01 Michał Górny
0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2024-12-31 16:01 UTC (permalink / raw
To: gentoo-commits
commit: 5689a3d95743d25953ce2ac4567a71cb6484a009
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 31 13:45:41 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">aiortc/pylsqpack</remote-id>
+ <remote-id type="pypi">pylsqpack</remote-id>
+ </upstream>
+</pkgmetadata>
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
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pylsqpack/
@ 2025-01-04 16:17 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2025-01-04 16:17 UTC (permalink / raw
To: gentoo-commits
commit: a3ea24c3c740c2b5c7ed56460f6bac20eb3b3f85
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 4 16:16:17 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 4 16:16:17 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3ea24c3
dev-python/pylsqpack: Keyword 0.3.18 arm64, #947275
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/pylsqpack/pylsqpack-0.3.18.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/pylsqpack/pylsqpack-0.3.18.ebuild b/dev-python/pylsqpack/pylsqpack-0.3.18.ebuild
index 4be4c922c3ed..488c14f9a059 100644
--- a/dev-python/pylsqpack/pylsqpack-0.3.18.ebuild
+++ b/dev-python/pylsqpack/pylsqpack-0.3.18.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2024 Gentoo Authors
+# Copyright 2024-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -17,7 +17,7 @@ HOMEPAGE="
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pylsqpack/
@ 2025-01-25 11:01 Arthur Zamarin
0 siblings, 0 replies; 7+ messages in thread
From: Arthur Zamarin @ 2025-01-25 11:01 UTC (permalink / raw
To: gentoo-commits
commit: 88f5b8b23a01921151393a8238186797ae097362
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 25 11:00:56 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 25 11:01:06 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88f5b8b2
dev-python/pylsqpack: Stabilize 0.3.18 amd64, #948691
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/pylsqpack/pylsqpack-0.3.18.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pylsqpack/pylsqpack-0.3.18.ebuild b/dev-python/pylsqpack/pylsqpack-0.3.18.ebuild
index 488c14f9a059..b14f3bf79d5f 100644
--- a/dev-python/pylsqpack/pylsqpack-0.3.18.ebuild
+++ b/dev-python/pylsqpack/pylsqpack-0.3.18.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="amd64 ~arm64"
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pylsqpack/
@ 2025-02-03 5:26 Michał Górny
0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2025-02-03 5:26 UTC (permalink / raw
To: gentoo-commits
commit: 90465529ea3b2fc25c72eba198b4da49bb453fe1
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 3 05:07:04 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Feb 3 05:07:04 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90465529
dev-python/pylsqpack: Bump to 0.3.19
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pylsqpack/Manifest | 1 +
dev-python/pylsqpack/pylsqpack-0.3.19.ebuild | 24 ++++++++++++++++++++++++
2 files changed, 25 insertions(+)
diff --git a/dev-python/pylsqpack/Manifest b/dev-python/pylsqpack/Manifest
index 1061c6de747d..8261df56b460 100644
--- a/dev-python/pylsqpack/Manifest
+++ b/dev-python/pylsqpack/Manifest
@@ -1 +1,2 @@
DIST pylsqpack-0.3.18.tar.gz 659125 BLAKE2B bb7320d9254feb12740536180aa065cdf38af42ed62772178213477fa48222cfb017e5d5c087862b223219ad8a2c1ef1ab65d44de183a906d96a2b11ae51995f SHA512 7a176512cbcea560145be6177976d93ebf61d66b5be3632f29e3cabf90aa9ebbfd3cceac2631c12297019846bc9ba19d292150fc2b7a98d9671175256ee780c0
+DIST pylsqpack-0.3.19.tar.gz 660771 BLAKE2B b4b8ded7022eadf581270465446a6e0df2d241d18cacdc4fcfd725c865c02f17b5af5cbfd8eba65217ef9db1f24babe06faebc16c6cce68042d452dce03ffb1f SHA512 7ed2c24dcacb099d00100c33ae4ede3bf19488d17920267cfe934eb069f3fc3d3a62b275c2a9d3a23ece42f1c09df6cf736cea47b798959a2a09d27dd8eda97d
diff --git a/dev-python/pylsqpack/pylsqpack-0.3.19.ebuild b/dev-python/pylsqpack/pylsqpack-0.3.19.ebuild
new file mode 100644
index 000000000000..488c14f9a059
--- /dev/null
+++ b/dev-python/pylsqpack/pylsqpack-0.3.19.ebuild
@@ -0,0 +1,24 @@
+# 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 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
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pylsqpack/
@ 2025-02-22 9:23 Arthur Zamarin
0 siblings, 0 replies; 7+ messages in thread
From: Arthur Zamarin @ 2025-02-22 9:23 UTC (permalink / raw
To: gentoo-commits
commit: d59c281aef4572852b19464645ef9c21b83840ca
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 22 09:23:18 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 22 09:23:18 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d59c281a
dev-python/pylsqpack: Stabilize 0.3.19 amd64, #950084
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/pylsqpack/pylsqpack-0.3.19.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pylsqpack/pylsqpack-0.3.19.ebuild b/dev-python/pylsqpack/pylsqpack-0.3.19.ebuild
index 488c14f9a059..b14f3bf79d5f 100644
--- a/dev-python/pylsqpack/pylsqpack-0.3.19.ebuild
+++ b/dev-python/pylsqpack/pylsqpack-0.3.19.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="amd64 ~arm64"
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pylsqpack/
@ 2025-02-22 9:37 Michał Górny
0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2025-02-22 9:37 UTC (permalink / raw
To: gentoo-commits
commit: 769fd63cfc12459c7e10f4560eec63fb71ae4c78
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 22 09:35:30 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Feb 22 09:37:05 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=769fd63c
dev-python/pylsqpack: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pylsqpack/Manifest | 1 -
dev-python/pylsqpack/pylsqpack-0.3.18.ebuild | 24 ------------------------
2 files changed, 25 deletions(-)
diff --git a/dev-python/pylsqpack/Manifest b/dev-python/pylsqpack/Manifest
index 8261df56b460..8805dd5b505a 100644
--- a/dev-python/pylsqpack/Manifest
+++ b/dev-python/pylsqpack/Manifest
@@ -1,2 +1 @@
-DIST pylsqpack-0.3.18.tar.gz 659125 BLAKE2B bb7320d9254feb12740536180aa065cdf38af42ed62772178213477fa48222cfb017e5d5c087862b223219ad8a2c1ef1ab65d44de183a906d96a2b11ae51995f SHA512 7a176512cbcea560145be6177976d93ebf61d66b5be3632f29e3cabf90aa9ebbfd3cceac2631c12297019846bc9ba19d292150fc2b7a98d9671175256ee780c0
DIST pylsqpack-0.3.19.tar.gz 660771 BLAKE2B b4b8ded7022eadf581270465446a6e0df2d241d18cacdc4fcfd725c865c02f17b5af5cbfd8eba65217ef9db1f24babe06faebc16c6cce68042d452dce03ffb1f SHA512 7ed2c24dcacb099d00100c33ae4ede3bf19488d17920267cfe934eb069f3fc3d3a62b275c2a9d3a23ece42f1c09df6cf736cea47b798959a2a09d27dd8eda97d
diff --git a/dev-python/pylsqpack/pylsqpack-0.3.18.ebuild b/dev-python/pylsqpack/pylsqpack-0.3.18.ebuild
deleted file mode 100644
index b14f3bf79d5f..000000000000
--- a/dev-python/pylsqpack/pylsqpack-0.3.18.ebuild
+++ /dev/null
@@ -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 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
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pylsqpack/
@ 2025-02-27 21:07 Michał Górny
0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2025-02-27 21:07 UTC (permalink / raw
To: gentoo-commits
commit: 727be580e75840580fb52d2ad3eee4da53cfdffd
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 27 20:29:01 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb 27 21:06:10 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=727be580
dev-python/pylsqpack: Enable pypy3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pylsqpack/pylsqpack-0.3.19.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pylsqpack/pylsqpack-0.3.19.ebuild b/dev-python/pylsqpack/pylsqpack-0.3.19.ebuild
index b14f3bf79d5f..8e0c03b1b029 100644
--- a/dev-python/pylsqpack/pylsqpack-0.3.19.ebuild
+++ b/dev-python/pylsqpack/pylsqpack-0.3.19.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..13} )
+PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} )
inherit distutils-r1 pypi
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2025-02-27 21:08 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-27 21:07 [gentoo-commits] repo/gentoo:master commit in: dev-python/pylsqpack/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2025-02-22 9:37 Michał Górny
2025-02-22 9:23 Arthur Zamarin
2025-02-03 5:26 Michał Górny
2025-01-25 11:01 Arthur Zamarin
2025-01-04 16:17 Sam James
2024-12-31 16:01 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox