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 CDE49158041 for ; Sat, 9 Mar 2024 16:55:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5DA9E2A26; Sat, 9 Mar 2024 16:55:54 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 82F25E2A26 for ; Sat, 9 Mar 2024 16:55:54 +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 BF63233BE18 for ; Sat, 9 Mar 2024 16:55:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 46CEB137F for ; Sat, 9 Mar 2024 16:55:52 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1710003296.d2a3124d79d720103f8533b239605f97b786cc41.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/dj-email-url/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/dj-email-url/dj-email-url-1.0.6.ebuild X-VCS-Directories: dev-python/dj-email-url/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: d2a3124d79d720103f8533b239605f97b786cc41 X-VCS-Branch: master Date: Sat, 9 Mar 2024 16:55:52 +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: 03fc4d17-4fc7-4371-8cb4-dbff5461aa8c X-Archives-Hash: 2afa2483f07292dc35785cff7eef5073 commit: d2a3124d79d720103f8533b239605f97b786cc41 Author: Andrew Ammerlaan gentoo org> AuthorDate: Sat Mar 9 16:50:19 2024 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Sat Mar 9 16:54:56 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2a3124d dev-python/dj-email-url: enable pypy3 Signed-off-by: Andrew Ammerlaan gentoo.org> dev-python/dj-email-url/dj-email-url-1.0.6.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/dj-email-url/dj-email-url-1.0.6.ebuild b/dev-python/dj-email-url/dj-email-url-1.0.6.ebuild index 6656522fe328..395699422a76 100644 --- a/dev-python/dj-email-url/dj-email-url-1.0.6.ebuild +++ b/dev-python/dj-email-url/dj-email-url-1.0.6.ebuild @@ -1,10 +1,10 @@ -# Copyright 2021-2023 Gentoo Authors +# Copyright 2021-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( pypy3 python3_{10..12} ) inherit distutils-r1