aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Wener <matthew@wener.org>2026-08-08 20:27:41 +0000
committerYusuf Yaman <nxjoseph@FreeBSD.org>2026-08-09 15:17:52 +0000
commit813dcb368358f34cc406d91f262cc3b3dc78f756 (patch)
tree8e840274c9473d83cdc5a409e5d1327bad1f7c35
parent374c12ecb2f422cb6a7bee19689189c78e0097e4 (diff)
www/py-flask-limiter3: Remove port
The one and only consumer www/py-calibreweb now supports v4. PR: 297376 Reported by: Matthew Wener <matthew@wener.org> (maintainer) Approved by: osa, vvd (Mentors, implicit)
-rw-r--r--www/Makefile1
-rw-r--r--www/py-flask-limiter3/Makefile29
-rw-r--r--www/py-flask-limiter3/distinfo3
-rw-r--r--www/py-flask-limiter3/pkg-descr4
4 files changed, 0 insertions, 37 deletions
diff --git a/www/Makefile b/www/Makefile
index 3a339f1ad296..3eb7c9822fd6 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1755,7 +1755,6 @@
SUBDIR += py-flask-jwt
SUBDIR += py-flask-jwt-extended
SUBDIR += py-flask-limiter
- SUBDIR += py-flask-limiter3
SUBDIR += py-flask-login
SUBDIR += py-flask-marshmallow
SUBDIR += py-flask-migrate
diff --git a/www/py-flask-limiter3/Makefile b/www/py-flask-limiter3/Makefile
deleted file mode 100644
index 35d2dad1bca6..000000000000
--- a/www/py-flask-limiter3/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-PORTNAME= Flask_Limiter
-PORTVERSION= 3.12
-CATEGORIES= www python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-PKGNAMESUFFIX= 3
-DISTNAME= flask_limiter-${PORTVERSION}
-
-MAINTAINER= matthew@wener.org
-COMMENT= Flask-Limiter adds rate limiting to Flask applications
-WWW= https://github.com/alisaifee/flask-limiter
-
-LICENSE= MIT
-
-BUILD_DEPENDS= ${PY_SETUPTOOLS} \
- ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flask>=2:www/py-flask@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}limits>=3.13:www/py-limits@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}ordered-set>4,<5:devel/py-ordered-set@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}rich>=12:textproc/py-rich@${PY_FLAVOR} \
-
-USES= python
-USE_PYTHON= autoplist concurrent pep517
-
-CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}flask_limiter
-
-NO_ARCH= yes
-
-.include <bsd.port.mk>
diff --git a/www/py-flask-limiter3/distinfo b/www/py-flask-limiter3/distinfo
deleted file mode 100644
index 4533b661099e..000000000000
--- a/www/py-flask-limiter3/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1761423656
-SHA256 (flask_limiter-3.12.tar.gz) = f9e3e3d0c4acd0d1ffbfa729e17198dd1042f4d23c130ae160044fc930e21300
-SIZE (flask_limiter-3.12.tar.gz) = 303162
diff --git a/www/py-flask-limiter3/pkg-descr b/www/py-flask-limiter3/pkg-descr
deleted file mode 100644
index f1739f43d86b..000000000000
--- a/www/py-flask-limiter3/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-Flask-Limiter adds rate limiting to Flask applications. You can
-configure rate limits at different levels such as: application
-wide global limits per user, default limits per route, by
-blueprints, class based views and individual routes.