summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Alexandre Salim <salimma@fedoraproject.org>2021-12-13 16:27:03 -0800
committerMichel Alexandre Salim <salimma@fedoraproject.org>2021-12-13 16:27:03 -0800
commit0dcf4935348370ea55f3d118a16da4c4e2037c13 (patch)
tree47b3483ff4b21ec4e17bc6b42cdd45b09526a4c0
parentb42b42816c7017fa8dd4ed987ad96dff940b8d24 (diff)
downloadspecs-0dcf4935348370ea55f3d118a16da4c4e2037c13.tar.gz
specs-0dcf4935348370ea55f3d118a16da4c4e2037c13.tar.xz
specs-0dcf4935348370ea55f3d118a16da4c4e2037c13.zip
- python-django-q
Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>
-rw-r--r--python/python-django-q.spec86
1 files changed, 0 insertions, 86 deletions
diff --git a/python/python-django-q.spec b/python/python-django-q.spec
deleted file mode 100644
index f2401b5..0000000
--- a/python/python-django-q.spec
+++ /dev/null
@@ -1,86 +0,0 @@
-# "can't find tests module"
-%bcond_with tests
-
-%global srcname django-q
-%global modname django_q
-
-%global forgeurl https://github.com/koed00/django-q
-
-Name: python-%{srcname}
-Version: 1.3.9
-Release: %autorelease
-Summary: A multiprocessing distributed task queue for Django
-License: MIT
-URL: https://django-q.readthedocs.org/
-# pyproject.toml from GH doesn't seem to work
-Source0: %{pypi_source %{srcname}}
-# Source0: %%{forgeurl}/archive/v%%{version}/%%{srcname}-%%{version}.tar.gz
-
-BuildArch: noarch
-
-BuildRequires: python%{python3_pkgversion}-devel
-BuildRequires: python%{python3_pkgversion}-setuptools
-%if %{with tests}
-# Test dependencies:
-# BuildRequires: python3dist(django-redis)
-%endif
-
-%global _description %{expand:
-A multiprocessing distributed task queue for Django
-
-Features:
-- Multiprocessing worker pool
-- Asynchronous tasks
-- Scheduled, cron and repeated tasks
-- Signed and compressed packages
-- Failure and success database or cache
-- Result hooks, groups and chains
-- Django Admin integration
-- PaaS compatible with multiple instances
-- Multi cluster monitor
-- Redis, Disque, IronMQ, SQS, MongoDB or ORM
-- Rollbar and Sentry support}
-
-%description %{_description}
-
-
-%package -n python%{python3_pkgversion}-%{srcname}
-Summary: %{summary}
-
-%description -n python%{python3_pkgversion}-%{srcname} %{_description}
-
-
-%prep
-%autosetup -p1 -n %{srcname}-%{version}
-
-
-%generate_buildrequires
-# project's pyproject.toml caused our script to choke
-# seems fine when using PyPI
-%pyproject_buildrequires
-
-
-%build
-%pyproject_wheel
-
-
-%install
-# these installs UNKNOWN-0.0.0.dist-info
-# when using GH tarball
-%pyproject_install
-%pyproject_save_files %{modname}
-
-
-%if %{with tests}
-%check
-%python3 -m django test -v2 --settings=django_q.tests.settings
-%endif
-
-
-%files -n python%{python3_pkgversion}-%{srcname} -f %{pyproject_files}
-%license LICENSE
-%doc CHANGELOG.md README.rst
-
-
-%changelog
-%autochangelog