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 5C09F15817D for ; Wed, 19 Jun 2024 17:32:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF13BE2A34; Wed, 19 Jun 2024 17:32:49 +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 865D0E2A34 for ; Wed, 19 Jun 2024 17:32:49 +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 6A8DD33BE26 for ; Wed, 19 Jun 2024 17:32:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C57AC1D17 for ; Wed, 19 Jun 2024 17:32:46 +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: <1718818344.d92d9e9ddf100eaf9efa34c3cf54fb41b49076c1.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/diskcache/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/diskcache/diskcache-5.6.3.ebuild X-VCS-Directories: dev-python/diskcache/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d92d9e9ddf100eaf9efa34c3cf54fb41b49076c1 X-VCS-Branch: master Date: Wed, 19 Jun 2024 17:32:46 +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: f6809a24-f2a6-4314-8cbd-fb5fb7b9d433 X-Archives-Hash: 4572cef1c3d8c8f809bc721359b23fe7 commit: d92d9e9ddf100eaf9efa34c3cf54fb41b49076c1 Author: Michał Górny gentoo org> AuthorDate: Wed Jun 19 17:32:24 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Jun 19 17:32:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d92d9e9d dev-python/diskcache: Fix variable order Signed-off-by: Michał Górny gentoo.org> dev-python/diskcache/diskcache-5.6.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/diskcache/diskcache-5.6.3.ebuild b/dev-python/diskcache/diskcache-5.6.3.ebuild index 59f1df7d9950..c52ea3da78ab 100644 --- a/dev-python/diskcache/diskcache-5.6.3.ebuild +++ b/dev-python/diskcache/diskcache-5.6.3.ebuild @@ -9,12 +9,12 @@ PYTHON_REQ_USE="sqlite" inherit distutils-r1 +DESCRIPTION="Disk and file backed cache" HOMEPAGE=" https://grantjenks.com/docs/diskcache/ https://github.com/grantjenks/python-diskcache/ https://pypi.org/project/diskcache/ " -DESCRIPTION="Disk and file backed cache" SRC_URI=" https://github.com/grantjenks/python-diskcache/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz