1 Star 0 Fork 9

张梁鹏堃/python-augeas

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
python-augeas.spec 1.38 KB
一键复制 编辑 原始数据 按行查看 历史
张梁鹏堃 提交于 2023-01-07 20:21 . Add badges to README
Name: python-augeas
Version: 1.1.0
Release: 2
Summary: Python bindings for augeas
License: LGPLv2+
URL: http://augeas.net/
Source0: https://github.com/hercules-team/python-augeas/archive/refs/tags/v1.1.0.tar.gz
Patch0000: Add-badges-to-README.patch
BuildArch: noarch
BuildRequires: python3-setuptools python3-devel python3-cffi augeas
%description
Pure python bindings for augeas
%package -n python3-augeas
Summary: Python3 bindings for augeas
Requires: augeas-libs
%{?python_provide:%python_provide python3-augeas}
%description -n python3-augeas
Python 3 bindings for augeas
%prep
%autosetup -n %{name}-%{version} -p1
%build
%{py3_build}
%install
%{py3_install}
%files -n python3-augeas
%defattr(-,root,root)
%doc AUTHORS README.txt
%license COPYING
%{python3_sitelib}/augeas.py
%{python3_sitelib}/augeas/
%{python3_sitelib}/test/
%{python3_sitelib}/python_augeas-*.egg-info
%{python3_sitelib}/__pycache__/augeas.cpython*
%changelog
* Sat Jan 7 2023 zhangliangpengkun<zhangliangpengkun@xfusion.com> - 1.1.0-2
- Add badges to README
* Tue Jun 14 2022 houyingchao <houyingchao@h-partners.com> - 1.1.0-1
- Upgrade to 1.1.0
* Wed Oct 21 2020 chengzihan<chengzihan2@huawei.com> - 0.5.0-17
- Remove subpackage python2-augeas
* Fri Feb 14 2020 gulining<gulining1@huawei.com> - 0.5.0-16
- Package init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhang-liang-pengkun/python-augeas.git
git@gitee.com:zhang-liang-pengkun/python-augeas.git
zhang-liang-pengkun
python-augeas
python-augeas
master

搜索帮助