From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/zstd/
Date: Wed, 20 Apr 2022 07:47:39 +0000 (UTC) [thread overview]
Message-ID: <1650440830.4b3f0b70500590ef29ebd7453344f4c6be53b9b6.mgorny@gentoo> (raw)
commit: 4b3f0b70500590ef29ebd7453344f4c6be53b9b6
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 20 07:14:42 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Apr 20 07:47:10 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b3f0b70
dev-python/zstd: Bump to 1.5.2.4
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/zstd/Manifest | 1 +
dev-python/zstd/zstd-1.5.2.4.ebuild | 34 ++++++++++++++++++++++++++++++++++
2 files changed, 35 insertions(+)
diff --git a/dev-python/zstd/Manifest b/dev-python/zstd/Manifest
index a775391b336d..ba609473e791 100644
--- a/dev-python/zstd/Manifest
+++ b/dev-python/zstd/Manifest
@@ -1,3 +1,4 @@
DIST zstd-1.5.1.0.tar.gz 604039 BLAKE2B 5f3e2f2848d67d2455bab721d011946fa8138729566243046e2b294e51c1144a0a0576f9e64e15472c8da4b45514a052a751b2ac3d87f17301ab634f560bf19a SHA512 4775f9db3b924116272060fd46885a601ec5153b350974ef5fe41878f10aad0fee428f053ce71aaf881eb73bfc11ae1d89148f65447fc6febe3f53a50ffa0a63
DIST zstd-1.5.2.0.tar.gz 605453 BLAKE2B 1564bf6f5d37ca5c55a161373f10ff99ffc942abf3d177bf15943570bc30367f0d6aee88cbfd28f1a57483945e0d3de5fde0dfc78bc2b0066faef12de2684fbd SHA512 99df709b889732dc5d6e682e79c52731b918458ccf720431a6afc757dd4cd58bd3ffe1ad45158d28a87d7baaa883fd074cb94717e023ee80eef1561d651504e1
DIST zstd-1.5.2.2.tar.gz 605458 BLAKE2B b302edd73d303dffe66564217b03c4477e2679788ab58782bd620ae8e5e0410da3c672715622ad5cff1bfd24835bfe61255b1df4ba7c6d452c08dee42d45a1e0 SHA512 fc5d60db491adefbf9af5d46600701075418986ffe5042d74eae75e2d1ec3347141dea3bf0a384f87ffbf833be398157f9b3d7277e6a30994b1287b14b6a2d21
+DIST zstd-1.5.2.4.tar.gz 606443 BLAKE2B fcde9a6cf7195fa9ab50ae93c5401a2d92bafa3f1a8f960ad30f107cf8b63c8b7c8c78bf74bba21d33163df311dcff9d405ad4fb15c7b6ef3e6aeb3596236f14 SHA512 387055d86998c0eca22c8037e2c2e6a85b5e82e5adae3a5bc67f84c4f808b9493817fbc5c94929776a400cff1b7859302db1bd128418ab22e6c0c0f9276e2ff4
diff --git a/dev-python/zstd/zstd-1.5.2.4.ebuild b/dev-python/zstd/zstd-1.5.2.4.ebuild
new file mode 100644
index 000000000000..50e49e6df52e
--- /dev/null
+++ b/dev-python/zstd/zstd-1.5.2.4.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2020-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Simple python bindings to Yann Collet ZSTD compression library"
+HOMEPAGE="
+ https://github.com/sergey-dryabzhinsky/python-zstd/
+ https://pypi.org/project/zstd/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+DEPEND="
+ app-arch/zstd:=
+"
+RDEPEND="
+ ${DEPEND}
+ !<dev-python/zstandard-0.15.2-r1[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest
+
+src_configure() {
+ export ZSTD_EXTERNAL=1
+}
next reply other threads:[~2022-04-20 7:47 UTC|newest]
Thread overview: 53+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-20 7:47 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-22 9:20 [gentoo-commits] repo/gentoo:master commit in: dev-python/zstd/ Michał Górny
2025-01-18 10:48 Michał Górny
2025-01-18 10:32 Arthur Zamarin
2025-01-18 9:09 Arthur Zamarin
2025-01-01 6:11 Michał Górny
2024-05-12 12:25 Michał Górny
2023-05-27 13:21 Michał Górny
2023-05-04 17:04 Michał Górny
2023-04-28 15:56 Arthur Zamarin
2023-04-28 15:55 Arthur Zamarin
2023-04-28 15:55 Arthur Zamarin
2023-04-06 3:07 Michał Górny
2023-03-24 5:21 Michał Górny
2023-03-18 17:20 Michał Górny
2023-03-18 16:22 Sam James
2023-03-18 16:22 Sam James
2023-02-21 7:41 Michał Górny
2023-02-11 19:11 Michał Górny
2022-10-10 20:22 Michał Górny
2022-10-10 18:34 Sam James
2022-10-10 18:34 Sam James
2022-09-09 7:23 Arthur Zamarin
2022-05-21 19:25 Michał Górny
2022-05-21 17:35 Jakov Smolić
2022-05-21 17:35 Jakov Smolić
2022-05-19 7:14 Michał Górny
2022-05-03 8:27 Michał Górny
2022-04-18 8:19 Michał Górny
2022-04-16 15:41 Arthur Zamarin
2022-03-21 21:25 Michał Górny
2022-02-04 10:27 Michał Górny
2022-02-04 9:12 Jakov Smolić
2022-02-04 9:03 Jakov Smolić
2022-01-03 22:33 Michał Górny
2022-01-03 19:23 Jakov Smolić
2022-01-03 19:23 Jakov Smolić
2022-01-03 17:49 Arthur Zamarin
2021-12-03 7:42 Michał Górny
2021-12-03 7:12 Michał Górny
2021-12-02 23:13 Michał Górny
2021-06-24 8:20 Michał Górny
2021-06-24 4:29 Agostino Sarubbo
2021-06-24 4:26 Agostino Sarubbo
2021-05-19 6:02 Michał Górny
2021-05-19 5:59 Michał Górny
2021-05-18 23:20 Sam James
2021-05-18 23:20 Sam James
2021-05-15 21:18 Michał Górny
2021-04-17 6:22 Michał Górny
2020-12-19 21:40 Matthew Thode
2020-10-19 21:22 Matthew Thode
2020-10-18 21:59 Matthew Thode
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1650440830.4b3f0b70500590ef29ebd7453344f4c6be53b9b6.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox