diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-09-20 10:59:47 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-09-20 10:59:47 +0300 |
commit | 51e4be35ed1fe1487b8d17a4c5685353586cc958 (patch) | |
tree | 3589d8b99a385d37d35ff381613efe8598203b0f /dev-python/pyproj | |
parent | sci-libs/shapely: enable py3.10 (diff) | |
download | gentoo-51e4be35ed1fe1487b8d17a4c5685353586cc958.tar.gz gentoo-51e4be35ed1fe1487b8d17a4c5685353586cc958.tar.bz2 gentoo-51e4be35ed1fe1487b8d17a4c5685353586cc958.zip |
dev-python/pyproj: enable py3.10
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/pyproj')
-rw-r--r-- | dev-python/pyproj/pyproj-3.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyproj/pyproj-3.2.1.ebuild b/dev-python/pyproj/pyproj-3.2.1.ebuild index 264aa18088e4..64f2ad256bfa 100644 --- a/dev-python/pyproj/pyproj-3.2.1.ebuild +++ b/dev-python/pyproj/pyproj-3.2.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 DESCRIPTION="Python interface to the PROJ library" @@ -26,7 +26,7 @@ BDEPEND=" )" distutils_enable_sphinx docs dev-python/sphinx_rtd_theme -distutils_enable_tests --install pytest +distutils_enable_tests pytest python_test() { local EPYTEST_DESELECT=( |