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:
@@ -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=(
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user