5 Star 0 Fork 3

src-openEuler/python-blowfish

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
python-blowfish.spec 1020 Bytes
一键复制 编辑 原始数据 按行查看 历史
wanglianguo 提交于 4年前 . Add src
%{!?_licensedir: %global license %%doc}
%global modname blowfish
%global sum Fast, efficient Blowfish cipher implementation in pure Python (3.4+)
Name: python-blowfish
Version: 0.6.1
Release: 1
Summary: %{sum}
License: GPLv3+
URL: http://pypi.python.org/pypi/blowfish
Source0: %{modname}-%{version}.tar.bz2
BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3-setuptools
%description
%{sum}.
%package -n python3-%{modname}
Summary: %{sum}
%{?python_provide:%python_provide python3-%{modname}}
%description -n python3-%{modname}
%{sum}.
%prep
%autosetup -n %{modname}-%{version}
%build
%py3_build
%install
%py3_install
%check
%{__python3} -m unittest setup.py
%files -n python3-%{modname}
%doc README.rst
%license LICENSE
%{python3_sitelib}/%{modname}*
%{python3_sitelib}/__pycache__/*
%changelog
* Wed Jun 30 2021 Lianguo Wang <wanglianguo@kylinos.cn> - 0.6.1
- Add src.
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/python-blowfish.git
git@gitee.com:src-openeuler/python-blowfish.git
src-openeuler
python-blowfish
python-blowfish
master

搜索帮助