dev-python/django-mptt: add 0.16.0, drop 0.16

Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
Alarig Le Lay 2025-01-07 21:51:41 +01:00
parent 6b98ce6d70
commit 2e5af6c3c3
Signed by: alarig
GPG key ID: 7AFE62C6DF8BCDEC
2 changed files with 3 additions and 5 deletions

View file

@ -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

View file

@ -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"