dev-python/django-rich: new package, add 1.5.0
Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
parent
ba8f60896f
commit
2727bb4b96
1
dev-python/django-rich/Manifest
Normal file
1
dev-python/django-rich/Manifest
Normal file
|
@ -0,0 +1 @@
|
||||||
|
DIST django_rich-1.5.0.tar.gz 61805 BLAKE2B 2da59fc076d43840afbb93ed57f10ce50be16e52829aadeddbf44f0ac29c65025c8cfb43b18bc03c96acb5522bc76034f5c33094bcdd1620bd0aa04a1781ed0a SHA512 3796b33e15e79ac7260a895d6c87e9e95cbd30a6c7d1cf4540019c9242b4f02113df2ed394fff0c8f32166cd01f9d242f7c3dcec4e6c826fd9daba6a52dbb489
|
23
dev-python/django-rich/django-rich-1.5.0.ebuild
Normal file
23
dev-python/django-rich/django-rich-1.5.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