commit:     3c52c0721a8caabd550455f616fde86a1efafa57
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Fri Jul  5 14:08:16 2024 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri Jul  5 14:08:49 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3c52c072

dev-python/django-tailwind: new package, add 3.8.0

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 dev-python/django-tailwind/Manifest                |  1 +
 .../django-tailwind/django-tailwind-3.8.0.ebuild   | 24 ++++++++++++++++++++++
 dev-python/django-tailwind/metadata.xml            |  8 ++++++++
 3 files changed, 33 insertions(+)

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>

Reply via email to