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 F1F3315A7D9 for ; Fri, 17 Mar 2023 05:32:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF6E9E0A7D; Fri, 17 Mar 2023 05:32:35 +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 95901E0A7D for ; Fri, 17 Mar 2023 05:32:35 +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 AD901340FA7 for ; Fri, 17 Mar 2023 05:32:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A56368F1 for ; Fri, 17 Mar 2023 05:32:31 +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: <1679031108.bfc6e3d63a6f0dceca0d1887508086c56afe4914.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/jpipe/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/jpipe/jpipe-0.2.0-r1.ebuild X-VCS-Directories: app-misc/jpipe/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: bfc6e3d63a6f0dceca0d1887508086c56afe4914 X-VCS-Branch: master Date: Fri, 17 Mar 2023 05:32:31 +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: 1e778cd0-ac82-4bf1-a6ca-a57cd63a4f36 X-Archives-Hash: 6b03db41b30d4cd678036b2dee3b7d82 commit: bfc6e3d63a6f0dceca0d1887508086c56afe4914 Author: Michał Górny gentoo org> AuthorDate: Thu Mar 16 18:57:32 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Mar 17 05:31:48 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfc6e3d6 app-misc/jpipe: Use pypi.eclass Signed-off-by: Michał Górny gentoo.org> app-misc/jpipe/jpipe-0.2.0-r1.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app-misc/jpipe/jpipe-0.2.0-r1.ebuild b/app-misc/jpipe/jpipe-0.2.0-r1.ebuild index 5ee7f7f6df1f..ada99312a317 100644 --- a/app-misc/jpipe/jpipe-0.2.0-r1.ebuild +++ b/app-misc/jpipe/jpipe-0.2.0-r1.ebuild @@ -6,12 +6,13 @@ GO_OPTIONAL=1 DISTUTILS_OPTIONAL=1 PYTHON_COMPAT=( python3_{9,10,11} ) -inherit go-module distutils-r1 +inherit go-module distutils-r1 pypi DESCRIPTION="Command line interface to JMESPath" HOMEPAGE="https://github.com/pipebus/jpipe https://github.com/jmespath/jp/pull/30 http://jmespath.org" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz - !python? ( https://dev.gentoo.org/~zmedico/dist/${P}-deps.tar.xz )" +SRC_URI+=" + !python? ( https://dev.gentoo.org/~zmedico/dist/${P}-deps.tar.xz ) +" LICENSE="Apache-2.0 BSD BSD-2 MIT" SLOT="0"