public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/zstd/
Date: Mon,  3 Jan 2022 17:49:19 +0000 (UTC)	[thread overview]
Message-ID: <1641232147.5b3477b82bcb5d797062eaa77a6989d0ceeaac56.arthurzam@gentoo> (raw)

commit:     5b3477b82bcb5d797062eaa77a6989d0ceeaac56
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  3 17:30:32 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Jan  3 17:49:07 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b3477b8

dev-python/zstd: add 1.5.1.0

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

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

diff --git a/dev-python/zstd/Manifest b/dev-python/zstd/Manifest
index 03a0f6b95d64..68753008095c 100644
--- a/dev-python/zstd/Manifest
+++ b/dev-python/zstd/Manifest
@@ -1,2 +1,3 @@
 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
+DIST zstd-1.5.1.0.tar.gz 604039 BLAKE2B 5f3e2f2848d67d2455bab721d011946fa8138729566243046e2b294e51c1144a0a0576f9e64e15472c8da4b45514a052a751b2ac3d87f17301ab634f560bf19a SHA512 4775f9db3b924116272060fd46885a601ec5153b350974ef5fe41878f10aad0fee428f053ce71aaf881eb73bfc11ae1d89148f65447fc6febe3f53a50ffa0a63

diff --git a/dev-python/zstd/zstd-1.5.1.0.ebuild b/dev-python/zstd/zstd-1.5.1.0.ebuild
new file mode 100644
index 000000000000..c5b4fa69631c
--- /dev/null
+++ b/dev-python/zstd/zstd-1.5.1.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2020-2022 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
+}


             reply	other threads:[~2022-01-03 17:49 UTC|newest]

Thread overview: 53+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-03 17:49 Arthur Zamarin [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ć
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=1641232147.5b3477b82bcb5d797062eaa77a6989d0ceeaac56.arthurzam@gentoo \
    --to=arthurzam@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