* [gentoo-commits] repo/gentoo:master commit in: dev-python/zipstream-ng/
@ 2024-11-25 19:01 Sam James
0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2024-11-25 19:01 UTC (permalink / raw
To: gentoo-commits
commit: 3cf8f26b5e2be75f4d6e8e8a1d387f0d0e0c8ad4
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 25 19:00:45 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Nov 25 19:00:56 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cf8f26b
dev-python/zipstream-ng: Stabilize 1.8.0 amd64, #944887
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/zipstream-ng/zipstream-ng-1.8.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/zipstream-ng/zipstream-ng-1.8.0.ebuild b/dev-python/zipstream-ng/zipstream-ng-1.8.0.ebuild
index 409495712f36..2da5aba0503f 100644
--- a/dev-python/zipstream-ng/zipstream-ng-1.8.0.ebuild
+++ b/dev-python/zipstream-ng/zipstream-ng-1.8.0.ebuild
@@ -16,6 +16,6 @@ HOMEPAGE="
LICENSE="LGPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/zipstream-ng/
@ 2025-02-27 21:07 Michał Górny
0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2025-02-27 21:07 UTC (permalink / raw
To: gentoo-commits
commit: 881632e9492d04091979dc7fd7a55e3c0d0812a7
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 27 20:27:42 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb 27 21:04:59 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=881632e9
dev-python/zipstream-ng: Enable pypy3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/zipstream-ng/zipstream-ng-1.8.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/zipstream-ng/zipstream-ng-1.8.0.ebuild b/dev-python/zipstream-ng/zipstream-ng-1.8.0.ebuild
index 2da5aba0503f..6457f623da56 100644
--- a/dev-python/zipstream-ng/zipstream-ng-1.8.0.ebuild
+++ b/dev-python/zipstream-ng/zipstream-ng-1.8.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 2024 Gentoo Authors
+# Copyright 2024-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
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] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/zipstream-ng/
@ 2024-10-10 18:25 Michał Górny
0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2024-10-10 18:25 UTC (permalink / raw
To: gentoo-commits
commit: 4d9e50a725b6653deda8fb9ea459e4788bd11cfa
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 10 17:59:38 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Oct 10 18:25:36 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d9e50a7
dev-python/zipstream-ng: Bump to 1.8.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/zipstream-ng/Manifest | 1 +
dev-python/zipstream-ng/zipstream-ng-1.8.0.ebuild | 21 +++++++++++++++++++++
2 files changed, 22 insertions(+)
diff --git a/dev-python/zipstream-ng/Manifest b/dev-python/zipstream-ng/Manifest
index e3b3029d4bc3..8af609a0d0e1 100644
--- a/dev-python/zipstream-ng/Manifest
+++ b/dev-python/zipstream-ng/Manifest
@@ -1 +1,2 @@
DIST zipstream-ng-1.7.1.tar.gz 35488 BLAKE2B e255f01945eb654d2cac9e90bb7e06e5b93d6098ff7d79de765c2c6e69dc29932c909ed9b5b3737b6fbd2050165596d78e4e4602e9f63c032e6bc087596638c8 SHA512 4e39aeb47222a7e790ee8d7281f6f41f54568eef92e26467ff249c3dec9987b766943290f6b1554cd0d5d5e7908e06a2b862e5555694c6a4a433c80264a22c9a
+DIST zipstream_ng-1.8.0.tar.gz 35887 BLAKE2B 554a16922a7f12d50deec50eabfcbc282eb20d7333c0a17e184a0f1cdc3cd07c7503c381550a96fd5d64e801a0f72e706ea791f08597793d8833a38d09baea37 SHA512 87f5ac8fb099f3faa142408a1d76521f1b4c90ded98fcd319ebe4b128cdfb0f34a41c8642c77f0420ea08d38d8c544f4406bbfc946459cd198c8fa5448964636
diff --git a/dev-python/zipstream-ng/zipstream-ng-1.8.0.ebuild b/dev-python/zipstream-ng/zipstream-ng-1.8.0.ebuild
new file mode 100644
index 000000000000..409495712f36
--- /dev/null
+++ b/dev-python/zipstream-ng/zipstream-ng-1.8.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A modern and easy to use streamable zip file generator"
+HOMEPAGE="
+ https://github.com/pR0Ps/zipstream-ng/
+ https://pypi.org/project/zipstream-ng/
+"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/zipstream-ng/
@ 2024-08-12 12:48 Arthur Zamarin
0 siblings, 0 replies; 6+ messages in thread
From: Arthur Zamarin @ 2024-08-12 12:48 UTC (permalink / raw
To: gentoo-commits
commit: 623bc90960caa7f616350d0ea3af705684546c1a
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 12 12:48:28 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 12 12:48:28 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=623bc909
dev-python/zipstream-ng: Keyword 1.7.1 arm64, #937699
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/zipstream-ng/zipstream-ng-1.7.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/zipstream-ng/zipstream-ng-1.7.1.ebuild b/dev-python/zipstream-ng/zipstream-ng-1.7.1.ebuild
index 1c5700daef64..542ac579c26e 100644
--- a/dev-python/zipstream-ng/zipstream-ng-1.7.1.ebuild
+++ b/dev-python/zipstream-ng/zipstream-ng-1.7.1.ebuild
@@ -17,6 +17,6 @@ HOMEPAGE="
LICENSE="LGPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/zipstream-ng/
@ 2024-08-10 15:41 Michał Górny
0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2024-08-10 15:41 UTC (permalink / raw
To: gentoo-commits
commit: 44f5c156f25dce679ef3c7676ea26b263ef692ef
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 10 15:41:42 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug 10 15:41:42 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44f5c156
dev-python/zipstream-ng: Keyword 1.7.1 x86, #937699
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/zipstream-ng/zipstream-ng-1.7.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/zipstream-ng/zipstream-ng-1.7.1.ebuild b/dev-python/zipstream-ng/zipstream-ng-1.7.1.ebuild
index 4377504bca1b..1c5700daef64 100644
--- a/dev-python/zipstream-ng/zipstream-ng-1.7.1.ebuild
+++ b/dev-python/zipstream-ng/zipstream-ng-1.7.1.ebuild
@@ -17,6 +17,6 @@ HOMEPAGE="
LICENSE="LGPL-3"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/zipstream-ng/
@ 2024-08-10 11:54 Michał Górny
0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2024-08-10 11:54 UTC (permalink / raw
To: gentoo-commits
commit: 781de27abea8ea4678cd8f90ae67b422f8d1e0f4
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 10 11:28:45 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug 10 11:28:45 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=781de27a
dev-python/zipstream-ng: New package, v1.7.1
Now required by dev-python/magic-wormhole.
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/zipstream-ng/Manifest | 1 +
dev-python/zipstream-ng/metadata.xml | 12 ++++++++++++
dev-python/zipstream-ng/zipstream-ng-1.7.1.ebuild | 22 ++++++++++++++++++++++
3 files changed, 35 insertions(+)
diff --git a/dev-python/zipstream-ng/Manifest b/dev-python/zipstream-ng/Manifest
new file mode 100644
index 000000000000..e3b3029d4bc3
--- /dev/null
+++ b/dev-python/zipstream-ng/Manifest
@@ -0,0 +1 @@
+DIST zipstream-ng-1.7.1.tar.gz 35488 BLAKE2B e255f01945eb654d2cac9e90bb7e06e5b93d6098ff7d79de765c2c6e69dc29932c909ed9b5b3737b6fbd2050165596d78e4e4602e9f63c032e6bc087596638c8 SHA512 4e39aeb47222a7e790ee8d7281f6f41f54568eef92e26467ff249c3dec9987b766943290f6b1554cd0d5d5e7908e06a2b862e5555694c6a4a433c80264a22c9a
diff --git a/dev-python/zipstream-ng/metadata.xml b/dev-python/zipstream-ng/metadata.xml
new file mode 100644
index 000000000000..a66ca8f5b9d9
--- /dev/null
+++ b/dev-python/zipstream-ng/metadata.xml
@@ -0,0 +1,12 @@
+<?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>
+ <stabilize-allarches/>
+ <upstream>
+ <remote-id type="github">pR0Ps/zipstream-ng</remote-id>
+ <remote-id type="pypi">zipstream-ng</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-python/zipstream-ng/zipstream-ng-1.7.1.ebuild b/dev-python/zipstream-ng/zipstream-ng-1.7.1.ebuild
new file mode 100644
index 000000000000..4377504bca1b
--- /dev/null
+++ b/dev-python/zipstream-ng/zipstream-ng-1.7.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A modern and easy to use streamable zip file generator"
+HOMEPAGE="
+ https://github.com/pR0Ps/zipstream-ng/
+ https://pypi.org/project/zipstream-ng/
+"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2025-02-27 21:07 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-25 19:01 [gentoo-commits] repo/gentoo:master commit in: dev-python/zipstream-ng/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2025-02-27 21:07 Michał Górny
2024-10-10 18:25 Michał Górny
2024-08-12 12:48 Arthur Zamarin
2024-08-10 15:41 Michał Górny
2024-08-10 11:54 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