Ai
11 Star 0 Fork 7

src-openEuler/python-isula
Closed

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
python-isula.spec 889 Bytes
Copy Edit Raw Blame History
王玺源 authored 2022-08-31 15:09 +08:00 . Init spec for 22.09
%global debug_package %{nil}
Name: python-isula
Version: 0.0.2
Release: 1
Summary: python sdk library for iSulad and isula-build
License: Apache-2.0
URL: https://gitee.com/openeuler/pyisula
Source0: pyisula-%{version}.tar.gz
BuildRequires: python3-devel
BuildArch: noarch
%description
python sdk library for iSulad and isula-build
%package -n python3-isula
Summary: python sdk library for iSulad and isula-build
Requires: python3-cryptography
Requires: python3-grpcio
Requires: python3-protobuf
%description -n python3-isula
python sdk library for iSulad and isula-build
%prep
%autosetup -n pyisula-%{version}
%build
%py3_build
%install
%py3_install
%files -n python3-isula
%{python3_sitelib}/*
%changelog
* Wed Aug 31 2022 wangxiyuan <wangxiyuan1007@gmail.com> - 0.0.2-1
- Package init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/python-isula.git
git@gitee.com:src-openeuler/python-isula.git
src-openeuler
python-isula
python-isula
master

Search