blob: 78bf76e85d3da1286f8c2bcf16f3f3965cce7c9c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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_{9,10,11,12,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}]
"
|