diff options
author | Zac Medico <zmedico@gentoo.org> | 2021-06-15 16:22:27 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2021-06-15 16:23:17 -0700 |
commit | b30564e0eaec7d4a75563fd96bdb5dc847af5f04 (patch) | |
tree | 9c9ee91256dbf91e393bcdb0f3787e8396faa941 /app-misc/jpipe | |
parent | games-board/megamek: drop 0.34.10-r1 (diff) | |
download | gentoo-b30564e0eaec7d4a75563fd96bdb5dc847af5f04.tar.gz gentoo-b30564e0eaec7d4a75563fd96bdb5dc847af5f04.tar.bz2 gentoo-b30564e0eaec7d4a75563fd96bdb5dc847af5f04.zip |
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 <zmedico@gentoo.org>
Diffstat (limited to 'app-misc/jpipe')
-rw-r--r-- | app-misc/jpipe/jpipe-0.1.3.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/jpipe/jpipe-0.1.3.2.ebuild b/app-misc/jpipe/jpipe-0.1.3.2.ebuild index a7ed62838505..d40453fbf158 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" |