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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 03FD7158046 for ; Thu, 10 Oct 2024 18:25:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E91D2BC019; Thu, 10 Oct 2024 18:25:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 31B0A2BC019 for ; Thu, 10 Oct 2024 18:25:44 +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 446F3342FEE for ; Thu, 10 Oct 2024 18:25:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A5A1722DA for ; Thu, 10 Oct 2024 18:25:40 +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: <1728584736.4d9e50a725b6653deda8fb9ea459e4788bd11cfa.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/zipstream-ng/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/zipstream-ng/Manifest dev-python/zipstream-ng/zipstream-ng-1.8.0.ebuild X-VCS-Directories: dev-python/zipstream-ng/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4d9e50a725b6653deda8fb9ea459e4788bd11cfa X-VCS-Branch: master Date: Thu, 10 Oct 2024 18:25:40 +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: d567cf38-2e16-4cd8-83e2-aa858919c131 X-Archives-Hash: a7ea260a4fd262ff822725c7cc15ed63 commit: 4d9e50a725b6653deda8fb9ea459e4788bd11cfa Author: Michał Górny gentoo org> AuthorDate: Thu Oct 10 17:59:38 2024 +0000 Commit: Michał Górny gentoo 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 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