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 11551158091 for ; Mon, 13 Jun 2022 07:19:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58D56E09AD; Mon, 13 Jun 2022 07:18:59 +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 238FDE09AD for ; Mon, 13 Jun 2022 07:18:59 +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 6C64A341B40 for ; Mon, 13 Jun 2022 07:18:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1CC1C50B for ; Mon, 13 Jun 2022 07:18:56 +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: <1655104729.52e6cd221dab3e539d60e0597fa17d224e0afdac.mgorny@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.5.ebuild X-VCS-Directories: dev-python/dj-email-url/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 52e6cd221dab3e539d60e0597fa17d224e0afdac X-VCS-Branch: master Date: Mon, 13 Jun 2022 07:18:56 +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: 2c027b66-1681-4572-8871-ff3889a16a26 X-Archives-Hash: 77ced680ea56b089c69195dfc441b45c commit: 52e6cd221dab3e539d60e0597fa17d224e0afdac Author: Michał Górny gentoo org> AuthorDate: Mon Jun 13 06:11:42 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Jun 13 07:18:49 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52e6cd22 dev-python/dj-email-url: Enable py3.11 Signed-off-by: Michał Górny gentoo.org> dev-python/dj-email-url/dj-email-url-1.0.5.ebuild | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/dev-python/dj-email-url/dj-email-url-1.0.5.ebuild b/dev-python/dj-email-url/dj-email-url-1.0.5.ebuild index 7c3f053dfb94..1ff6406e19b6 100644 --- a/dev-python/dj-email-url/dj-email-url-1.0.5.ebuild +++ b/dev-python/dj-email-url/dj-email-url-1.0.5.ebuild @@ -4,14 +4,19 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) + inherit distutils-r1 DESCRIPTION="Use an URL to configure email backend settings in your Django Application" -HOMEPAGE="https://github.com/migonzalvar/dj-email-url" +HOMEPAGE=" + https://github.com/migonzalvar/dj-email-url/ + https://pypi.org/project/dj-email-url/ +" SRC_URI=" https://github.com/migonzalvar/dj-email-url/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz" + -> ${P}.gh.tar.gz +" LICENSE="MIT" SLOT="0"