commit:     bfc6e3d63a6f0dceca0d1887508086c56afe4914
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 16 18:57:32 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> 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"

Reply via email to