diff --git a/2.0.0.tar.gz b/2.0.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..dd35240903c1c5ca9d88f026c69e909dfb906ec3 Binary files /dev/null and b/2.0.0.tar.gz differ diff --git a/python-pipdeptree.spec b/python-pipdeptree.spec new file mode 100644 index 0000000000000000000000000000000000000000..b7f2286e38a42c4985b7986b4ea9740ef12ce45e --- /dev/null +++ b/python-pipdeptree.spec @@ -0,0 +1,54 @@ +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 - 2.0.0-1 +- Init package