public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/celery/files/
@ 2022-04-28  8:08 Alessandro Barbieri
  0 siblings, 0 replies; 3+ messages in thread
From: Alessandro Barbieri @ 2022-04-28  8:08 UTC (permalink / raw
  To: gentoo-commits

commit:     4ffb5c5953fb11bf336119e369cf550c4cc51161
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Thu Apr 28 08:02:59 2022 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Thu Apr 28 08:02:59 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4ffb5c59

dev-python/celery: fix header

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-python/celery/files/celery.initd-r2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/celery/files/celery.initd-r2 b/dev-python/celery/files/celery.initd-r2
index f34c13669..3789dc016 100644
--- a/dev-python/celery/files/celery.initd-r2
+++ b/dev-python/celery/files/celery.initd-r2
@@ -1,5 +1,5 @@
 #!/sbin/openrc-run
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the BSD license
 
 extra_started_commands="reload"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/celery/files/
@ 2022-10-24 19:32 Anna Vyalkova
  0 siblings, 0 replies; 3+ messages in thread
From: Anna Vyalkova @ 2022-10-24 19:32 UTC (permalink / raw
  To: gentoo-commits

commit:     7eff1ebc7f5fcd457e8d02b924b1971ebab9d507
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Mon Oct 24 19:25:58 2022 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Mon Oct 24 19:31:57 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7eff1ebc

dev-python/celery: fixup openrc script

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-python/celery/files/celery.initd-r2 | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/celery/files/celery.initd-r2 b/dev-python/celery/files/celery.initd-r2
index 91dd838a6..2f10491fe 100644
--- a/dev-python/celery/files/celery.initd-r2
+++ b/dev-python/celery/files/celery.initd-r2
@@ -15,10 +15,10 @@ depend() {
 : ${CELERYD_LOG_LEVEL:="INFO"}
 : ${CELERYD_NODES:="celery"}
 
-${CELERYBEAT_ENABLED:="no"}
-${CELERYBEAT_PID_FILE:="/run/celery/celerybeat.pid"}
-${CELERYBEAT_LOG_FILE:="/var/log/celery/celerybeat.log"}
-${CELERYBEAT_LOG_LEVEL:="INFO"}
+: ${CELERYBEAT_ENABLED:="no"}
+: ${CELERYBEAT_PID_FILE:="/run/celery/celerybeat.pid"}
+: ${CELERYBEAT_LOG_FILE:="/var/log/celery/celerybeat.log"}
+: ${CELERYBEAT_LOG_LEVEL:="INFO"}
 
 export CELERY_LOADER
 


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/celery/files/
@ 2023-12-30 18:21 Michael Mair-Keimberger
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Mair-Keimberger @ 2023-12-30 18:21 UTC (permalink / raw
  To: gentoo-commits

commit:     a02c6163a389d69a946a7b85759125c640b8998c
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sat Dec 30 18:13:05 2023 +0000
Commit:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
CommitDate: Sat Dec 30 18:20:01 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a02c6163

dev-python/celery: remove unused patch

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>

 .../files/celery-5.3.0_beta1-sphinx-6.0.patch      | 31 ----------------------
 1 file changed, 31 deletions(-)

diff --git a/dev-python/celery/files/celery-5.3.0_beta1-sphinx-6.0.patch b/dev-python/celery/files/celery-5.3.0_beta1-sphinx-6.0.patch
deleted file mode 100644
index 5d785b9c6e..0000000000
--- a/dev-python/celery/files/celery-5.3.0_beta1-sphinx-6.0.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From 57acb4d0ecb4fcb55daf3bb2d750aa760a81eec6 Mon Sep 17 00:00:00 2001
-From: Mathias Ertl <mati@er.tl>
-Date: Sat, 24 Dec 2022 10:40:19 +0100
-Subject: [PATCH] return list of nodes to make sphinx extension compatible with
- Sphinx 6.0
-
----
- celery/contrib/sphinx.py | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/celery/contrib/sphinx.py b/celery/contrib/sphinx.py
-index a3a06479ccf..a5505ff189a 100644
---- a/celery/contrib/sphinx.py
-+++ b/celery/contrib/sphinx.py
-@@ -32,6 +32,7 @@
- """
- from inspect import signature
- 
-+from docutils import nodes
- from sphinx.domains.python import PyFunction
- from sphinx.ext.autodoc import FunctionDocumenter
- 
-@@ -75,7 +76,7 @@ class TaskDirective(PyFunction):
-     """Sphinx task directive."""
- 
-     def get_signature_prefix(self, sig):
--        return self.env.config.celery_task_prefix
-+        return [nodes.Text(self.env.config.celery_task_prefix)]
- 
- 
- def autodoc_skip_member_handler(app, what, name, obj, skip, options):


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-12-30 18:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-30 18:21 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/celery/files/ Michael Mair-Keimberger
  -- strict thread matches above, loose matches on Subject: below --
2022-10-24 19:32 Anna Vyalkova
2022-04-28  8:08 Alessandro Barbieri

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox