2023-08-17 15:03:36 +08:00
|
|
|
%global _empty_manifest_terminate_build 0
|
|
|
|
|
%global pypi_name uc-micro-py
|
|
|
|
|
|
|
|
|
|
%global _description %{expand:
|
|
|
|
|
Micro subset of Unicode data files for linkify-it.py projects. This is
|
|
|
|
|
a Python port of uc.micro (https://github.com/markdown-it/uc.micro).}
|
|
|
|
|
|
|
|
|
|
Name: python-%{pypi_name}
|
|
|
|
|
Version: 1.0.2
|
2023-08-30 15:21:52 +08:00
|
|
|
Release: 2
|
2023-08-17 15:03:36 +08:00
|
|
|
Summary: Micro subset of Unicode data files for linkify-it.py projects
|
|
|
|
|
License: MIT
|
|
|
|
|
URL: https://github.com/tsutsu3/uc.micro-py
|
|
|
|
|
Source0: %{url}/archive/%{version}/%{pypi_name}-%{version}.tar.gz
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
|
BuildRequires: python3-pip
|
|
|
|
|
BuildRequires: python3-wheel
|
|
|
|
|
BuildRequires: python3-setuptools
|
|
|
|
|
BuildRequires: python3-setuptools_scm
|
|
|
|
|
|
2023-08-30 15:21:52 +08:00
|
|
|
# for test
|
|
|
|
|
BuildRequires: python3-pytest
|
|
|
|
|
BuildRequires: python3-pytest-cov
|
|
|
|
|
BuildRequires: python3-coverage
|
|
|
|
|
|
2023-08-17 15:03:36 +08:00
|
|
|
%description %_description
|
|
|
|
|
|
|
|
|
|
%package -n python3-%{pypi_name}
|
|
|
|
|
Summary: Micro subset of Unicode data files for linkify-it.py projects
|
|
|
|
|
%{?python_provide:%python_provide python3-%{pypi_name}}
|
|
|
|
|
|
|
|
|
|
%description -n python3-%{pypi_name} %_description
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -n %{pypi_name}-%{version}
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%pyproject_build
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%pyproject_install
|
|
|
|
|
|
2023-08-30 15:21:52 +08:00
|
|
|
%check
|
|
|
|
|
%pytest
|
|
|
|
|
|
2023-08-17 15:03:36 +08:00
|
|
|
%files -n python3-%{pypi_name}
|
|
|
|
|
%license LICENSE
|
|
|
|
|
%doc README.md
|
|
|
|
|
%{python3_sitelib}/uc_micro/
|
|
|
|
|
%{python3_sitelib}/uc_micro_py-*.dist-info/
|
|
|
|
|
|
|
|
|
|
%changelog
|
2023-08-30 15:21:52 +08:00
|
|
|
* Wed Aug 30 2023 li-miaomiao_zhr <mmlidc@isoftstone.com> - 1.0.2-2
|
|
|
|
|
- Start self-test of software package
|
|
|
|
|
|
2023-08-17 15:03:36 +08:00
|
|
|
* Thu Aug 17 2023 li-miaomiao_zhr <mmlidc@isoftstone.com> - 1.0.2-1
|
|
|
|
|
- Package init
|