notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

Port details on branch 2025Q1
py-rq Simple library for creating background jobs, and processing them
2.1.0 devel on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.3.2Version of this port present on the latest quarterly branch.
Maintainer: skreuzer@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2025-01-18 09:45:05
Last Update: 2025-01-18 09:25:49
Commit Hash: d9422c0
Also Listed In: python
License: BSD2CLAUSE
WWW:
https://python-rq.org
Description:
RQ (Redis Queue) is a simple Python library for queueing jobs and processing them in the background with workers. It is backed by Redis and it is designed to have a low barrier to entry. It can be integrated in your web stack easily.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

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}rq>0:devel/py-rq@${PY_FLAVOR}
Conflicts:
CONFLICTS_INSTALL:
  • py311-rq1
To install the port:
cd /usr/ports/devel/py-rq/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/py-rq
  • pkg install py311-rq
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 py311-rq listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-rq
Package flavors (<flavor>: <package>)
  • py311: py311-rq
distinfo:
TIMESTAMP = 1737139232 SHA256 (rq-2.1.0.tar.gz) = 764585b6cab69ef1412f4aee523347e5aa7ece3ca175c118b1d92223dd8c2826 SIZE (rq-2.1.0.tar.gz) = 640535

Packages (timestamps in pop-ups are UTC):
py37-rq
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--1.3.0---1.3.0-
FreeBSD:13:quarterly--------
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
 
py39-rq
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--------
FreeBSD:13:quarterly--1.11.1--1.15.11.15.11.15.1
FreeBSD:14:latest--1.11.1--1.11.1-1.11.1
FreeBSD:14:quarterly-----1.15.11.15.11.15.1
FreeBSD:15:latest--n/a-n/a1.15.11.15.11.15.1
 
py311-rq
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2.3.22.3.3-2.3.22.3.3---
FreeBSD:13:quarterly2.3.22.3.2-2.3.22.3.2---
FreeBSD:14:latest2.3.22.3.3-2.3.22.3.3---
FreeBSD:14:quarterly2.3.22.3.2-2.3.22.3.2---
FreeBSD:15:latest2.3.22.3.2n/a2.3.2n/a---
 
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-hatchling>0 : devel/py-hatchling@py311
  2. python3.11 : lang/python311
  3. py311-build>=0 : devel/py-build@py311
  4. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. py311-click>=5 : devel/py-click@py311
  2. py311-redis>=3.5 : databases/py-redis@py311
  3. python3.11 : lang/python311
This port is required by:
for Run
  1. net-mgmt/netbox

Configuration Options:
No options to configure
Options name:
devel_py-rq
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/r/rq/
  2. https://pypi.org/packages/source/r/rq/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.1.0
18 Jan 2025 09:25:49
commit hash: d9422c0f15bd30d4c651ad6eac4854c5d9061e84commit hash: d9422c0f15bd30d4c651ad6eac4854c5d9061e84commit hash: d9422c0f15bd30d4c651ad6eac4854c5d9061e84commit hash: d9422c0f15bd30d4c651ad6eac4854c5d9061e84 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
Author: Steven Kreuzer
devel/py-rq: update to 2.1.0

Changes:
  * job.id must not contain :.
  * Various type hint improvements
  * job.ended_at should be set when job is run synchronously.
  * Group.all() now properly handles non existing group.
  * Use ruff instead of black as formatter.
(cherry picked from commit 94460adec72f2285c6748835f161804ed84f719f)

Number of commits found: 1