Gentoo Archives: gentoo-commits

From: Anna Vyalkova <cyber+gentoo@×××××.in>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/aiosqlite/
Date: Sat, 21 Aug 2021 09:02:22
Message-Id: 1629536229.62785761a08642e66471f5baec0ec482b1b98dda.cybertailor@gentoo
1 commit: 62785761a08642e66471f5baec0ec482b1b98dda
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Tue Aug 17 22:17:48 2021 +0000
4 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
5 CommitDate: Sat Aug 21 08:57:09 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=62785761
7
8 dev-python/aiosqlite: update EAPI, enable py3.10
9
10 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
11
12 dev-python/aiosqlite/aiosqlite-0.17.0-r1.ebuild | 5 ++---
13 1 file changed, 2 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-python/aiosqlite/aiosqlite-0.17.0-r1.ebuild b/dev-python/aiosqlite/aiosqlite-0.17.0-r1.ebuild
16 index 9e67528f4..ac181b019 100644
17 --- a/dev-python/aiosqlite/aiosqlite-0.17.0-r1.ebuild
18 +++ b/dev-python/aiosqlite/aiosqlite-0.17.0-r1.ebuild
19 @@ -1,11 +1,10 @@
20 # Copyright 1999-2021 Gentoo Authors
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=7
24 +EAPI=8
25
26 -PYTHON_COMPAT=( python3_{7..9} )
27 +PYTHON_COMPAT=( python3_{8..10} )
28 DISTUTILS_USE_SETUPTOOLS="pyproject.toml"
29 -
30 inherit distutils-r1
31
32 DESCRIPTION="asyncio bridge to the standard sqlite3 module"