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 350B715800F for ; Sun, 12 Feb 2023 19:06:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4EB0BE0867; Sun, 12 Feb 2023 19:06:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 0FA1CE0864 for ; Sun, 12 Feb 2023 19:06:04 +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 2C2E2335DE6 for ; Sun, 12 Feb 2023 19:06:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 38AEB8CA for ; Sun, 12 Feb 2023 19:05:59 +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: <1676228656.aea2c411b3e0bfb434b3e928cd8e3790cf93a116.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sqlalchemy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sqlalchemy/sqlalchemy-2.0.3.ebuild X-VCS-Directories: dev-python/sqlalchemy/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: aea2c411b3e0bfb434b3e928cd8e3790cf93a116 X-VCS-Branch: master Date: Sun, 12 Feb 2023 19:05:59 +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: 5562dbba-3b6a-4771-83dd-c1cc9a3766d2 X-Archives-Hash: db00bc476f73d429eba83366ff0f5f26 commit: aea2c411b3e0bfb434b3e928cd8e3790cf93a116 Author: Michał Górny gentoo org> AuthorDate: Sat Feb 11 11:00:50 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Feb 12 19:04:16 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aea2c411 dev-python/sqlalchemy: Disable PyPI name normalization Signed-off-by: Michał Górny gentoo.org> dev-python/sqlalchemy/sqlalchemy-2.0.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/sqlalchemy/sqlalchemy-2.0.3.ebuild b/dev-python/sqlalchemy/sqlalchemy-2.0.3.ebuild index 788816669d74..5aead49e1fbc 100644 --- a/dev-python/sqlalchemy/sqlalchemy-2.0.3.ebuild +++ b/dev-python/sqlalchemy/sqlalchemy-2.0.3.ebuild @@ -16,7 +16,7 @@ HOMEPAGE=" https://pypi.org/project/SQLAlchemy/ https://github.com/sqlalchemy/sqlalchemy/ " -SRC_URI="$(pypi_sdist_url "${MY_PN}")" +SRC_URI="$(pypi_sdist_url --no-normalize "${MY_PN}")" S="${WORKDIR}/${MY_PN}-${PV}" LICENSE="MIT"