dev-python/django-rich: add 1.7.0
Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
parent
150d6c3110
commit
00efffc01a
|
@ -1 +1,2 @@
|
|||
DIST django_rich-1.5.0.tar.gz 61805 BLAKE2B 2da59fc076d43840afbb93ed57f10ce50be16e52829aadeddbf44f0ac29c65025c8cfb43b18bc03c96acb5522bc76034f5c33094bcdd1620bd0aa04a1781ed0a SHA512 3796b33e15e79ac7260a895d6c87e9e95cbd30a6c7d1cf4540019c9242b4f02113df2ed394fff0c8f32166cd01f9d242f7c3dcec4e6c826fd9daba6a52dbb489
|
||||
DIST django_rich-1.7.0.tar.gz 58968 BLAKE2B 766eaadcbf93698f8f95e41a4f81852d8cb5c09a2a7c3c31f1b9ac5fb76028c40e067d7635bac2671d35bb7f07140dbffe5b6233bdc86c61f4aad5a6b8ce7fd7 SHA512 b509522281777e9c98543797ffe773ecf90856c234ab09939f780ac255a1eda21afa6abed4ace7f92291f9e87e23bab08181b5362d6801828e3e2e61436a1d11
|
||||
|
|
23
dev-python/django-rich/django-rich-1.7.0.ebuild
Normal file
23
dev-python/django-rich/django-rich-1.7.0.ebuild
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Copyright 2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Extensions for using Rich with Django"
|
||||
HOMEPAGE="
|
||||
https://pypi.org/project/django-rich/
|
||||
"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/django-3.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/rich-10.0.0[${PYTHON_USEDEP}]
|
||||
"
|
Loading…
Reference in a new issue