2
0
mirror of https://github.com/gentoo-mirror/gentoo.git synced 2026-01-19 00:09:37 +03:00

dev-python/fs: Add py3.14 note, modernize

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-10-26 20:08:40 +01:00
parent 74e7bd99d2
commit ec6e435b8e
2 changed files with 4 additions and 4 deletions

View File

@@ -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=(

View File

@@ -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>will@willmcgugan.com</email>
<name>Will McGugan</name>