From dd52c23431f747eb517a86d8f5613b7756bba491 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Thu, 6 Apr 2023 04:46:44 +0200 Subject: dev-python/zstd: Bump to 1.5.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/zstd/zstd-1.5.5.1.ebuild | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 dev-python/zstd/zstd-1.5.5.1.ebuild (limited to 'dev-python/zstd/zstd-1.5.5.1.ebuild') diff --git a/dev-python/zstd/zstd-1.5.5.1.ebuild b/dev-python/zstd/zstd-1.5.5.1.ebuild new file mode 100644 index 000000000000..0c805254d3dc --- /dev/null +++ b/dev-python/zstd/zstd-1.5.5.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 +} -- cgit v1.2.3-65-gdbad