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 AA9B1158094 for ; Sat, 9 Jul 2022 10:13:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5EB9E0B3B; Sat, 9 Jul 2022 10:13:23 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C4F6CE0B3B for ; Sat, 9 Jul 2022 10:13:23 +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 E5E473406C0 for ; Sat, 9 Jul 2022 10:13:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 590E1391 for ; Sat, 9 Jul 2022 10:13:21 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1657361595.b358a1e3e9a7fe655064d5f69d5c592dac6614cd.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/signedjson/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/signedjson/signedjson-1.1.4.ebuild X-VCS-Directories: dev-python/signedjson/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b358a1e3e9a7fe655064d5f69d5c592dac6614cd X-VCS-Branch: master Date: Sat, 9 Jul 2022 10:13:21 +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: dd69c8aa-6b2c-4380-820f-9f92763c7142 X-Archives-Hash: 9ba7233399e37ed0e35704365ed7d03d commit: b358a1e3e9a7fe655064d5f69d5c592dac6614cd Author: Petr Vaněk atlas cz> AuthorDate: Sat Jul 9 10:01:45 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jul 9 10:13:15 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b358a1e3 dev-python/signedjson: remove extra / from SRC_URI Signed-off-by: Petr Vaněk atlas.cz> Closes: https://github.com/gentoo/gentoo/pull/26307 Signed-off-by: Sam James gentoo.org> dev-python/signedjson/signedjson-1.1.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/signedjson/signedjson-1.1.4.ebuild b/dev-python/signedjson/signedjson-1.1.4.ebuild index e3119b96c7d6..ddefed8ba9e7 100644 --- a/dev-python/signedjson/signedjson-1.1.4.ebuild +++ b/dev-python/signedjson/signedjson-1.1.4.ebuild @@ -13,7 +13,7 @@ HOMEPAGE=" https://github.com/matrix-org/python-signedjson https://pypi.python.org/pypi/signedjson " -SRC_URI="https://github.com/matrix-org/python-signedjson//archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" +SRC_URI="https://github.com/matrix-org/python-signedjson/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" S="${WORKDIR}/python-${P}"