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: Tue, 31 May 2022 07:27:07
Message-Id: 1653982007.fef9640ab88f7aebed288810b3b2065428fc9234.cybertailor@gentoo
1 commit: fef9640ab88f7aebed288810b3b2065428fc9234
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Tue May 31 06:16:30 2022 +0000
4 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
5 CommitDate: Tue May 31 07:26:47 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fef9640a
7
8 dev-python/aiosqlite: PEP517
9
10 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
11
12 dev-python/aiosqlite/aiosqlite-0.17.0-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 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 7b98e3024..d624d223d 100644
17 --- a/dev-python/aiosqlite/aiosqlite-0.17.0-r1.ebuild
18 +++ b/dev-python/aiosqlite/aiosqlite-0.17.0-r1.ebuild
19 @@ -4,14 +4,14 @@
20 EAPI=8
21
22 PYTHON_COMPAT=( python3_{8..10} )
23 -DISTUTILS_USE_SETUPTOOLS="pyproject.toml"
24 +DISTUTILS_USE_PEP517=flit
25 inherit distutils-r1
26
27 DESCRIPTION="asyncio bridge to the standard sqlite3 module"
28 HOMEPAGE="
29 https://aiosqlite.omnilib.dev
30 https://pypi.org/project/aiosqlite/
31 - https://github.com/jreese/aiosqlite
32 + https://github.com/omnilib/aiosqlite
33 "
34 SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"