1 Star 0 Fork 10

温志伟/python-libyang

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
python-libyang.spec 905 Bytes
一键复制 编辑 原始数据 按行查看 历史
orange-snn 提交于 2021-08-26 16:38 . package init
%define debug_package %{nil}
%define pypi_name libyang
Name: python-libyang
Version: 1.6.1
Release: 1
Summary: Python CFFI bindings to libyang.
License: MIT
URL: https://github.com/CESNET/libyang-python
Source0: https://files.pythonhosted.org/packages/20/23/0b2445f42452f548401ae90f434d5e531e15a131f42570467fc722906c1e/%{pypi_name}-%{version}.tar.gz
BuildRequires: python3-devel python3-setuptools libyang python3-cffi libyang-devel
%description
Python CFFI bindings to libyang.
%package -n python3-libyang
Summary: python3 pacakge of %{pypi_name}
Requires: python3 libyang python3-cffi
%description -n python3-%{pypi_name}
python3 pacakge of %{pypi_name}.
%prep
%autosetup -n %{pypi_name}-%{version}
%build
%py3_build
%install
%py3_install
%files -n python3-%{pypi_name}
%{python3_sitearch}/*
%changelog
* Thu Aug 26 2021 orange-snn<songnannan2@huawei.com> - 1.6.1-1
- Package init
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wenzhiwei11/python-libyang.git
git@gitee.com:wenzhiwei11/python-libyang.git
wenzhiwei11
python-libyang
python-libyang
master

搜索帮助