diff --git a/pip-tools-7.1.0.tar.gz b/pip-tools-7.1.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..62311543b3c0132b2c0d18bfa396cb2d36a6cea0 Binary files /dev/null and b/pip-tools-7.1.0.tar.gz differ diff --git a/python-pip-tools.spec b/python-pip-tools.spec new file mode 100644 index 0000000000000000000000000000000000000000..a285810995522c7b1e2c09f0016e34ed573ee555 --- /dev/null +++ b/python-pip-tools.spec @@ -0,0 +1,48 @@ +Name: python-pip-tools +Version: 7.1.0 +Release: 1 +Summary: pip-tools keeps your pinned dependencies fresh. + +License: MIT +URL: https://codeload.github.com/shopkeep/pip-tools +Source0: https://codeload.github.com/shopkeep/pip-tools/archive/%{version}.tar.gz#/pip-tools-%{version}.tar.gz +BuildArch: noarch + +%description +%{summary} + +%package -n python3-pip-tools +Summary: %{summary} +Provides: python-pip-tools + +# Base build requires +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-setuptools_scm +BuildRequires: python3-pip +BuildRequires: python3-wheel + +%description -n python3-pip-tools +%{summary} + +%prep +%autosetup -n pip-tools-%{version} + +%build +%pyproject_build + +%install +%pyproject_install + +%files -n python3-pip-tools +%license LICENSE +%doc README.md + +%{python3_sitelib}/pip_tools-*.dist-info/ +%{python3_sitelib}/piptools/ +%{_bindir}/pip-compile +%{_bindir}/pip-sync + +%changelog +* Thu Jul 27 2023 mengzhaoa - 7.1.0-1 +- Init package python3-pip-tools of version 7.1.0