1 Star 0 Fork 7

kouwq/python-pipdeptree

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
python-pipdeptree.spec 1.55 KB
一键复制 编辑 原始数据 按行查看 历史
kouwq 提交于 2021-07-16 15:03 +08:00 . init package
Name: python-pipdeptree
Version: 2.0.0
Release: 1
Summary: Command line utility to show dependency tree of packages
License: MIT
URL: https://github.com/naiquevin/pipdeptree
Source0: https://github.com/naiquevin/pipdeptree/archive/refs/tags/2.0.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
Requires: python3-pip python3-graphviz
BuildRequires: python3-devel python3-setuptools
%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
Requires: python3-pipdeptree
%description help
Documentation for python3-pipdeptree.
%prep
%autosetup -n pipdeptree-2.0.0
%build
%py3_build
%install
%py3_install
%files -n python3-pipdeptree
%{_bindir}/pipdeptree
%{python3_sitelib}/__pycache__/*
%{python3_sitelib}/pipdeptree.py
%{python3_sitelib}/pipdeptree-2.0.0-py%{python3_version}.egg-info
%files help
%doc docs
%changelog
* Fri Jul 16 2021 Kou Wenqi <kouwenqi@kylinos.cn> - 2.0.0-1
- Init package
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/kouwq/python-pipdeptree.git
git@gitee.com:kouwq/python-pipdeptree.git
kouwq
python-pipdeptree
python-pipdeptree
2.0.0

搜索帮助