summaryrefslogtreecommitdiff
path: root/dev-python/jsonpointer/jsonpointer-2.3.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/jsonpointer/jsonpointer-2.3.ebuild')
-rw-r--r--dev-python/jsonpointer/jsonpointer-2.3.ebuild3
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 7faa48e8e38d..2e488c16e97d 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_{7,8,9,10,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"