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: Fri, 23 Sep 2022 16:39:57
Message-Id: 1663951177.e81b983c35c608030c26711e79e28147bdccd8fd.mgorny@gentoo
1 commit: e81b983c35c608030c26711e79e28147bdccd8fd
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 23 15:46:08 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 23 16:39:37 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e81b983c
7
8 dev-python/fs: Enable pypy3
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/fs/fs-2.4.16.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 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 e086bb3bb361..011d19d9d24c 100644
17 --- a/dev-python/fs/fs-2.4.16.ebuild
18 +++ b/dev-python/fs/fs-2.4.16.ebuild
19 @@ -4,13 +4,13 @@
20 EAPI=8
21
22 DISTUTILS_USE_PEP517=setuptools
23 -PYTHON_COMPAT=( python3_{8..11} )
24 +PYTHON_COMPAT=( pypy3 python3_{8..11} )
25 inherit distutils-r1 optfeature
26
27 DESCRIPTION="Filesystem abstraction layer"
28 HOMEPAGE="
29 https://pypi.org/project/fs/
30 - https://docs.pyfilesystem.org
31 + https://docs.pyfilesystem.org/
32 https://www.willmcgugan.com/tag/fs/
33 "
34 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"