diff options
-rw-r--r-- | app-misc/jpipe/jpipe-0.2.0-r1.ebuild | 7 |
1 files 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" |