diff --git a/dev-python/django-rich/Manifest b/dev-python/django-rich/Manifest new file mode 100644 index 0000000..0c71c6f --- /dev/null +++ b/dev-python/django-rich/Manifest @@ -0,0 +1 @@ +DIST django_rich-1.5.0.tar.gz 61805 BLAKE2B 2da59fc076d43840afbb93ed57f10ce50be16e52829aadeddbf44f0ac29c65025c8cfb43b18bc03c96acb5522bc76034f5c33094bcdd1620bd0aa04a1781ed0a SHA512 3796b33e15e79ac7260a895d6c87e9e95cbd30a6c7d1cf4540019c9242b4f02113df2ed394fff0c8f32166cd01f9d242f7c3dcec4e6c826fd9daba6a52dbb489 diff --git a/dev-python/django-rich/django-rich-1.5.0.ebuild b/dev-python/django-rich/django-rich-1.5.0.ebuild new file mode 100644 index 0000000..fbc2411 --- /dev/null +++ b/dev-python/django-rich/django-rich-1.5.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}] +"