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 1380815864F for ; Fri, 24 Mar 2023 05:21:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D252CE0905; Fri, 24 Mar 2023 05:21:29 +0000 (UTC) Received: from smtp.gentoo.org (dev.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BFB31E0905 for ; Fri, 24 Mar 2023 05:21:29 +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 CC197340CA2 for ; Fri, 24 Mar 2023 05:21:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BEC4292B for ; Fri, 24 Mar 2023 05:21:25 +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: <1679635281.3ff14c2753cf6b8964edd86c850e9972a5995d06.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/zstd/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/zstd/Manifest dev-python/zstd/zstd-1.5.4.1.ebuild X-VCS-Directories: dev-python/zstd/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3ff14c2753cf6b8964edd86c850e9972a5995d06 X-VCS-Branch: master Date: Fri, 24 Mar 2023 05:21:25 +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: fc522f96-6248-40d2-aa3f-1b6686b8ece1 X-Archives-Hash: 2080bf80f896901127afd4242333cbe6 commit: 3ff14c2753cf6b8964edd86c850e9972a5995d06 Author: Michał Górny gentoo org> AuthorDate: Fri Mar 24 05:15:17 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Mar 24 05:21:21 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ff14c27 dev-python/zstd: Bump to 1.5.4.1 Signed-off-by: Michał Górny gentoo.org> dev-python/zstd/Manifest | 1 + dev-python/zstd/zstd-1.5.4.1.ebuild | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/dev-python/zstd/Manifest b/dev-python/zstd/Manifest index 65f976dfcafa..97a25b70e2f6 100644 --- a/dev-python/zstd/Manifest +++ b/dev-python/zstd/Manifest @@ -1 +1,2 @@ DIST zstd-1.5.4.0.tar.gz 620235 BLAKE2B 490415a1be76e4957f14e2e5137eca5a80290e4b492d551cd230826b500a36a8574d0c20eabd4d0bf6bf34d8c61f60f8e6aef5220bf3b0a2e5ba95eef1aa428f SHA512 f9a9301cb0f5f3f7fbf67dd44d9b748673894b89002f5666f394c093545a779370f79ab5a4fbe853be40d8701a5c9203a26da3ef6a243650f2c81a2c0d029b2d +DIST zstd-1.5.4.1.tar.gz 619509 BLAKE2B fbeea9e6c03f9163c3dbdee7c0b88fc9f05f938295e570348a9b60fcbb6795a945af4eebcb92303ea7e143d9bca3380bc0dc5a43fc222107f29ae5ab5743e8be SHA512 eebce9b82c677232dc93083fa2baaa359386075899b358dffa48e5276c2e9548bc89446de69092b7367372c32094b209cc4da0482ca5852ed6bac21ad1aac29e diff --git a/dev-python/zstd/zstd-1.5.4.1.ebuild b/dev-python/zstd/zstd-1.5.4.1.ebuild new file mode 100644 index 000000000000..0c805254d3dc --- /dev/null +++ b/dev-python/zstd/zstd-1.5.4.1.ebuild @@ -0,0 +1,32 @@ +# Copyright 2020-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{9..11} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Simple python bindings to Yann Collet ZSTD compression library" +HOMEPAGE=" + https://github.com/sergey-dryabzhinsky/python-zstd/ + https://pypi.org/project/zstd/ +" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" + +DEPEND=" + app-arch/zstd:= +" +RDEPEND=" + ${DEPEND} +" + +distutils_enable_tests unittest + +src_configure() { + export ZSTD_EXTERNAL=1 +}