From c17b94d3a30692facd01f74b45895612f711137c Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Mon, 16 Oct 2023 06:33:31 +0000 Subject: Adding metadata --- .../crispy-bootstrap5/crispy-bootstrap5-0.7.ebuild | 25 +++++++++++++++------- 1 file changed, 17 insertions(+), 8 deletions(-) (limited to 'dev-python/crispy-bootstrap5') diff --git a/dev-python/crispy-bootstrap5/crispy-bootstrap5-0.7.ebuild b/dev-python/crispy-bootstrap5/crispy-bootstrap5-0.7.ebuild index 5f3df23bb9b6..26bce17c3b28 100644 --- a/dev-python/crispy-bootstrap5/crispy-bootstrap5-0.7.ebuild +++ b/dev-python/crispy-bootstrap5/crispy-bootstrap5-0.7.ebuild @@ -5,25 +5,34 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{8,9,10,11} ) + inherit distutils-r1 DESCRIPTION="Bootstrap5 template pack for django-crispy-forms" HOMEPAGE=" + https://github.com/django-crispy-forms/crispy-bootstrap5/ https://pypi.org/project/crispy-bootstrap5/ " -SRC_URI="https://github.com/django-crispy-forms/${PN}/archive/refs/tags/${PV}.tar.gz - -> ${P}.gh.tar.gz" +SRC_URI=" + https://github.com/django-crispy-forms/crispy-bootstrap5/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz +" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="test" -RDEPEND="dev-python/django-crispy-forms[${PYTHON_USEDEP}]" -BDEPEND="test? ( - dev-python/pytest-django[${PYTHON_USEDEP}] -)" +RDEPEND=" + dev-python/django-crispy-forms[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + dev-python/pytest-django[${PYTHON_USEDEP}] + ) +" distutils_enable_tests pytest -PATCHES=( "${FILESDIR}"/${P}-test.patch ) +PATCHES=( + "${FILESDIR}"/${P}-test.patch +) -- cgit v1.3.1