From fe027dfd9282e7833d463f8b28bbc5dcc7be999d Mon Sep 17 00:00:00 2001 From: Alarig Le Lay Date: Tue, 7 Jan 2025 21:53:36 +0100 Subject: [PATCH] dev-python/django-rich: add 1.13.0 Signed-off-by: Alarig Le Lay --- dev-python/django-rich/Manifest | 1 + .../django-rich/django-rich-1.13.0.ebuild | 23 +++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 dev-python/django-rich/django-rich-1.13.0.ebuild diff --git a/dev-python/django-rich/Manifest b/dev-python/django-rich/Manifest index eec832a..fdf2c74 100644 --- a/dev-python/django-rich/Manifest +++ b/dev-python/django-rich/Manifest @@ -1,2 +1,3 @@ DIST django_rich-1.11.0.tar.gz 61083 BLAKE2B ff06cddd4c94ced588b67b658e988aef6162169c0d75b1f07dc661866154803d517d81eaba1c724a6b00ce2dab4588e9641bd8a13e708c1c71c497c02a78324a SHA512 9e156ccd0953ab5c5ac5442592b86d6ba6385e3aec22e378d0a3a23795bf89b9e1f9eb29620726c848e0d74c41e6e8fc61c01314f6b291dd0334a05935d67a08 +DIST django_rich-1.13.0.tar.gz 61060 BLAKE2B d1f3b6d1f596599162a022194844e0b7877f7dbdd19eeeffa26c274306e88b2fb4a1d0e873cad82746c37af1cfd0142543dbf074b5fc8477bd0031e73fa0b5ff SHA512 93393ef92a69a07f33dd74d59a03ef9fa90d7cde0039168d7744a39fd2c0c48ecb47e55fb7d35665aebb220e4607069774d98f551ce728ae5d0218107cb1e966 DIST django_rich-1.8.0.tar.gz 59039 BLAKE2B 0e6534cec5736029d97425730aaf811958f6b5e524f2e4a402c976ff16c40d38e0aaa94afb97e914bbf4ef71bf6831b97d8329c490cb098baefa96ca1248761b SHA512 c6e91a2f701c795b1d3b32c5ad78b67062c7bd5ae238f0083c3996e9cd75fef1c0ce53780bb5e58b489e6a76ed78d0f320907c524035875cd6612190ff424d29 diff --git a/dev-python/django-rich/django-rich-1.13.0.ebuild b/dev-python/django-rich/django-rich-1.13.0.ebuild new file mode 100644 index 0000000..cf0c04b --- /dev/null +++ b/dev-python/django-rich/django-rich-1.13.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-4.2[${PYTHON_USEDEP}] + >=dev-python/rich-10.0.0[${PYTHON_USEDEP}] +"