From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 02CEA15800F for ; Sat, 7 Jan 2023 04:54:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62D2BE0831; Sat, 7 Jan 2023 04:54:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 49DDAE0831 for ; Sat, 7 Jan 2023 04:54:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 42758340E31 for ; Sat, 7 Jan 2023 04:54:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 767D782C for ; Sat, 7 Jan 2023 04:54:10 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1673064832.bb8fa3b51bc751644b4aaa95878afe5721c0ce91.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/reedsolomon/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/reedsolomon/Manifest dev-python/reedsolomon/reedsolomon-1.6.1.ebuild X-VCS-Directories: dev-python/reedsolomon/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: bb8fa3b51bc751644b4aaa95878afe5721c0ce91 X-VCS-Branch: master Date: Sat, 7 Jan 2023 04:54:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7e3507a7-dcd9-43c9-958a-f2031b0fa120 X-Archives-Hash: 5a8cbf975942fccfe7f4a8c5eff1c1e8 commit: bb8fa3b51bc751644b4aaa95878afe5721c0ce91 Author: Michał Górny gentoo org> AuthorDate: Sat Jan 7 04:13:52 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jan 7 04:13:52 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb8fa3b5 dev-python/reedsolomon: Bump to 1.6.1 Signed-off-by: Michał Górny gentoo.org> dev-python/reedsolomon/Manifest | 1 + dev-python/reedsolomon/reedsolomon-1.6.1.ebuild | 34 +++++++++++++++++++++++++ 2 files changed, 35 insertions(+) diff --git a/dev-python/reedsolomon/Manifest b/dev-python/reedsolomon/Manifest index 3c352a15bda8..e2e019b5a033 100644 --- a/dev-python/reedsolomon/Manifest +++ b/dev-python/reedsolomon/Manifest @@ -1,2 +1,3 @@ DIST reedsolomon-1.5.4.tar.gz 283778 BLAKE2B 5354b8d320db1533469ae1fd706c0412a81bb408675041af5dbf42b42014e4b779b937fa8e3b3d0a5e67e62d9fd7ce9ac519022dd98dbc82a156ee0cda7914ce SHA512 c738f817c8f536ee86e5bcd3de73a4cf6a3e606ba196a359b6c09e7372dba31316ddb8b134d7c335100e4c2ff0158ff07caa35fee9bc20768bde23cd803e274a DIST reedsolomon-1.6.0.gh.tar.gz 62527 BLAKE2B 100e0152ca8d05605f961dbddcc41552941356a72b488375cb1237cf45938382abf6bfd439b572a9aed11a12068258027fae0bc867e7577280829779d21f53a3 SHA512 ddf73b0bdc78856d9aa76e7bf3fcb9715b9b7f922c2d72dc4bd13a4d5a233844757e2946ef96c545ab7979bc6b62a1f33286711f927871a6689a269d20a81b44 +DIST reedsolomon-1.6.1.gh.tar.gz 63944 BLAKE2B 58845e726fdf2096af280bf14feb981d883b2368a47904d33a2386db0fb5d94091ecdc22e48bfa415e2abd9c4b3c99446b3b51bca9cce510961172697a273a0d SHA512 323f91e3e43847023f23087e1038ae240572b87c29ee26be1a05a6ee49824aa86cb706d1856b27e28841fbb14efaf897d1b8e0cb626529fe7cdeaa7fbda6ce27 diff --git a/dev-python/reedsolomon/reedsolomon-1.6.1.ebuild b/dev-python/reedsolomon/reedsolomon-1.6.1.ebuild new file mode 100644 index 000000000000..9dad1d4feb55 --- /dev/null +++ b/dev-python/reedsolomon/reedsolomon-1.6.1.ebuild @@ -0,0 +1,34 @@ +# Copyright 2021-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..11} ) + +inherit distutils-r1 + +DESCRIPTION="Python Reed Solomon encoder/decoder" +HOMEPAGE=" + https://github.com/tomerfiliba/reedsolomon/ + https://pypi.org/project/reedsolo/ +" +SRC_URI=" + https://github.com/tomerfiliba/reedsolomon/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="Unlicense" # or MIT-0 +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" +IUSE="test" +RESTRICT="!test? ( test )" + +BDEPEND=" + dev-python/cython[${PYTHON_USEDEP}] +" + +python_test() { + "${EPYTHON}" tests/test_creedsolo.py || die "creedsolo test failed with ${EPYTHON}" + "${EPYTHON}" tests/test_reedsolo.py || die "reedsolo test failed with ${EPYTHON}" +}