From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BF854158091 for ; Tue, 31 May 2022 07:27:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4FDD1E099E; Tue, 31 May 2022 07:27:06 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 31AD9E099E for ; Tue, 31 May 2022 07:27:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3CE3A341ADD for ; Tue, 31 May 2022 07:27:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B9D54E3 for ; Tue, 31 May 2022 07:27:03 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1653982007.fef9640ab88f7aebed288810b3b2065428fc9234.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/aiosqlite/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/aiosqlite/aiosqlite-0.17.0-r1.ebuild X-VCS-Directories: dev-python/aiosqlite/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: fef9640ab88f7aebed288810b3b2065428fc9234 X-VCS-Branch: dev Date: Tue, 31 May 2022 07:27:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a2903732-5c0d-43cf-a5ea-fd9367d8c995 X-Archives-Hash: 62440f77af4d3ee896e970098400b6dc commit: fef9640ab88f7aebed288810b3b2065428fc9234 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Tue May 31 06:16:30 2022 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Tue May 31 07:26:47 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fef9640a dev-python/aiosqlite: PEP517 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/aiosqlite/aiosqlite-0.17.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/aiosqlite/aiosqlite-0.17.0-r1.ebuild b/dev-python/aiosqlite/aiosqlite-0.17.0-r1.ebuild index 7b98e3024..d624d223d 100644 --- a/dev-python/aiosqlite/aiosqlite-0.17.0-r1.ebuild +++ b/dev-python/aiosqlite/aiosqlite-0.17.0-r1.ebuild @@ -4,14 +4,14 @@ EAPI=8 PYTHON_COMPAT=( python3_{8..10} ) -DISTUTILS_USE_SETUPTOOLS="pyproject.toml" +DISTUTILS_USE_PEP517=flit inherit distutils-r1 DESCRIPTION="asyncio bridge to the standard sqlite3 module" HOMEPAGE=" https://aiosqlite.omnilib.dev https://pypi.org/project/aiosqlite/ - https://github.com/jreese/aiosqlite + https://github.com/omnilib/aiosqlite " SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"