Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 05 May 2026 19:07:53 +0000
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0cd6d869d3c8 - main - devel/py-fastlite: New port: Extra usability for SQLite
Message-ID:  <69fa4009.3dba0.50d7115e@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0cd6d869d3c827af8a5db50087a5336ee664ecb2

commit 0cd6d869d3c827af8a5db50087a5336ee664ecb2
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-05-05 18:35:00 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-05-05 19:07:46 +0000

    devel/py-fastlite: New port: Extra usability for SQLite
---
 devel/Makefile                               |  1 +
 devel/py-fastlite/Makefile                   | 24 ++++++++++++++++++++++++
 devel/py-fastlite/distinfo                   |  3 +++
 devel/py-fastlite/files/patch-pyproject.toml | 10 ++++++++++
 devel/py-fastlite/pkg-descr                  |  3 +++
 5 files changed, 41 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index 1c4411062a58..3de2169cfd3e 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4965,6 +4965,7 @@
     SUBDIR += py-fastf1
     SUBDIR += py-fastimport
     SUBDIR += py-fastjsonschema
+    SUBDIR += py-fastlite
     SUBDIR += py-fastnumbers
     SUBDIR += py-fastprogress
     SUBDIR += py-fastuuid
diff --git a/devel/py-fastlite/Makefile b/devel/py-fastlite/Makefile
new file mode 100644
index 000000000000..72d04e660f0d
--- /dev/null
+++ b/devel/py-fastlite/Makefile
@@ -0,0 +1,24 @@
+PORTNAME=	fastlite
+DISTVERSION=	0.2.4
+CATEGORIES=	devel python
+MASTER_SITES=	PYPI
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	Extra usability for SQLite
+WWW=		https://github.com/AnswerDotAI/fastlite
+
+LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}apswutils>=0.1.2:databases/py-apswutils@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}fastcore>=1.7.1:devel/py-fastcore@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	pep517 autoplist
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/devel/py-fastlite/distinfo b/devel/py-fastlite/distinfo
new file mode 100644
index 000000000000..889777fb2450
--- /dev/null
+++ b/devel/py-fastlite/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1768200772
+SHA256 (fastlite-0.2.4.tar.gz) = f1ac4329fe18c7bf027a09d05e856215ae9c2fc8e1c0044e110f9a8a36ea1995
+SIZE (fastlite-0.2.4.tar.gz) = 22554
diff --git a/devel/py-fastlite/files/patch-pyproject.toml b/devel/py-fastlite/files/patch-pyproject.toml
new file mode 100644
index 000000000000..cc0d6d2d3561
--- /dev/null
+++ b/devel/py-fastlite/files/patch-pyproject.toml
@@ -0,0 +1,10 @@
+-- Remove version constraint on setuptools to be compatible with the port.
+--- pyproject.toml.orig	2025-12-20 19:58:30 UTC
++++ pyproject.toml
+@@ -1,5 +1,5 @@
+ [build-system]
+-requires = ["setuptools>=64.0"]
++requires = ["setuptools"]
+ build-backend = "setuptools.build_meta"
+ 
+ [project]
diff --git a/devel/py-fastlite/pkg-descr b/devel/py-fastlite/pkg-descr
new file mode 100644
index 000000000000..28fc171abe75
--- /dev/null
+++ b/devel/py-fastlite/pkg-descr
@@ -0,0 +1,3 @@
+fastlite is a lightweight Python library that provides extra usability for
+SQLite databases, building on APSW (Another Python SQLite Wrapper) and
+designed to work with the fastai ecosystem.


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69fa4009.3dba0.50d7115e>