aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>2021-08-18 03:17:48 +0500
committerAnna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>2021-08-21 13:57:09 +0500
commit62785761a08642e66471f5baec0ec482b1b98dda (patch)
tree010af4f41cd92ed4dcbd76d245f3c9568b123a23 /dev-python/aiosqlite
parentdev-python/aiounittest: update EAPI, enable py3.10 (diff)
downloadguru-62785761a08642e66471f5baec0ec482b1b98dda.tar.gz
guru-62785761a08642e66471f5baec0ec482b1b98dda.tar.bz2
guru-62785761a08642e66471f5baec0ec482b1b98dda.zip
dev-python/aiosqlite: update EAPI, enable py3.10
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Diffstat (limited to 'dev-python/aiosqlite')
-rw-r--r--dev-python/aiosqlite/aiosqlite-0.17.0-r1.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-python/aiosqlite/aiosqlite-0.17.0-r1.ebuild b/dev-python/aiosqlite/aiosqlite-0.17.0-r1.ebuild
index 9e67528f4b..ac181b0197 100644
--- a/dev-python/aiosqlite/aiosqlite-0.17.0-r1.ebuild
+++ b/dev-python/aiosqlite/aiosqlite-0.17.0-r1.ebuild
@@ -1,11 +1,10 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
DISTUTILS_USE_SETUPTOOLS="pyproject.toml"
-
inherit distutils-r1
DESCRIPTION="asyncio bridge to the standard sqlite3 module"