Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jsonpointer/
Date: Thu, 16 Mar 2023 03:56:52
Message-Id: 1678938670.c7a192bc058d440e8976b116484efff6409cc5a4.mgorny@gentoo
1 commit: c7a192bc058d440e8976b116484efff6409cc5a4
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 15 17:46:22 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 16 03:51:10 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7a192bc
7
8 dev-python/jsonpointer: Use pypi.eclass
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/jsonpointer/jsonpointer-2.3.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/dev-python/jsonpointer/jsonpointer-2.3.ebuild b/dev-python/jsonpointer/jsonpointer-2.3.ebuild
16 index f12806369a1f..5a3e5b3202a4 100644
17 --- a/dev-python/jsonpointer/jsonpointer-2.3.ebuild
18 +++ b/dev-python/jsonpointer/jsonpointer-2.3.ebuild
19 @@ -6,14 +6,13 @@ EAPI=8
20 DISTUTILS_USE_PEP517=setuptools
21 PYTHON_COMPAT=( python3_{9..11} pypy3 )
22
23 -inherit distutils-r1
24 +inherit distutils-r1 pypi
25
26 DESCRIPTION="Identify specific nodes in a JSON document (according to draft 08)"
27 HOMEPAGE="
28 https://github.com/stefankoegl/python-json-pointer/
29 https://pypi.org/project/jsonpointer/
30 "
31 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
32
33 LICENSE="BSD"
34 SLOT="0"