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: Fri, 3 Dec 2021 07:42:09 +0000 (UTC) [thread overview]
Message-ID: <1638517325.23cef31db06918e41e6dbf6fb6adc4b6b37ec9b9.mgorny@gentoo> (raw)
commit: 23cef31db06918e41e6dbf6fb6adc4b6b37ec9b9
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 3 07:17:00 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Dec 3 07:42:05 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23cef31d
dev-python/zstd: Bump to 1.5.0.4
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/zstd/Manifest | 1 +
dev-python/zstd/zstd-1.5.0.4.ebuild | 34 ++++++++++++++++++++++++++++++++++
2 files changed, 35 insertions(+)
diff --git a/dev-python/zstd/Manifest b/dev-python/zstd/Manifest
index 301fdceb5c35..03a0f6b95d64 100644
--- a/dev-python/zstd/Manifest
+++ b/dev-python/zstd/Manifest
@@ -1 +1,2 @@
DIST zstd-1.5.0.2.tar.gz 528892 BLAKE2B 9aaa0beba1a6703d881daf5c5e10d93a8c67923d07773bce5eda3eba652f50c4cb4aa18d2ea9bea304a8742a7e8501568679837aa8bb1e71fe6eff5a5d08d193 SHA512 a7a6033e743c5bc0fa5256dfd256c2a9417c200cda5d5c02c6c7a5d5553d188637e21908658a4a948e565b16bb03f85f57c74d51c63a3ae7eb160f8b3bdbd3c3
+DIST zstd-1.5.0.4.tar.gz 535965 BLAKE2B 6b0440676952f4a50ac23aa3e0c137486a1d9b822ec661510a18882e97aac7c38039d449748a9c029409ae1cdb5275905f0c58a12d151f31f7b99e9d501da533 SHA512 aa74b4a60bcbf138b337b13111489212b28b599fbfbfcc7e058ed03a6d6ba539fed8742babae3d37a1790b26e987d9f111fb6430bfb3f72c3de7794b1f23539b
diff --git a/dev-python/zstd/zstd-1.5.0.4.ebuild b/dev-python/zstd/zstd-1.5.0.4.ebuild
new file mode 100644
index 000000000000..d1fa88302349
--- /dev/null
+++ b/dev-python/zstd/zstd-1.5.0.4.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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"
+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[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest
+
+src_configure() {
+ DISTUTILS_ARGS=( --external )
+
+ # for tests
+ export ZSTD_EXTERNAL=1
+ export VERSION=${PV}
+ export PKG_VERSION=${PV}
+ export LEGACY=0
+}
next reply other threads:[~2021-12-03 7:42 UTC|newest]
Thread overview: 48+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-03 7:42 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-05-12 12:25 [gentoo-commits] repo/gentoo:master commit in: dev-python/zstd/ 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-20 7:47 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: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=1638517325.23cef31db06918e41e6dbf6fb6adc4b6b37ec9b9.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