From 36a2764bd711bda09f6589196a6628053b45cb5b Mon Sep 17 00:00:00 2001 From: Alarig Le Lay Date: Tue, 27 Aug 2024 18:43:22 +0200 Subject: [PATCH] dev-python/django-rich: add 1.8.0 Signed-off-by: Alarig Le Lay --- dev-python/django-rich/Manifest | 1 + .../django-rich/django-rich-1.8.0.ebuild | 23 +++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 dev-python/django-rich/django-rich-1.8.0.ebuild diff --git a/dev-python/django-rich/Manifest b/dev-python/django-rich/Manifest index 917dbc8..20671ae 100644 --- a/dev-python/django-rich/Manifest +++ b/dev-python/django-rich/Manifest @@ -1,2 +1,3 @@ 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 +DIST django_rich-1.8.0.tar.gz 59039 BLAKE2B 0e6534cec5736029d97425730aaf811958f6b5e524f2e4a402c976ff16c40d38e0aaa94afb97e914bbf4ef71bf6831b97d8329c490cb098baefa96ca1248761b SHA512 c6e91a2f701c795b1d3b32c5ad78b67062c7bd5ae238f0083c3996e9cd75fef1c0ce53780bb5e58b489e6a76ed78d0f320907c524035875cd6612190ff424d29 diff --git a/dev-python/django-rich/django-rich-1.8.0.ebuild b/dev-python/django-rich/django-rich-1.8.0.ebuild new file mode 100644 index 0000000..fbc2411 --- /dev/null +++ b/dev-python/django-rich/django-rich-1.8.0.ebuild @@ -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}] +"