Ai
5 Star 0 Fork 3

src-openEuler/python-uc-micro-py

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
python-uc-micro-py.spec 1.45 KB
一键复制 编辑 原始数据 按行查看 历史
li-miaomiao_zhr 提交于 2023-08-30 15:21 +08:00 . Start self-test of software package
%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
Release: 2
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
# for test
BuildRequires: python3-pytest
BuildRequires: python3-pytest-cov
BuildRequires: python3-coverage
%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
%check
%pytest
%files -n python3-%{pypi_name}
%license LICENSE
%doc README.md
%{python3_sitelib}/uc_micro/
%{python3_sitelib}/uc_micro_py-*.dist-info/
%changelog
* Wed Aug 30 2023 li-miaomiao_zhr <mmlidc@isoftstone.com> - 1.0.2-2
- Start self-test of software package
* Thu Aug 17 2023 li-miaomiao_zhr <mmlidc@isoftstone.com> - 1.0.2-1
- Package init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/python-uc-micro-py.git
git@gitee.com:src-openeuler/python-uc-micro-py.git
src-openeuler
python-uc-micro-py
python-uc-micro-py
openEuler-24.03-LTS

搜索帮助