diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-09-10 12:38:16 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-09-10 12:38:16 +0800 |
commit | 869fc93f28dfe2fa885404e616c8ee32369ec6eb (patch) | |
tree | 571b91483b5b2542917c6d6edd90bca7713079ad | |
parent | textproc/py-mdformat: Fix RUN_DEPENDS (diff) |
www/py-searxng-devel: Fix RUN_DEPENDS
- Use PY_TOMLI
- Bump PORTREVISION for dependency change
from requirements.txt:
tomli==2.2.1; python_version < '3.11'
Reference: https://github.com/searxng/searxng/blob/25647c20d1904840d089892bb118390f46c66984/requirements.txt#L18
Approved by: portmgr (blanket)
With hat: python
-rw-r--r-- | www/py-searxng-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/py-searxng-devel/Makefile b/www/py-searxng-devel/Makefile index a2f8006c78c2..f27d05ae69fa 100644 --- a/www/py-searxng-devel/Makefile +++ b/www/py-searxng-devel/Makefile @@ -1,5 +1,6 @@ PORTNAME= searxng DISTVERSION= 20250819 +PORTREVISION= 1 CATEGORIES= www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMESUFFIX= -devel @@ -34,7 +35,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>=0:devel/py-babel@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setproctitle>=0:devel/py-setproctitle@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}tomli>=0:textproc/py-tomli@${PY_FLAVOR} \ + ${PY_TOMLI} \ ${PYTHON_PKGNAMEPREFIX}typer>=0:devel/py-typer@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}uvloop>=0:devel/py-uvloop@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}valkey>=0:databases/py-valkey@${PY_FLAVOR} \ |