summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2025-02-17 08:35:57 +0000
committerCoprDistGit <infra@openeuler.org>2025-02-17 08:35:57 +0000
commit4c56e1f21dd77521d5299ff43d7a6af0f71fa544 (patch)
tree8342f16964ba7c94213905ad3fb81726211755c3
parent5f1f80edc9b707891f7459846a7bdd13886d1bd4 (diff)
automatic import of python-retaskopeneuler24.03_LTS_SP1
-rw-r--r--.gitignore1
-rw-r--r--python-retask.spec52
-rw-r--r--sources1
3 files changed, 54 insertions, 0 deletions
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 <pkwarcraft@hotmail.com> - 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