public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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: Thu,  2 Dec 2021 23:13:04 +0000 (UTC)	[thread overview]
Message-ID: <1638486778.ffaa9f5bc7a1383ff15b7cbcf7e8037f80fa95f7.mgorny@gentoo> (raw)

commit:     ffaa9f5bc7a1383ff15b7cbcf7e8037f80fa95f7
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  2 22:33:25 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Dec  2 23:12:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffaa9f5b

dev-python/zstd: Bump to 1.5.0.3

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/zstd/Manifest            |  1 +
 dev-python/zstd/zstd-1.5.0.3.ebuild | 33 +++++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/dev-python/zstd/Manifest b/dev-python/zstd/Manifest
index 301fdceb5c35..c3b64f748b58 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.3.tar.gz 535958 BLAKE2B b8f08d8d0fab22112cd2ed565da747013027349fe8fabcaa882b8e15a1dabd14f8e8797b6b45910bfe4c9f7c94256ea7203084eb6d30b117d2d03745ec441886 SHA512 fb13f05e930fa78f24252e24cd65ea24971e4e6a6f4684a291ddb1e682bd2fe9bbc037c87acbc832ec84ffd0dc51df63c1deb9647eb5b8123c510fe92c7b9f3c

diff --git a/dev-python/zstd/zstd-1.5.0.3.ebuild b/dev-python/zstd/zstd-1.5.0.3.ebuild
new file mode 100644
index 000000000000..05b57722c588
--- /dev/null
+++ b/dev-python/zstd/zstd-1.5.0.3.ebuild
@@ -0,0 +1,33 @@
+# 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"
+
+RDEPEND="
+	app-arch/zstd:=
+	!dev-python/zstandard[${PYTHON_USEDEP}]
+"
+DEPEND=${RDEPEND}
+
+distutils_enable_tests unittest
+
+src_configure() {
+	mydistutilsargs=( --external )
+
+	# for tests
+	export ZSTD_EXTERNAL=1
+	export VERSION=${PV}
+	export PKG_VERSION=${PV}
+	export LEGACY=0
+}


             reply	other threads:[~2021-12-02 23:13 UTC|newest]

Thread overview: 53+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-02 23:13 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-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:42 Michał Górny
2021-12-03  7:12 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=1638486778.ffaa9f5bc7a1383ff15b7cbcf7e8037f80fa95f7.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