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 CBAB9158092 for ; Mon, 13 Jun 2022 08:17:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA77AE0922; Mon, 13 Jun 2022 08:17:16 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 66597E0922 for ; Mon, 13 Jun 2022 08:17:16 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 756A034172D for ; Mon, 13 Jun 2022 08:17:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 06D19501 for ; Mon, 13 Jun 2022 08:17:14 +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: <1655108231.c3e8d68420a4cb8a4749954367ba386a7bb67c60.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django-configurations/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/django-configurations/django-configurations-2.3.2.ebuild X-VCS-Directories: dev-python/django-configurations/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c3e8d68420a4cb8a4749954367ba386a7bb67c60 X-VCS-Branch: master Date: Mon, 13 Jun 2022 08:17:14 +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: 64d889cd-9769-40a2-bb5d-0fa298d92ba6 X-Archives-Hash: 61fc6c1f5fb4967f383c52e0feceff98 commit: c3e8d68420a4cb8a4749954367ba386a7bb67c60 Author: Michał Górny gentoo org> AuthorDate: Mon Jun 13 07:46:40 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Jun 13 08:17:11 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3e8d684 dev-python/django-configurations: Enable py3.11 Signed-off-by: Michał Górny gentoo.org> .../django-configurations-2.3.2.ebuild | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/dev-python/django-configurations/django-configurations-2.3.2.ebuild b/dev-python/django-configurations/django-configurations-2.3.2.ebuild index 00b555a25889..65cfca8e9dc9 100644 --- a/dev-python/django-configurations/django-configurations-2.3.2.ebuild +++ b/dev-python/django-configurations/django-configurations-2.3.2.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 @@ -12,10 +12,12 @@ DESCRIPTION="A helper for organizing Django settings" HOMEPAGE=" https://pypi.org/project/django-configurations/ https://github.com/jazzband/django-configurations/ - https://django-configurations.readthedocs.io/" + https://django-configurations.readthedocs.io/ +" SRC_URI=" https://github.com/jazzband/django-configurations/archive/${PV}.tar.gz - -> ${P}.gh.tar.gz" + -> ${P}.gh.tar.gz +" LICENSE="BSD" SLOT="0" @@ -24,7 +26,8 @@ IUSE="test" RESTRICT="!test? ( test )" RDEPEND=" - dev-python/django[${PYTHON_USEDEP}]" + dev-python/django[${PYTHON_USEDEP}] +" BDEPEND=" dev-python/setuptools_scm[${PYTHON_USEDEP}] test? ( @@ -32,7 +35,8 @@ BDEPEND=" dev-python/dj-database-url[${PYTHON_USEDEP}] dev-python/dj-email-url[${PYTHON_USEDEP}] dev-python/dj-search-url[${PYTHON_USEDEP}] - )" + ) +" export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}