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 6EB8F15800F for ; Tue, 21 Feb 2023 07:42:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84E9DE0CBD; Tue, 21 Feb 2023 07:41:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 72725E0CBA for ; Tue, 21 Feb 2023 07:41:58 +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 AA9C3340D6F for ; Tue, 21 Feb 2023 07:41:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3561F8D6 for ; Tue, 21 Feb 2023 07:41:54 +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: <1676965054.e79b6f7ddcc424e6931c3ef80f67c01a6dc8a520.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/zstd/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/zstd/zstd-1.5.4.0.ebuild X-VCS-Directories: dev-python/zstd/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e79b6f7ddcc424e6931c3ef80f67c01a6dc8a520 X-VCS-Branch: master Date: Tue, 21 Feb 2023 07:41:54 +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: ce46273c-ab10-44ed-9e08-0ee1f6f9b1ae X-Archives-Hash: 0b8467083fe226bb21a6276bee887111 commit: e79b6f7ddcc424e6931c3ef80f67c01a6dc8a520 Author: Michał Górny gentoo org> AuthorDate: Tue Feb 21 07:30:43 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Feb 21 07:37:34 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e79b6f7d dev-python/zstd: Use pypi.eclass Signed-off-by: Michał Górny gentoo.org> dev-python/zstd/zstd-1.5.4.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/zstd/zstd-1.5.4.0.ebuild b/dev-python/zstd/zstd-1.5.4.0.ebuild index df6eb247020a..0c805254d3dc 100644 --- a/dev-python/zstd/zstd-1.5.4.0.ebuild +++ b/dev-python/zstd/zstd-1.5.4.0.ebuild @@ -6,14 +6,13 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="Simple python bindings to Yann Collet ZSTD compression library" HOMEPAGE=" https://github.com/sergey-dryabzhinsky/python-zstd/ https://pypi.org/project/zstd/ " -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD-2" SLOT="0"