commit: ec6e435b8edc1522b0f00e182661b4b686d9dbdb
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 26 19:08:40 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Oct 26 19:14:26 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec6e435b
dev-python/fs: Add py3.14 note, modernize
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/fs/fs-2.4.16-r1.ebuild | 7 ++++---
dev-python/fs/metadata.xml | 1 -
2 files changed, 4 insertions(+), 4 deletions(-)
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 @@
<upstream>
<remote-id type="pypi">fs</remote-id>
<remote-id type="github">PyFilesystem/pyfilesystem2</remote-id>
- <doc>https://docs.pyfilesystem.org/</doc>
<maintainer status="unknown">
<email>[email protected]</email>
<name>Will McGugan</name>