summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-06-19 19:32:24 +0200
committerMichał Górny <mgorny@gentoo.org>2024-06-19 19:32:24 +0200
commitd92d9e9ddf100eaf9efa34c3cf54fb41b49076c1 (patch)
treef93272b188bed74b024883f6610349465a1c0bb7 /dev-python/diskcache
parentdev-python/oslo-concurrency: Enable py3.13 (diff)
downloadgentoo-d92d9e9ddf100eaf9efa34c3cf54fb41b49076c1.tar.gz
gentoo-d92d9e9ddf100eaf9efa34c3cf54fb41b49076c1.tar.bz2
gentoo-d92d9e9ddf100eaf9efa34c3cf54fb41b49076c1.zip
dev-python/diskcache: Fix variable order
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/diskcache')
-rw-r--r--dev-python/diskcache/diskcache-5.6.3.ebuild2
1 files changed, 1 insertions, 1 deletions
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