1 Star 0 Fork 7

jiangxinyu/python-pipdeptree

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
python-pipdeptree.spec 2.38 KB
一键复制 编辑 原始数据 按行查看 历史
jiangxinyu 提交于 2023-04-28 14:40 +08:00 . Use pyproject to compile package
%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
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jxy_git/python-pipdeptree.git
git@gitee.com:jxy_git/python-pipdeptree.git
jxy_git
python-pipdeptree
python-pipdeptree
master

搜索帮助