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
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
py-limits Perform rate limiting with commonly used storage backends
3.9.0 www 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 3.9.0Version of this port present on the latest quarterly branch.
Maintainer: driesm@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024-02-19 21:06:07
Last Update: 2024-04-20 18:29:32
Commit Hash: c1a5725
Also Listed In: python
License: MIT
WWW:
https://github.com/alisaifee/limits
Description:
Rate limiting using various strategies and storage backends such as redis & memcached. Different strategies are supported: - Fixed Window - Fixed Window (Elastic) - Moving Window
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}limits>0:www/py-limits@${PY_FLAVOR}
To install the port:
cd /usr/ports/www/py-limits/ && make install clean
To add the package, run one of these commands:
  • pkg install www/py-limits
  • pkg install py39-limits
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-limits listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-limits
Package flavors (<flavor>: <package>)
  • py39: py39-limits
distinfo:
TIMESTAMP = 1708269916 SHA256 (limits-3.9.0.tar.gz) = 7b44aa4d05c539276928372681190136914958cccbb99c30ecc5df72a179661a SIZE (limits-3.9.0.tar.gz) = 69561

Packages (timestamps in pop-ups are UTC):
py39-limits
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest3.9.03.9.0-3.9.03.9.0---
FreeBSD:13:quarterly3.9.03.9.0-3.9.03.9.0---
FreeBSD:14:latest3.9.03.9.0-3.9.03.9.0---
FreeBSD:14:quarterly-3.9.0--3.9.0---
FreeBSD:15:latest3.9.03.9.0n/a-n/a--3.9.0
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  2. python3.9 : lang/python39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. py39-deprecated>=1.2 : devel/py-deprecated@py39
  2. py39-importlib-resources>=1.3 : devel/py-importlib-resources@py39
  3. py39-packaging>=21<25 : devel/py-packaging@py39
  4. py39-typing-extensions>=0.8 : devel/py-typing-extensions@py39
  5. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  6. python3.9 : lang/python39
This port is required by:
for Run
  1. www/py-flask-limiter

Configuration Options:
No options to configure
Options name:
www_py-limits
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/l/limits/
  2. https://pypi.org/packages/source/l/limits/
Collapse this list.

Number of commits found: 3

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.9.0
20 Apr 2024 18:29:32
commit hash: c1a572530ec04f1bc01494b47a37b1e64ad33260commit hash: c1a572530ec04f1bc01494b47a37b1e64ad33260commit hash: c1a572530ec04f1bc01494b47a37b1e64ad33260commit hash: c1a572530ec04f1bc01494b47a37b1e64ad33260 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/py-limits: Allow build with py-packaging 24.0+

- Bump PORTREVISION for package change

Obtained
from:	https://github.com/alisaifee/limits/commit/900e5c03ffecd784ed5643e67c39110f5ca0b5a7
3.9.0
05 Apr 2024 00:44:07
commit hash: db8ecc47a823e8465ae35b189df4b48d4d185aa1commit hash: db8ecc47a823e8465ae35b189df4b48d4d185aa1commit hash: db8ecc47a823e8465ae35b189df4b48d4d185aa1commit hash: db8ecc47a823e8465ae35b189df4b48d4d185aa1 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/py-limits: Clean up USES=python

USES=python means USES=python:3.8+ now.

Approved by:	portmgr (blanket)
With hat:	python
3.9.0
19 Feb 2024 21:04:19
commit hash: 5cf0d90c757278b5c38c9b7c7dd90213a176b5d2commit hash: 5cf0d90c757278b5c38c9b7c7dd90213a176b5d2commit hash: 5cf0d90c757278b5c38c9b7c7dd90213a176b5d2commit hash: 5cf0d90c757278b5c38c9b7c7dd90213a176b5d2 files touched by this commit
Dries Michiels (driesm) search for other commits by this committer
devel/py-limits: add new port

Rate limiting using various strategies and storage backends
suchh as redis & memcached.

Number of commits found: 3