From e607741876e84bb2ab6bc3ef4da392ddc951308f Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Sun, 9 Jul 2023 07:12:23 +0000 Subject: automatic import of python-retask --- .gitignore | 1 + python-retask.spec | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 54 insertions(+) create mode 100644 python-retask.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore index e69de29..92ffcf5 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/retask-0.4.tar.gz 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 diff --git a/sources b/sources new file mode 100644 index 0000000..b6bd475 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +2ba793e34c3acab7104a6c59d459a943 retask-0.4.tar.gz -- cgit v1.2.3