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 65A2C15A7DA for ; Fri, 17 Mar 2023 15:29:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A25B82BC1C7; Fri, 17 Mar 2023 15:29:18 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 8E27E2BC1C8 for ; Fri, 17 Mar 2023 15:29:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 C05143410C7 for ; Fri, 17 Mar 2023 15:29:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B84B8D4 for ; Fri, 17 Mar 2023 15:29:16 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1679066921.0f6512abcb9f97acbc7656fe680924693c8afd1a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/aiohttp-jinja2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/aiohttp-jinja2/aiohttp-jinja2-1.5.ebuild X-VCS-Directories: dev-python/aiohttp-jinja2/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0f6512abcb9f97acbc7656fe680924693c8afd1a X-VCS-Branch: master Date: Fri, 17 Mar 2023 15:29:16 +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: f96f3a9f-d882-4e5d-b2a6-50ef1421f969 X-Archives-Hash: ffd16845312a5c4fb7dfdeef0408f335 commit: 0f6512abcb9f97acbc7656fe680924693c8afd1a Author: Michał Górny gentoo org> AuthorDate: Fri Mar 17 12:02:23 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Mar 17 15:28:41 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f6512ab dev-python/aiohttp-jinja2: Use pypi.eclass Signed-off-by: Michał Górny gentoo.org> dev-python/aiohttp-jinja2/aiohttp-jinja2-1.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/aiohttp-jinja2/aiohttp-jinja2-1.5.ebuild b/dev-python/aiohttp-jinja2/aiohttp-jinja2-1.5.ebuild index 9fede0d56ab6..c7c3f064c830 100644 --- a/dev-python/aiohttp-jinja2/aiohttp-jinja2-1.5.ebuild +++ b/dev-python/aiohttp-jinja2/aiohttp-jinja2-1.5.ebuild @@ -3,12 +3,12 @@ EAPI=8 +PYPI_NO_NORMALIZE=1 PYTHON_COMPAT=( python3_{9..10} pypy3 ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="jinja2 template renderer for aiohttp.web" HOMEPAGE="https://github.com/aio-libs/aiohttp-jinja2" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0"