Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 07 May 2026 08:28:02 +0000
From:      Olivier Cochard <olivier@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 801a8d20b1e9 - main - www/py-firecraw=?utf-8?Q?l-py:=E2=80=AF?=new port
Message-ID:  <69fc4d12.1c291.5272a385@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by olivier:

URL: https://cgit.FreeBSD.org/ports/commit/?id=801a8d20b1e9fc52c90ed44874c218fdb005cf1f

commit 801a8d20b1e9fc52c90ed44874c218fdb005cf1f
Author:     Olivier Cochard <olivier@FreeBSD.org>
AuthorDate: 2026-05-06 09:35:11 +0000
Commit:     Olivier Cochard <olivier@FreeBSD.org>
CommitDate: 2026-05-07 08:26:42 +0000

    www/py-firecrawl-py: new port
    
    Python SDK for the Firecrawl web crawler API
---
 www/Makefile                                   |  1 +
 www/py-firecrawl-py/Makefile                   | 30 ++++++++++++++++++++++++++
 www/py-firecrawl-py/distinfo                   |  3 +++
 www/py-firecrawl-py/files/patch-pyproject.toml |  7 ++++++
 www/py-firecrawl-py/pkg-descr                  |  5 +++++
 5 files changed, 46 insertions(+)

diff --git a/www/Makefile b/www/Makefile
index 17bd562a3fe9..47414aa7492d 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1732,6 +1732,7 @@
     SUBDIR += py-fastapi-sso
     SUBDIR += py-feedgen
     SUBDIR += py-feedgenerator
+    SUBDIR += py-firecrawl-py
     SUBDIR += py-flasgger
     SUBDIR += py-flask
     SUBDIR += py-flask-admin
diff --git a/www/py-firecrawl-py/Makefile b/www/py-firecrawl-py/Makefile
new file mode 100644
index 000000000000..7af4ee5434a3
--- /dev/null
+++ b/www/py-firecrawl-py/Makefile
@@ -0,0 +1,30 @@
+PORTNAME=	firecrawl-py
+PORTVERSION=	4.24.0
+CATEGORIES=	www python
+MASTER_SITES=	PYPI
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	firecrawl_py-${PORTVERSION}
+
+MAINTAINER=	olivier@FreeBSD.org
+COMMENT=	Python SDK for the Firecrawl web crawler API
+WWW=		https://github.com/firecrawl/firecrawl
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	${PY_SETUPTOOLS} \
+		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}aiohttp>0:www/py-aiohttp@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}httpx>0:www/py-httpx@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}nest-asyncio>0:devel/py-nest-asyncio@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pydantic2>=2.0:devel/py-pydantic2@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}python-dotenv>0:www/py-python-dotenv@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}websockets>0:devel/py-websockets@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	autoplist concurrent pep517
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/www/py-firecrawl-py/distinfo b/www/py-firecrawl-py/distinfo
new file mode 100644
index 000000000000..f49afac29fae
--- /dev/null
+++ b/www/py-firecrawl-py/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1777969174
+SHA256 (firecrawl_py-4.24.0.tar.gz) = f07dd31044a5750a73c672cb5def7b4b3550a275c260f7c688bad8237e5e5183
+SIZE (firecrawl_py-4.24.0.tar.gz) = 179859
diff --git a/www/py-firecrawl-py/files/patch-pyproject.toml b/www/py-firecrawl-py/files/patch-pyproject.toml
new file mode 100644
index 000000000000..edc42292b3d8
--- /dev/null
+++ b/www/py-firecrawl-py/files/patch-pyproject.toml
@@ -0,0 +1,7 @@
+--- pyproject.toml.orig	2026-05-05 08:54:41 UTC
++++ pyproject.toml
+@@ -52,3 +52,4 @@ where = ["."]
+ 
+ [tool.setuptools.packages.find]
+ where = ["."]
++include = ["firecrawl", "firecrawl.*"]
diff --git a/www/py-firecrawl-py/pkg-descr b/www/py-firecrawl-py/pkg-descr
new file mode 100644
index 000000000000..20002c56fe3c
--- /dev/null
+++ b/www/py-firecrawl-py/pkg-descr
@@ -0,0 +1,5 @@
+Official Python SDK for the Firecrawl API.
+
+Firecrawl turns websites into LLM-ready data. This SDK exposes the crawl,
+scrape, search, extract, and map endpoints with both synchronous and
+asynchronous interfaces.


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69fc4d12.1c291.5272a385>