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/rfc3987/
Date: Thu, 16 Mar 2023 04:07:09
Message-Id: 1678939471.f651c0c296e23bf5d9bebe464cf3694c6206d25e.mgorny@gentoo
1 commit: f651c0c296e23bf5d9bebe464cf3694c6206d25e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 15 17:48:18 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 16 04:04:31 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f651c0c2
7
8 dev-python/rfc3987: Use pypi.eclass
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/rfc3987/rfc3987-1.3.8-r2.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/dev-python/rfc3987/rfc3987-1.3.8-r2.ebuild b/dev-python/rfc3987/rfc3987-1.3.8-r2.ebuild
16 index e46fd4dffd25..5113f2a37577 100644
17 --- a/dev-python/rfc3987/rfc3987-1.3.8-r2.ebuild
18 +++ b/dev-python/rfc3987/rfc3987-1.3.8-r2.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="Parsing and validation of URIs (RFC 3986) and IRIs (RFC 3987)"
27 HOMEPAGE="
28 https://github.com/dgerber/rfc3987/
29 https://pypi.org/project/rfc3987/
30 "
31 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
32
33 LICENSE="GPL-3"
34 SLOT="0"