Port details |
- py-celery Asynchronous task queue/job queue
- 5.3.6 devel =3 5.3.6Version of this port present on the latest quarterly branch.
- Maintainer: olgeni@FreeBSD.org
- Port Added: 2012-03-24 16:07:08
- Last Update: 2024-02-05 14:42:00
- Commit Hash: fd6264a
- People watching this port, also watch:: portupgrade, powerdns, py39-kombu, py311-Automat, py39-PyOpenGL
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://pypi.org/project/celery/
- Description:
- Celery is an open source asynchronous task queue/job queue based on distributed
message passing. It is focused on real-time operation, but supports scheduling
as well.
The execution units, called tasks, are executed concurrently on one
or more worker nodes. Tasks can execute asynchronously (in the
background) or synchronously (wait until ready).
Celery is written in Python, but the protocol can be implemented
in any language. It can also operate with other languages using
webhooks.
The recommended message broker is RabbitMQ, but limited support for Redis,
Beanstalk, MongoDB, CouchDB, and databases (using SQLAlchemy or the Django
ORM) is also available.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}celery>0:devel/py-celery@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-celery/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-celery
- pkg install py39-celery
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-celery listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-celery
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1704721825
SHA256 (celery-5.3.6.tar.gz) = 870cc71d737c0200c397290d730344cc991d13a057534353d124c9380267aab9
SIZE (celery-5.3.6.tar.gz) = 1544498
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-billiard>=4.1.0,<5.0 : devel/py-billiard@py39
- py39-click>=8.1.7 : devel/py-click@py39
- py39-click-didyoumean>=0.3.0 : devel/py-click-didyoumean@py39
- py39-click-plugins>=1.1.1 : devel/py-click-plugins@py39
- py39-click-repl>=0.3.0 : devel/py-click-repl@py39
- py39-pytz>=1.5 : devel/py-pytz@py39
- py39-kombu>=5.3.2,<6.0.0 : net/py-kombu@py39
- py39-vine>=1.3.0 : devel/py-vine@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- This port is required by:
- for Run
-
- devel/py-celery-progress
- devel/py-eventlib
- security/py-iris-check-module
- security/py-iris-evtx-module
- www/py-django-celery-results
- www/py-flower
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- devel_py-celery
- USES:
- cpe python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.3.6 05 Feb 2024 14:42:00 |
Juraj Lutter (otis) |
devel/py-celery: Update to 5.3.6
Approved by: olgeni (maintainer)
Differential revision: https://reviews.freebsd.org/D43365 |
4.4.7 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
4.4.7 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
4.4.7 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
4.4.7 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
4.4.7 14 Oct 2021 21:30:39 |
Stefan Eßer (se) |
devel/py-celery: Add CPE information
Approved by: portmgr (blanket) |
4.4.7 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.4.7 15 Feb 2021 14:30:09 |
olgeni |
Update devel/py-celery to version 4.4.7. |
4.4.2 14 Jul 2020 07:59:28 |
antoine |
Unbreak bulk -a |
4.4.2 26 May 2020 01:54:20 |
swills |
devel/py-celery: Update to 4.4.2
PR: 245332
Submitted by: Evilham <contact@evilham.com>
Approved by: olgeni (maintainer, via email) |
4.1.0 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
4.1.0 25 Apr 2018 16:42:38 |
amdmi3 |
Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.
Approved by: portmgr blanket, mat |
4.1.0 08 Feb 2018 20:18:09 |
amdmi3 |
Canonicalize PyPi WWWs:
- Switch to https://
- Remove trailing slashes
Approved by: portmgr blanket |
4.1.0 02 Jan 2018 00:52:59 |
olgeni |
devel/py-celery: Update to 4.1.0 and take over maintainership.
PR: 224522
Submitted by: olgeni
Approved by: maintainer (wg) |
4.0.2 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
4.0.2 11 Jun 2017 16:55:32 |
miwi |
- Update to 4.0.2
Changelog:
http://docs.celeryproject.org/en/latest/whatsnew-4.0.html
PR: 219187
Reported by: Reshad Patuck
Approved by: maintainer timeout |
3.1.24 13 Oct 2016 13:31:40 |
wg |
devel/py-celery: update to 3.1.24
PR: 213415
Submitted by: olgeni |
3.1.23 19 Jul 2016 13:19:51 |
olgeni |
Update devel/py-celery to 3.1.23.
PR: 208432
Submitted by: olgeni
Approved by: maintainer (PR 208431) |
3.1.19_1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
3.1.19_1 30 Dec 2015 12:14:03 |
sunpoet |
- Add LICENSE_FILE
- Add NO_ARCH
Approved by: portmgr (blanket) |
3.1.19_1 30 Dec 2015 08:06:13 |
sunpoet |
- Move databases/py-memcached to databases/py-python-memcached
- Bump PORTREVISION for dependent ports |
3.1.19 10 Nov 2015 16:17:27 |
wg |
devel/py-celery: update to 3.1.19 |
3.1.15 29 Sep 2014 16:31:56 |
wg |
devel/py-celery: update to 3.1.15
- USES python |
3.1.13 11 Jul 2014 15:40:50 |
wg |
devel/py-celery: update to 3.1.13 |
3.1.12 12 Jun 2014 01:59:15 |
wg |
devel/py-celery: update to 3.1.12 |
3.1.11 17 Apr 2014 21:59:27 |
wg |
devel/py-celery: update 3.1.11 |
3.1.8 20 Jan 2014 13:32:52 |
wg |
devel/py-celery: update to 3.1.8 |
3.1.7 18 Dec 2013 10:03:13 |
wg |
devel/py-celery: update to 3.1.7
- Update to 3.1.7
- Switch from easy_install to install
- BSD -> BSD3CLAUSE |
3.1.6 03 Dec 2013 10:36:24 |
wg |
devel/py-celery: update to 3.1.6
Changes: https://raw.github.com/celery/celery/master/Changelog |
3.1.5 22 Nov 2013 12:06:57 |
wg |
devel/py-celery: update to 3.1.5
Changes: https://raw.github.com/celery/celery/master/Changelog |
3.1.4 20 Nov 2013 20:51:25 |
sunpoet |
- Update WWW:
- http://cheeseshop.python.org/ -> https://pypi.python.org/
- http://pypi.python.org/ -> https://pypi.python.org/
With hat: python
Approved by: bapt (portmgr) |
3.1.4 17 Nov 2013 16:08:58 |
wg |
devel/py-celery: update to 3.1.4
Changes: https://raw.github.com/celery/celery/master/Changelog |
3.1.3 13 Nov 2013 11:44:18 |
wg |
devel/py-celery: update to 3.1.3
Changes: https://raw.github.com/celery/celery/master/Changelog |
3.1.1 12 Nov 2013 11:37:25 |
wg |
devel/py-celery: update to 3.1.1
Changes: https://raw.github.com/celery/celery/master/Changelog |
3.1.0 10 Nov 2013 11:35:24 |
wg |
devel/py-celery: update to 3.1.0
- Update to 3.1.0
- Use python auto plist
- Allow staging |
3.0.24 13 Oct 2013 21:47:41 |
wg |
devel/py-celery: update to 3.0.24
- Update to 3.0.24 |
3.0.23 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
3.0.23 03 Sep 2013 12:21:55 |
wg |
devel/py-celery: update to 3.0.23
- Update to 3.0.23
Changes: https://github.com/celery/celery/blob/v3.0.23/Changelog |
3.0.22 17 Aug 2013 14:14:12 |
wg |
devel/py-celery: update to 3.0.22
- Update to 3.0.22
Changes: https://github.com/celery/celery/blob/3.0/Changelog |
3.0.21 13 Jul 2013 16:22:59 |
wg |
devel/py-celery: adjust LIB_DEPENDS
- 3.0.21 depends on billiard 2.7.3.31 or greater |
3.0.21 13 Jul 2013 16:21:55 |
wg |
devel/py-celery: update to 3.0.21
- Update to 3.0.21
Changes: https://github.com/celery/celery/blob/3.0/Changelog |
3.0.20 10 Jul 2013 17:14:58 |
wg |
devel/py-celery: update to 3.0.20
- Update to 3.0.20
- Take maintainership
Changes: https://github.com/celery/celery/blob/v3.0.20/Changelog
PR: ports/180085
Submitted by: wg (myself)
Approved by: maintainer |
3.0.19 12 Jun 2013 14:44:16 |
wg |
devel/py-celery: update to 3.0.19
- Update to 3.0.19
- Add LICENSE (BSD)
Changes: http://docs.celeryproject.org/en/latest/whatsnew-3.0.html
PR: ports/179011
Submitted by: wg (myself)
Approved by: culot / jpaetzel (mentors, implicit), maintainer (timeout) |
2.5.5 07 Mar 2013 06:09:44 |
rm |
- add patch to fix build with devel/py-dateutil 2.1
- sort pkg-plist a bit
- tab -> space change in pkg-descr:WWW
PR: 176699
Submitted by: rm (myself)
Approved by: Alexandros Kosiaris <akosiaris@gmail.com> (maintainer) |
2.5.5 25 Oct 2012 01:24:45 |
wen |
- Fix RUN_DEPENDS [1]
- Trim Makefile headers
PR: 172908 [1]
Submitted by: William Grzybowski <william88@gmail.com> [1]
Approved by: Alexandros Kosiaris <akosiaris@gmail.com> (maintainer) [1]
Feature safe: yes |
2.5.5 22 Jun 2012 09:32:55 |
sunpoet |
- Update to 2.5.5
Changes: https://github.com/celery/celery/blob/master/Changelog
PR: ports/168376
Submitted by: William Grzybowski <william88@gmail.com>
Approved by: Alexandros Kosiaris <alex@noc.ntua.gr> (maintainer) |
2.4.6 24 Mar 2012 16:06:44 |
miwi |
Celery is an open source asynchronous task queue/job queue based on distributed
message passing. It is focused on real-time operation, but supports scheduling
as well.
The execution units, called tasks, are executed concurrently on one
or more worker nodes. Tasks can execute asynchronously (in the
background) or synchronously (wait until ready).
Celery is written in Python, but the protocol can be implemented
in any language. It can also operate with other languages using
webhooks.
The recommended message broker is RabbitMQ, but limited support for Redis,
Beanstalk, MongoDB, CouchDB, and databases (using SQLAlchemy or the Django
ORM) is also available.
WWW: http://pypi.python.org/pypi/celery/
PR: ports/165693
Submitted by: Alexandros Kosiaris <akosiaris+ports@gmail.com>
Feature safe: yes |