summaryrefslogtreecommitdiff
path: root/litestar-htmx.spec
blob: fbe96a9026bbe936cc4e521c1971ad75d2975f3e (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
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