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

Newsfeed changes

The news feed page[s] were not laid out well. Two pages, disjointed information, hard to figure out how to use the optional parameters...

Thankfully, someone told me.

The new page is ready for your review. Please compare these two:

You may also be interested in the Github issue.
Port details
py-rq1 Simple library for creating background jobs, and processing them
1.16.2 develnew! 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 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
Maintainer: skreuzer@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024-11-23 08:09:05
Last Update: 2024-11-23 07:52:53
Commit Hash: 9b1c34f
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}rq1>0:devel/py-rq1@${PY_FLAVOR}
Conflicts:
CONFLICTS_INSTALL:
  • py311--rq
To install the port:
cd /usr/ports/devel/py-rq1/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/py-rq1
  • pkg install py311-rq1
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-rq1 listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-rq1
Package flavors (<flavor>: <package>)
  • py311: py311-rq1
distinfo:
TIMESTAMP = 1716816474 SHA256 (rq-1.16.2.tar.gz) = 5c5b9ad5fbaf792b8fada25cc7627f4d206a9a4455aced371d4f501cc3f13b34 SIZE (rq-1.16.2.tar.gz) = 629881

Packages (timestamps in pop-ups are UTC):
py311-rq1
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.16.21.16.2-1.16.21.16.2---
FreeBSD:13:quarterly1.16.21.16.2-1.16.21.16.2---
FreeBSD:14:latest1.16.21.16.2-1.16.21.16.2---
FreeBSD:14:quarterly1.16.21.16.2-1.16.21.16.2---
FreeBSD:15:latest1.16.21.16.2n/a1.16.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. py311-wheel>0 : devel/py-wheel@py311
  3. python3.11 : lang/python311
  4. py311-build>=0 : devel/py-build@py311
  5. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. py311-click>=5.0.0 : devel/py-click@py311
  2. py311-redis>=4.0.0 : databases/py-redis@py311
  3. python3.11 : lang/python311
This port is required by:
for Run
  1. dns/py-dns-crawler

Configuration Options:
No options to configure
Options name:
devel_py-rq1
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
1.16.2
23 Nov 2024 07:52:53
commit hash: 9b1c34f578f8a689a52b942a9030002bda2ffcc4commit hash: 9b1c34f578f8a689a52b942a9030002bda2ffcc4commit hash: 9b1c34f578f8a689a52b942a9030002bda2ffcc4commit hash: 9b1c34f578f8a689a52b942a9030002bda2ffcc4 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
devel/py-rq1: Add new port, copied from devel/py-rq

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.

This port serves as a transition for consumers of devel/py-rq which are
not yet ready for py-rq 2.0.0.

PR:		282649
Approved by:	skreuzer (maintainer)

Number of commits found: 1