1 Star 0 Fork 5

wanglianguo/python-case

forked from src-openEuler/python-case
关闭
 
加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
python-case.spec 1.22 KB
一键复制 编辑 原始数据 按行查看 历史
wanglianguo 提交于 2021-06-30 15:03 +08:00 . Initial package for openEuler, version is 1.5.0
%global pypi_name case
Name: python-%{pypi_name}
Version: 1.5.3
Release: 1
Summary: Python unittest Utilities
License: BSD
URL: https://github.com/celery/case
Source0: %{pypi_name}-%{version}-e0ba8755.tar.gz
BuildArch: noarch
%description
%{summary}.
%package -n python3-%{pypi_name}
Summary: Python unittest Utilities
%{?python_provide:%python_provide python3-%{pypi_name}}
Requires: python3-six
Requires: python3-setuptools >= 0.7
Requires: python3-nose >= 1.3.7
Requires: python3-setuptools
BuildRequires: python3-devel
BuildRequires: python3-coverage >= 3.0
BuildRequires: python3-setuptools
BuildRequires: python3-nose
BuildRequires: python3-six
%description -n python3-%{pypi_name}
%{summary}.
%prep
%autosetup -n %{pypi_name}-%{version}
%build
%py3_build
%install
%py3_install
%check
%{__python3} setup.py test
%files -n python3-%{pypi_name}
%license LICENSE
%doc docs/templates/readme.txt README.rst
%{python3_sitelib}/%{pypi_name}
%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info
%changelog
* Wed Jun 30 2021 Lianguo Wang <wanglianguo@kylinos.cn> - 1.5.3-1
- Initial package for openEuler, version is 1.5.3
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wanglianguo/python-case.git
git@gitee.com:wanglianguo/python-case.git
wanglianguo
python-case
python-case
master

搜索帮助