commit: a7bf7167d728f9f6f5a89103c755fb8db83fcac8
Author: Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com>
AuthorDate: Thu Mar 12 14:54:32 2026 +0000
Commit: Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com>
CommitDate: Thu Mar 12 14:54:32 2026 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a7bf7167
dev-python/litestar-htmx: new package, add 0.5.0
Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
Signed-off-by: Paul Zander <negril.nx+gentoo <AT> gmail.com>
dev-python/litestar-htmx/Manifest | 2 ++
.../litestar-htmx/litestar-htmx-0.5.0.ebuild | 28 ++++++++++++++++++++++
dev-python/litestar-htmx/metadata.xml | 13 ++++++++++
3 files changed, 43 insertions(+)
diff --git a/dev-python/litestar-htmx/Manifest
b/dev-python/litestar-htmx/Manifest
new file mode 100644
index 0000000000..b731ce69cf
--- /dev/null
+++ b/dev-python/litestar-htmx/Manifest
@@ -0,0 +1,2 @@
+DIST litestar_htmx-0.5.0.tar.gz 119755 BLAKE2B
f4fe8d34676989b3c47d17253cb0d3a5e84be2ada289147738ebe44fe0d3161d118a967993b31701e91cf9a1d9faaca09d78ab0ceab41a2ac63f379fd1b83070
SHA512
71f266cfd3fa0cd2a913d804474b2022585afad72214234bc42497fdb9b57cb0c0ba64c849182df5f3d1c90885a965c5415c58f52827bfdb663c8e6d0a8cfbf7
+DIST litestar_htmx-0.5.0.tar.gz.provenance 9533 BLAKE2B
2fe15857fad311426dd7b82da461579cdfe28c901b62be8ef596fa43b9d2ae90ecd2ee1290e56bb816f33166ae5a85c7c4c3f5b47e2b173fbf59880ad4609b07
SHA512
65b7beabebec7bc7fc84ba792a71996c8b745a1764d43f4a17cb7a9b8e42a63c41c7110415a88ec216b5f1d8c144019f823f2d43ae48de4f0e2f565f499f054a
diff --git a/dev-python/litestar-htmx/litestar-htmx-0.5.0.ebuild
b/dev-python/litestar-htmx/litestar-htmx-0.5.0.ebuild
new file mode 100644
index 0000000000..e3fed67736
--- /dev/null
+++ b/dev-python/litestar-htmx/litestar-htmx-0.5.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{12..14} )
+PYPI_VERIFY_REPO=https://github.com/litestar-org/litestar-htmx
+inherit distutils-r1 pypi
+
+DESCRIPTION="HTMX Integration for Litestar"
+HOMEPAGE="
+ https://github.com/litestar-org/litestar-htmx/
+ https://pypi.org/project/litestar-htmx/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+BDEPEND="
+ test? (
+ dev-python/litestar[${PYTHON_USEDEP}]
+ )
+"
+
+EPYTEST_PLUGINS=( anyio )
+distutils_enable_tests pytest
diff --git a/dev-python/litestar-htmx/metadata.xml
b/dev-python/litestar-htmx/metadata.xml
new file mode 100644
index 0000000000..f9a4ba9c8a
--- /dev/null
+++ b/dev-python/litestar-htmx/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>[email protected]</email>
+ <name>Paul Zander</name>
+ </maintainer>
+ <stabilize-allarches/>
+ <upstream>
+ <remote-id type="github">litestar-org/litestar-htmx</remote-id>
+ <remote-id type="pypi">litestar-htmx</remote-id>
+ </upstream>
+</pkgmetadata>