From 2e5af6c3c360c38cc71fb906995fd0c966ec17c5 Mon Sep 17 00:00:00 2001 From: Alarig Le Lay Date: Tue, 7 Jan 2025 21:51:41 +0100 Subject: [PATCH] dev-python/django-mptt: add 0.16.0, drop 0.16 Signed-off-by: Alarig Le Lay --- dev-python/django-mptt/Manifest | 2 +- .../{django-mptt-0.16.ebuild => django-mptt-0.16.0.ebuild} | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) rename dev-python/django-mptt/{django-mptt-0.16.ebuild => django-mptt-0.16.0.ebuild} (83%) diff --git a/dev-python/django-mptt/Manifest b/dev-python/django-mptt/Manifest index 307e4a0..7f0d6cf 100644 --- a/dev-python/django-mptt/Manifest +++ b/dev-python/django-mptt/Manifest @@ -1,2 +1,2 @@ DIST django-mptt-0.14.gh.tar.gz 307340 BLAKE2B c503c0cba376b90adb8697fde3b1274d986e9dfd63184e06af8243a6a167d43c068132a2d84a2b3a74f4027d906e3f6ab7e4413b39cd4fc584d78bc934ba7333 SHA512 b52bf34f6a34f2811155917d9fe66bfa5aa645e8be9bc8f9930a0dc5a6fdfb99b14b0a9adac378a895393683732997f0db491bc2857b22207fe3a0a386232ce7 -DIST django-mptt-0.16.gh.tar.gz 308600 BLAKE2B 8bc93219edc9d4f2f1907401e9984982d5433f470064b6db969b5e0d1bd965ff872f05c678548303003026fb95242f3f7cfb1568ba713ac1277867b89b9698e4 SHA512 98f40f2b51e8d48f6b872d6775968282d135ca60d13e9a36a811ef54506f957fa5abe3098e1f68476709d80966558db69809f3d2ff5f5a4a1a69c43931e4c141 +DIST django_mptt-0.16.0.tar.gz 69886 BLAKE2B 2f4c11d2d03e66322d58ef817d4aa0cf485a3f5dfd29c69a75f27bd8faaccbfbac974473ae1ba68c62199859fd0221ab9a750f58bbf83f61285fccdec10968db SHA512 f275a81c676b2866b2cef279e3bc8fc6fe1b3396871ae3be132ea80140ef79d25a7a54792ea0e10d55a9c8f16ef9282aa167597ff816ff35c8caf32b16ef03fe diff --git a/dev-python/django-mptt/django-mptt-0.16.ebuild b/dev-python/django-mptt/django-mptt-0.16.0.ebuild similarity index 83% rename from dev-python/django-mptt/django-mptt-0.16.ebuild rename to dev-python/django-mptt/django-mptt-0.16.0.ebuild index 6f71d92..fbf6681 100644 --- a/dev-python/django-mptt/django-mptt-0.16.ebuild +++ b/dev-python/django-mptt/django-mptt-0.16.0.ebuild @@ -5,13 +5,11 @@ EAPI=8 DISTUTILS_USE_PEP517=hatchling PYTHON_COMPAT=( python3_{11..13} ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="utilities for modified preorder tree traversal and trees of model instances" HOMEPAGE="https://github.com/django-mptt/django-mptt" -SRC_URI=" - https://github.com/django-mptt/django-mptt/archive/${PV}.tar.gz - -> ${P}.gh.tar.gz" +SRC_URI="$(pypi_sdist_url)" LICENSE="MIT" SLOT="0"