mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 11:33:15 -04:00
dev-python/django-tailwind: new package, add 3.8.0
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
This commit is contained in:
24
dev-python/django-tailwind/django-tailwind-3.8.0.ebuild
Normal file
24
dev-python/django-tailwind/django-tailwind-3.8.0.ebuild
Normal file
@@ -0,0 +1,24 @@
|
||||
# Copyright 2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=poetry
|
||||
PYTHON_COMPAT=( python3_{10..13} )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Tailwind CSS Framework for Django projects"
|
||||
HOMEPAGE="
|
||||
https://github.com/timonweb/django-tailwind
|
||||
https://pypi.org/project/django-tailwind/
|
||||
"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/django[${PYTHON_USEDEP}]
|
||||
dev-python/django-browser-reload[${PYTHON_USEDEP}]
|
||||
"
|
||||
Reference in New Issue
Block a user