diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-15 18:46:22 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-16 04:51:10 +0100 |
commit | c7a192bc058d440e8976b116484efff6409cc5a4 (patch) | |
tree | fd49129e4f00e0d67ac30fc4ed2794dc3e6ceda5 /dev-python/jsonpointer | |
parent | dev-python/jsonmerge: Use pypi.eclass (diff) | |
download | gentoo-c7a192bc058d440e8976b116484efff6409cc5a4.tar.gz gentoo-c7a192bc058d440e8976b116484efff6409cc5a4.tar.bz2 gentoo-c7a192bc058d440e8976b116484efff6409cc5a4.zip |
dev-python/jsonpointer: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/jsonpointer')
-rw-r--r-- | dev-python/jsonpointer/jsonpointer-2.3.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/jsonpointer/jsonpointer-2.3.ebuild b/dev-python/jsonpointer/jsonpointer-2.3.ebuild index f12806369a1f..5a3e5b3202a4 100644 --- a/dev-python/jsonpointer/jsonpointer-2.3.ebuild +++ b/dev-python/jsonpointer/jsonpointer-2.3.ebuild @@ -6,14 +6,13 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} pypy3 ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="Identify specific nodes in a JSON document (according to draft 08)" HOMEPAGE=" https://github.com/stefankoegl/python-json-pointer/ https://pypi.org/project/jsonpointer/ " -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" |