diff --git a/dev-python/fs/fs-2.4.16-r1.ebuild b/dev-python/fs/fs-2.4.16-r1.ebuild index 0cbaa2215307..682df69789b7 100644 --- a/dev-python/fs/fs-2.4.16-r1.ebuild +++ b/dev-python/fs/fs-2.4.16-r1.ebuild @@ -4,15 +4,15 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} ) +# py3.14: https://github.com/PyFilesystem/pyfilesystem2/issues/596 +PYTHON_COMPAT=( pypy3_11 python3_{11..13} ) inherit distutils-r1 optfeature pypi DESCRIPTION="Filesystem abstraction layer" HOMEPAGE=" + https://github.com/PyFilesystem/pyfilesystem2/ https://pypi.org/project/fs/ - https://docs.pyfilesystem.org/ - https://www.willmcgugan.com/tag/fs/ " LICENSE="MIT" @@ -34,6 +34,7 @@ BDEPEND=" " distutils_enable_sphinx docs/source dev-python/sphinx-rtd-theme dev-python/recommonmark +EPYTEST_PLUGINS=() distutils_enable_tests pytest EPYTEST_IGNORE=( diff --git a/dev-python/fs/metadata.xml b/dev-python/fs/metadata.xml index 68128dc33f8e..1dadeb09ef55 100644 --- a/dev-python/fs/metadata.xml +++ b/dev-python/fs/metadata.xml @@ -9,7 +9,6 @@ fs PyFilesystem/pyfilesystem2 - https://docs.pyfilesystem.org/ will@willmcgugan.com Will McGugan