13 Star 0 Fork 1

ocs-upgrade/python-snappy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
python-snappy.spec 2.01 KB
一键复制 编辑 原始数据 按行查看 历史
ocs-bot 提交于 2024-10-15 17:10 . Upgrade to version 0.7.3
%global pypi_name python-snappy
Summary: Python library for the snappy compression library from Google
Name: python-snappy
Version: 0.7.3
Release: 1%{?dist}
License: BSD
URL: https://pypi.python.org/pypi/%{pypi_name}
Source0: %{pypi_source}
BuildRequires: gcc-c++
BuildRequires: snappy-devel
%description
Snappy is a compression/decompression library. This package provides python bindings for the
snappy compression library from Google.
%package -n python3-snappy
Summary: Python library for the snappy compression library from Google
BuildRequires: gcc-c++
BuildRequires: python3-devel python3-setuptools python3-cffi
BuildRequires: snappy-devel
Requires: python3-cffi
Requires: snappy
Provides: python3-snappy = %{version}-%{release}
%description -n python3-snappy
Snappy is a compression/decompression library. This package provides python3 bindings for the
snappy compression library from Google.
%prep
%autosetup -n %{pypi_name}-%{version}
%build
%py3_build
%install
%py3_install
sed -i '1{\@^#!/usr/bin/env python@d}' %{buildroot}%{python3_sitearch}/snappy/snappy.py
%files -n python3-snappy
%license LICENSE
%doc README.rst AUTHORS
%{python3_sitearch}/python_snappy-%{version}-py%{python3_version}.egg-info/
%{python3_sitearch}/snappy/
%changelog
* Tue Oct 15 2024 Upgrade Robot <[email protected]> - 0.7.3-1
- Upgrade to version 0.7.3
* Thu Sep 26 2024 OpenCloudOS Release Engineering <[email protected]> - 0.6.1-5
- Rebuilt for clarifying the packages requirement in BaseOS and AppStream
* Fri Aug 16 2024 OpenCloudOS Release Engineering <[email protected]> - 0.6.1-4
- Rebuilt for loongarch release
* Tue Sep 19 2023 OpenCloudOS Release Engineering <[email protected]> - 0.6.1-3
- Rebuilt for python 3.11
* Fri Apr 28 2023 OpenCloudOS Release Engineering <[email protected]> - 0.6.1-2
- Rebuilt for OpenCloudOS Stream 23.05
* Wed Apr 26 2023 Wang Guodong <[email protected]> - 0.6.1-1
- initial build
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ocs-upgrade/python-snappy.git
[email protected]:ocs-upgrade/python-snappy.git
ocs-upgrade
python-snappy
python-snappy
master

搜索帮助