diff options
author | CoprDistGit <infra@openeuler.org> | 2025-02-17 08:35:57 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2025-02-17 08:35:57 +0000 |
commit | 4c56e1f21dd77521d5299ff43d7a6af0f71fa544 (patch) | |
tree | 8342f16964ba7c94213905ad3fb81726211755c3 | |
parent | 5f1f80edc9b707891f7459846a7bdd13886d1bd4 (diff) |
automatic import of python-retaskopeneuler24.03_LTS_SP1
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-retask.spec | 52 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 54 insertions, 0 deletions
@@ -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 <pkwarcraft@hotmail.com> - 0.4-1 +- Init package @@ -0,0 +1 @@ +2ba793e34c3acab7104a6c59d459a943 retask-0.4.tar.gz |