aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2024-07-05 16:08:16 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2024-07-05 16:08:49 +0200
commit3c52c0721a8caabd550455f616fde86a1efafa57 (patch)
treeede253d9267505415508a4841b92abfdadf427f7 /dev-python
parentdev-python/django-browser-reload: new package, add 1.13.0 (diff)
downloadguru-3c52c0721a8caabd550455f616fde86a1efafa57.tar.gz
guru-3c52c0721a8caabd550455f616fde86a1efafa57.tar.bz2
guru-3c52c0721a8caabd550455f616fde86a1efafa57.zip
dev-python/django-tailwind: new package, add 3.8.0
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/django-tailwind/Manifest1
-rw-r--r--dev-python/django-tailwind/django-tailwind-3.8.0.ebuild24
-rw-r--r--dev-python/django-tailwind/metadata.xml8
3 files changed, 33 insertions, 0 deletions
diff --git a/dev-python/django-tailwind/Manifest b/dev-python/django-tailwind/Manifest
new file mode 100644
index 000000000..3bc4b7c3e
--- /dev/null
+++ b/dev-python/django-tailwind/Manifest
@@ -0,0 +1 @@
+DIST django_tailwind-3.8.0.tar.gz 8969 BLAKE2B ddc17680571081ebc864a3e5eddf6414be1f02e17c7f6d52aae14f6ea66d369f6fadede9946741c971755c380cf82a429467e5177c2edd66eac11bee806c34fc SHA512 6501ca2de280da4c5edbf8e1b0f22f02ebf5397eb11a0ec759e064228c28d0a3927684264e6cc5d5f83b5f030c5cd9e34f59516dba519126c2992115798f3abe
diff --git a/dev-python/django-tailwind/django-tailwind-3.8.0.ebuild b/dev-python/django-tailwind/django-tailwind-3.8.0.ebuild
new file mode 100644
index 000000000..e51d0a276
--- /dev/null
+++ b/dev-python/django-tailwind/django-tailwind-3.8.0.ebuild
@@ -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}]
+"
diff --git a/dev-python/django-tailwind/metadata.xml b/dev-python/django-tailwind/metadata.xml
new file mode 100644
index 000000000..1f4b1c087
--- /dev/null
+++ b/dev-python/django-tailwind/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <upstream>
+ <remote-id type="github">timonweb/django-tailwind</remote-id>
+ <remote-id type="pypi">django-tailwind</remote-id>
+ </upstream>
+</pkgmetadata>