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/fs/
Date: Thu, 16 Mar 2023 03:50:09
Message-Id: 1678938474.a83c3fdec3b459ddfce4df049f30517d8cb502a1.mgorny@gentoo
1 commit: a83c3fdec3b459ddfce4df049f30517d8cb502a1
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 15 17:45:37 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 16 03:47:54 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a83c3fde
7
8 dev-python/fs: Use pypi.eclass
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/fs/fs-2.4.16.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/dev-python/fs/fs-2.4.16.ebuild b/dev-python/fs/fs-2.4.16.ebuild
16 index e92a30689eb7..bf84623b79e6 100644
17 --- a/dev-python/fs/fs-2.4.16.ebuild
18 +++ b/dev-python/fs/fs-2.4.16.ebuild
19 @@ -5,7 +5,7 @@ EAPI=8
20
21 DISTUTILS_USE_PEP517=setuptools
22 PYTHON_COMPAT=( pypy3 python3_{9..11} )
23 -inherit distutils-r1 optfeature
24 +inherit distutils-r1 optfeature pypi
25
26 DESCRIPTION="Filesystem abstraction layer"
27 HOMEPAGE="
28 @@ -13,7 +13,6 @@ HOMEPAGE="
29 https://docs.pyfilesystem.org/
30 https://www.willmcgugan.com/tag/fs/
31 "
32 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
33
34 LICENSE="MIT"
35 SLOT="0"