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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 70DB91382C5 for ; Tue, 15 Jun 2021 23:24:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE5D6E08EF; Tue, 15 Jun 2021 23:23:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 90EB0E08EF for ; Tue, 15 Jun 2021 23:23:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A8476340E6D for ; Tue, 15 Jun 2021 23:23:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 43F5B720 for ; Tue, 15 Jun 2021 23:23:57 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1623799397.b30564e0eaec7d4a75563fd96bdb5dc847af5f04.zmedico@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.1.3.2.ebuild X-VCS-Directories: app-misc/jpipe/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: b30564e0eaec7d4a75563fd96bdb5dc847af5f04 X-VCS-Branch: master Date: Tue, 15 Jun 2021 23:23:57 +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: 07d2e7c4-bda4-4f8c-aacf-0f6f1c790717 X-Archives-Hash: 447efdd23653c4b855b82bfb407a9ace commit: b30564e0eaec7d4a75563fd96bdb5dc847af5f04 Author: Zac Medico gentoo org> AuthorDate: Tue Jun 15 23:22:27 2021 +0000 Commit: Zac Medico gentoo org> CommitDate: Tue Jun 15 23:23:17 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b30564e0 app-misc/jpipe: Refer to jmespath.py jpp PR via HOMEPAGE Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Zac Medico gentoo.org> app-misc/jpipe/jpipe-0.1.3.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/jpipe/jpipe-0.1.3.2.ebuild b/app-misc/jpipe/jpipe-0.1.3.2.ebuild index a7ed6283850..d40453fbf15 100644 --- a/app-misc/jpipe/jpipe-0.1.3.2.ebuild +++ b/app-misc/jpipe/jpipe-0.1.3.2.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{7,8,9} ) inherit distutils-r1 DESCRIPTION="A python implementation of the jp CLI for JMESPath" -HOMEPAGE="https://github.com/pipebus/jpipe" +HOMEPAGE="https://github.com/pipebus/jpipe https://github.com/jmespath/jmespath.py/pull/224" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0"