mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
dev-python/fs: Enable pypy3
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -4,13 +4,13 @@
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{8..11} )
|
||||
PYTHON_COMPAT=( pypy3 python3_{8..11} )
|
||||
inherit distutils-r1 optfeature
|
||||
|
||||
DESCRIPTION="Filesystem abstraction layer"
|
||||
HOMEPAGE="
|
||||
https://pypi.org/project/fs/
|
||||
https://docs.pyfilesystem.org
|
||||
https://docs.pyfilesystem.org/
|
||||
https://www.willmcgugan.com/tag/fs/
|
||||
"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
Reference in New Issue
Block a user