代码拉取完成,页面将自动刷新
同步操作将从 src-openEuler/python-pipdeptree 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
%global _empty_manifest_terminate_build 0
Name: python-pipdeptree
Version: 2.7.0
Release: 2
Summary: Command line utility to show dependency tree of packages
License: MIT
URL: https://github.com/tox-dev/pipdeptree
Source0: https://files.pythonhosted.org/packages/86/62/309b36c833a99518d35998df58271a15756f847ed66e2e46896d7df49f53/pipdeptree-2.7.0.tar.gz
BuildArch: noarch
%description
pipdeptree is a command line utility for displaying the installed python packages
in form of a dependency tree. It works for packages installed globally
on a machine as well as in a virtualenv.
%package -n python3-pipdeptree
Summary: Command line utility to show dependency tree of packages
Provides: python-pipdeptree = %{version}-%{release}
BuildRequires: python3-devel
BuildRequires: python3-pip python3-wheel python3-flit
BuildRequires: python3-hatchling python3-hatch-vcs
%description -n python3-pipdeptree
pipdeptree is a command line utility for displaying the installed python packages
in form of a dependency tree. It works for packages installed globally
on a machine as well as in a virtualenv.
%package help
Summary: Development documents and examples for pipdeptree
Provides: python3-pipdeptree-doc
%description help
pipdeptree is a command line utility for displaying the installed python packages
in form of a dependency tree. It works for packages installed globally
on a machine as well as in a virtualenv.
%prep
%autosetup -n pipdeptree-%{version}
%build
%pyproject_build
%install
%pyproject_install pipdeptree==%{version}
install -d -m755 %{buildroot}/%{_pkgdocdir}
if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi
%files -n python3-pipdeptree
%{python3_sitelib}/*
%{_bindir}/pipdeptree
%files help
%{_docdir}/*
%changelog
* Fri Apr 28 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 2.7.0-2
- Use pyproject to compile package
* Tue Apr 4 2023 wubijie <wubijie@kylinos.cn> - 2.7.0-1
- Update package to version 2.7.0
* Fri Mar 17 2023 wubijie <wubijie@kylinos.cn> - 2.5.2-1
- Update package to version 2.5.2
* Tue Feb 28 2023 wangjunqi <wangjunqi@kylinos.cn> - 2.5.0-1
- Update package to version 2.5.0
* Thu Nov 03 2022 wangjunqi <wangjunqi@kylinos.cn> - 2.2.1-1
- Update package to version 2.2.1
* Fri Jul 16 2021 Kou Wenqi <kouwenqi@kylinos.cn> - 2.0.0-1
- Init package
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。