fix stuff

Signed-off-by: Owen-sz <owen@fyralabs.com>
This commit is contained in:
Owen-sz
2026-06-07 15:16:34 -05:00
parent 8cfc2b955a
commit 0ac4cf936e
4 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ Summary: documentation for python3-%{pypi_name}
documentation for python3-%{pypi_name}.
%prep
%autosetup -n xet-core-%{version}
%autosetup -n hf_xet-%{version}
%build
%pyproject_wheel
+1
View File
@@ -15,6 +15,7 @@ BuildRequires: python3-build
BuildRequires: python3-wheel
BuildRequires: python3-setuptools
BuildRequires: python3-pip
BuildRequires: python3-hatchling
Packager: Owen Zimmerman <owen@fyralabs.com>
@@ -7,7 +7,7 @@ Release: 2%{?dist}
Summary: Pure Python library for LaTeX to MathML conversion
License: MIT
URL: https://github.com/roniemartinez/latex2mathml
Source0: %{pypi_source}
Source0: %{url}/archive/refs/tags/%{version}.tar.gz
BuildArch: noarch
BuildRequires: python3-devel
@@ -18,6 +18,8 @@ BuildRequires: python3-poetry-core
BuildRequires: python3-installer
BuildRequires: python3-build
BuildRequires: python3-hatchling
BuildRequires: python3-importlib-metadata
BuildRequires: python3-uv-build
Packager: Owen Zimmerman <owen@fyralabs.com>
+1
View File
@@ -14,6 +14,7 @@ BuildRequires: python3-devel
BuildRequires: python3-wheel
BuildRequires: python3-setuptools
BuildRequires: python3-pip
BuildRequires: python3-flit-core
Packager: Owen Zimmerman <owen@fyralabs.com>