summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2026-09-14 12:54:51 +0000
committerCoprDistGit <infra@openeuler.org>2026-09-14 12:54:51 +0000
commite080ab572e25b55546652ce3ee4fe7b621d63c1d (patch)
tree7d739304fcf7b3b1106fcf74bfd453b27088e5ad
parent3ccd5b1c9407e3dd380c79f710f979ee8a028aa6 (diff)
automatic import of python-litestar-htmxopeneuler24.03_LTS_SP3
-rw-r--r--.gitignore1
-rw-r--r--litestar-htmx.spec65
-rw-r--r--sources1
3 files changed, 67 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..efee0f4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/litestar-htmx-0.4.0.tar.gz
diff --git a/litestar-htmx.spec b/litestar-htmx.spec
new file mode 100644
index 0000000..fbe96a9
--- /dev/null
+++ b/litestar-htmx.spec
@@ -0,0 +1,65 @@
+%global pypi_name litestar-htmx
+
+Name: python-%{pypi_name}
+Version: 0.4.0
+Release: 1%{?dist}
+Summary: HTMX Integration for Litestar
+License: MIT
+URL: https://github.com/litestar-org/litestar-htmx
+Source0: https://github.com/litestar-org/litestar-htmx/archive/v%{version}/%{pypi_name}-%{version}.tar.gz
+BuildArch: noarch
+
+BuildRequires: python3-devel
+BuildRequires: python3-pip
+BuildRequires: python3-setuptools
+BuildRequires: python3-wheel
+BuildRequires: pyproject-rpm-macros
+BuildRequires: python3-hatchling
+
+%description
+HTMX Integration for Litestar. Provides a plugin and components for using
+HTMX with the Litestar web framework.
+
+%package -n python3-%{pypi_name}
+Summary: HTMX Integration for Litestar
+Provides: python-%{pypi_name}
+Provides: python3dist(%{pypi_name}) = %{version}
+
+%description -n python3-%{pypi_name}
+HTMX Integration for Litestar. Provides a plugin and components for using
+HTMX with the Litestar web framework.
+
+%package help
+Summary: Development documents and examples for %{pypi_name}
+Provides: python3-%{pypi_name}-doc
+Requires: python3-%{pypi_name}
+
+%description help
+Development documents and examples for %{pypi_name}.
+
+
+%prep
+%autosetup -n %{pypi_name}-%{version} -p1
+
+
+%build
+%pyproject_build
+
+
+%install
+%pyproject_install
+
+
+%files -n python3-%{pypi_name}
+%license LICENSE
+%{python3_sitelib}/litestar_htmx/
+%{python3_sitelib}/litestar_htmx-%{version}*.dist-info/
+
+%files help
+%license LICENSE
+%doc README.md
+
+
+%changelog
+* Mon Sep 14 2026 Python_Bot <Python_Bot@openeuler.org> - 0.4.0-1
+- Initial package
diff --git a/sources b/sources
new file mode 100644
index 0000000..0e770f8
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+130385bcbc5f5082399b1ce800f8d02e litestar-htmx-0.4.0.tar.gz