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 B1569158013 for ; Sun, 10 Dec 2023 16:12:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 658C82BC016; Sun, 10 Dec 2023 16:12:22 +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 4DF642BC016 for ; Sun, 10 Dec 2023 16:12:22 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6D18633E690 for ; Sun, 10 Dec 2023 16:12:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 95D0414A8 for ; Sun, 10 Dec 2023 16:12:19 +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: <1702224734.979636bfc8796c99e2b9c252a002965b1e2b35d2.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/django/django-4.2.8-r1.ebuild dev-python/django/django-5.0-r1.ebuild X-VCS-Directories: dev-python/django/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 979636bfc8796c99e2b9c252a002965b1e2b35d2 X-VCS-Branch: master Date: Sun, 10 Dec 2023 16:12:19 +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: 82ec66ef-00ba-4a8c-a3c3-93bc2c0b3609 X-Archives-Hash: 96715993c29d07240e97444f423e981d commit: 979636bfc8796c99e2b9c252a002965b1e2b35d2 Author: Michał Górny gentoo org> AuthorDate: Sun Dec 10 15:42:40 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Dec 10 16:12:14 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=979636bf dev-python/django: Fix dev-python/psycopg optional dep in 4.2.8+ Signed-off-by: Michał Górny gentoo.org> dev-python/django/django-4.2.8-r1.ebuild | 2 +- dev-python/django/django-5.0-r1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/django/django-4.2.8-r1.ebuild b/dev-python/django/django-4.2.8-r1.ebuild index 2420d13d267e..7cb1ec1b76a5 100644 --- a/dev-python/django/django-4.2.8-r1.ebuild +++ b/dev-python/django/django-4.2.8-r1.ebuild @@ -91,7 +91,7 @@ python_install_all() { pkg_postinst() { optfeature_header "Additional Backend support can be enabled via:" optfeature "MySQL backend support" dev-python/mysqlclient - optfeature "PostgreSQL backend support" dev-python/psycopg:2 + optfeature "PostgreSQL backend support" dev-python/psycopg:0 optfeature_header optfeature "GEO Django" "sci-libs/gdal[geos]" optfeature "Memcached support" dev-python/pylibmc dev-python/python-memcached diff --git a/dev-python/django/django-5.0-r1.ebuild b/dev-python/django/django-5.0-r1.ebuild index fa0f0a054801..c66819f153be 100644 --- a/dev-python/django/django-5.0-r1.ebuild +++ b/dev-python/django/django-5.0-r1.ebuild @@ -90,7 +90,7 @@ python_install_all() { pkg_postinst() { optfeature_header "Additional Backend support can be enabled via:" optfeature "MySQL backend support" dev-python/mysqlclient - optfeature "PostgreSQL backend support" dev-python/psycopg:2 + optfeature "PostgreSQL backend support" dev-python/psycopg:0 optfeature_header optfeature "GEO Django" "sci-libs/gdal[geos]" optfeature "Memcached support" dev-python/pylibmc dev-python/python-memcached