1 Star 0 Fork 9

wangef/python-sure

forked from src-openEuler/python-sure 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
python-sure.spec 1.69 KB
一键复制 编辑 原始数据 按行查看 历史
ultra_planet 提交于 5年前 . package init
Name: python-sure
Version: 1.4.11
Release: 4
Summary: Utility belt for automated testing in Python
License: GPLv3+
URL: https://github.com/gabrielfalcao/sure
Source0: https://files.pythonhosted.org/packages/source/s/sure/sure-%{version}.tar.gz
BuildRequires: python2-devel python-mock python-nose python-setuptools python-six
BuildRequires: python3-devel python3-mock python3-nose python3-setuptools python3-six
Requires: python-six
BuildArch: noarch
%description
An idiomatic testing library for python with powerful and flexible assertions. Sure is heavily
inspired in RSpec Expectations and should.js.
%package -n python2-sure
Summary: Utility belt for automated testing in Python 2
%{?python_provide:%python_provide python2-sure}
%description -n python2-sure
An idiomatic testing library for python with powerful and flexible assertions. Sure is heavily
inspired in RSpec Expectations and should.js.
%package -n python3-sure
Summary: Utility belt for automated testing in Python 3
Requires: python3-six
%{?python_provide:%python_provide python3-sure}
%description -n python3-sure
An idiomatic testing library for python with powerful and flexible assertions. Sure is heavily
inspired in RSpec Expectations and should.js.
%prep
%autosetup -n sure-%{version} -p1
rm -rf sure.egg-info
%build
%py2_build
%py3_build
%install
%py2_install
%py3_install
%check
%{__python2} -m nose --verbosity 2
%{__python3} -m nose --verbosity 2
%files -n python2-sure
%doc COPYING
%{python2_sitelib}/*
%files -n python3-sure
%doc COPYING
%{python3_sitelib}/*
%changelog
* Wed Nov 27 2019 lingsheng <lingsheng@huawei.com> 1.4.11-4
* Package init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wangef/python-sure.git
git@gitee.com:wangef/python-sure.git
wangef
python-sure
python-sure
master

搜索帮助