dev-python/fsspec: Enable py3.11

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2022-06-11 08:43:02 +02:00
parent 59612fc6b8
commit 862b87c846

View File

@@ -4,17 +4,20 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
MY_P=filesystem_spec-${PV}
DESCRIPTION="A specification that python filesystems should adhere to"
HOMEPAGE="https://github.com/fsspec/filesystem_spec/
https://pypi.org/project/fsspec/"
HOMEPAGE="
https://github.com/fsspec/filesystem_spec/
https://pypi.org/project/fsspec/
"
SRC_URI="
https://github.com/fsspec/filesystem_spec/archive/${PV}.tar.gz
-> ${MY_P}.tar.gz"
-> ${MY_P}.tar.gz
"
S=${WORKDIR}/${MY_P}
LICENSE="BSD"