From 19bc4179761b68333f4bbfebb4d0e7484058863d Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Fri, 14 Feb 2025 06:32:02 +0000 Subject: automatic import of python-retask --- python-retask.spec | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 python-retask.spec (limited to 'python-retask.spec') diff --git a/python-retask.spec b/python-retask.spec new file mode 100644 index 0000000..b0b7f83 --- /dev/null +++ b/python-retask.spec @@ -0,0 +1,52 @@ +Name: python-retask +Version: 0.4 +Release: 1 +Summary: Python module to create and manage distributed task queues + +License: MIT +URL: http://retask.readthedocs.org/en/latest/index.html +Source0: https://pypi.python.org/packages/source/r/retask/retask-%{version}.tar.gz + +BuildArch: noarch + +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-redis +BuildRequires: python3-six + + +%global _description\ +Python module to create and manage distributed task queues using redis. + +%description %_description + + +%package -n python3-retask +Summary: %{summary} +%{?python_provide:%python_provide python3-retask} +Requires: python3-redis +Requires: python3-six + +%description -n python3-retask %_description + + +%prep +%setup -q -n retask-%{version} + + +%build +%py3_build + + +%install +%py3_install + + +%files -n python3-retask +%doc LICENSE +%{python3_sitelib}/retask*/ + + +%changelog +* Tue Feb 28 2023 lichaoran - 0.4-1 +- Init package -- cgit v1.2.3