summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-16 19:57:32 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-17 06:31:48 +0100
commitbfc6e3d63a6f0dceca0d1887508086c56afe4914 (patch)
tree04d7848c26875b365c10b0dc7d24554fc4a8e38b /app-misc/jpipe
parentdev-python/hypothesis: Bump to 6.70.0 (diff)
downloadgentoo-bfc6e3d63a6f0dceca0d1887508086c56afe4914.tar.gz
gentoo-bfc6e3d63a6f0dceca0d1887508086c56afe4914.tar.bz2
gentoo-bfc6e3d63a6f0dceca0d1887508086c56afe4914.zip
app-misc/jpipe: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-misc/jpipe')
-rw-r--r--app-misc/jpipe/jpipe-0.2.0-r1.ebuild7
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"