diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-06-19 19:32:24 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-06-19 19:32:24 +0200 |
commit | d92d9e9ddf100eaf9efa34c3cf54fb41b49076c1 (patch) | |
tree | f93272b188bed74b024883f6610349465a1c0bb7 /dev-python/diskcache | |
parent | dev-python/oslo-concurrency: Enable py3.13 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |