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 8F984158043 for ; Wed, 28 Feb 2024 16:48:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7CBF02BC017; Wed, 28 Feb 2024 16:48:56 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 2CC192BC017 for ; Wed, 28 Feb 2024 16:48:56 +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 7651833BEF1 for ; Wed, 28 Feb 2024 16:48:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 95FF214E8 for ; Wed, 28 Feb 2024 16:48:52 +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: <1709138928.8cf087ddd7e9e919dc01e1cd8c85bdf947af9135.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-snappy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-snappy/Manifest dev-python/python-snappy/metadata.xml dev-python/python-snappy/python-snappy-0.7.0.ebuild X-VCS-Directories: dev-python/python-snappy/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8cf087ddd7e9e919dc01e1cd8c85bdf947af9135 X-VCS-Branch: master Date: Wed, 28 Feb 2024 16:48:52 +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: aa889112-bea1-4f62-be7b-206290b19639 X-Archives-Hash: 0806ecf14b91a34cd63a4f245625fc8b commit: 8cf087ddd7e9e919dc01e1cd8c85bdf947af9135 Author: Michał Górny gentoo org> AuthorDate: Wed Feb 28 16:34:02 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Feb 28 16:48:48 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cf087dd dev-python/python-snappy: Bump to 0.7.0 Signed-off-by: Michał Górny gentoo.org> dev-python/python-snappy/Manifest | 1 + dev-python/python-snappy/metadata.xml | 2 +- .../python-snappy/python-snappy-0.7.0.ebuild | 27 ++++++++++++++++++++++ 3 files changed, 29 insertions(+), 1 deletion(-) diff --git a/dev-python/python-snappy/Manifest b/dev-python/python-snappy/Manifest index fc4f9904af29..c4a78be8b0c7 100644 --- a/dev-python/python-snappy/Manifest +++ b/dev-python/python-snappy/Manifest @@ -1 +1,2 @@ DIST python-snappy-0.6.1.tar.gz 24110 BLAKE2B 66ba24aa1768084c87188dde6eb6c98daf90da39e49902bbc283226aaf28b8d267bbc69f3cb9f30d9aaf64b3e25cc0fae47113bcc65f18dbec2128294c0dbe4b SHA512 43301f568633068bbdcb3dc318f37efcabbb5bd3f61a06b3a3a476006c3cbc1dfddea4ac2de0876bb127b354aa81ccc55dc44631dc8fba06036a0b6c7dfbdb9b +DIST python-snappy-0.7.0.tar.gz 13142 BLAKE2B 6af6af7d695d9024bc53dc408c739ba95b2951ecdd5c16e38f4f30223d109ce6e87805b16911246c2d8eb9d0d43cf76f325ef8f4061648e9d040e346aa160863 SHA512 abe8ca65fb004aa5bd0e984a0ac8dda4166b3f88866ce971d689beff085afe3c3a36ea23bf4cd2444cfea9e076d3afcfe66d0a92486286ff9059c9646523865e diff --git a/dev-python/python-snappy/metadata.xml b/dev-python/python-snappy/metadata.xml index 8e5d00faef0e..bc644dd69735 100644 --- a/dev-python/python-snappy/metadata.xml +++ b/dev-python/python-snappy/metadata.xml @@ -7,6 +7,6 @@ python-snappy - andrix/python-snappy + intake/python-snappy diff --git a/dev-python/python-snappy/python-snappy-0.7.0.ebuild b/dev-python/python-snappy/python-snappy-0.7.0.ebuild new file mode 100644 index 000000000000..288dc6bc1522 --- /dev/null +++ b/dev-python/python-snappy/python-snappy-0.7.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYPI_NO_NORMALIZE=1 +PYTHON_COMPAT=( python3_{10..12} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Python library for the snappy compression library from Google" +HOMEPAGE=" + https://github.com/intake/python-snappy/ + https://pypi.org/project/python-snappy/ +" + +LICENSE="BSD" +KEYWORDS="~amd64" +SLOT="0" + +RDEPEND=" + >=dev-python/cramjam-2.6.0[${PYTHON_USEDEP}] + dev-python/crc32c[${PYTHON_USEDEP}] +" + +distutils_enable_tests unittest