K6gKRFvCqTnz6wJgV RFJ3y1UEmiR5Z3igYMAPs7V24t6f9Xwc2X77Yvxo/7cSNa3hM8geLO4+vpLT4Q== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1778008074; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=fFSntawLAFo66u4vqGGfaT8tPALVrYLWYW9L/4UjNsI=; b=f5l5epTUTWSb2NYAH6/LMEJXqdoV7mMJShVtFQRyNFkpkHu4Z0NwRI3U6Kk6qSKpcen9/L S85AtsCrS68msCD9z1rG5PGL6QqK9qL7nf0LMWYRxrSInPVB1PpJ5LGquhcjcn6CpTwWMj 9laIM5c3GJS8oOvcSztgrDqEw2knnaoUhk5N5TB7gZD23SzuEB8cI2ymaTDX6qpD5L0E0E fcVbLAuZLhYPzfp2mD3lBOlIvFwgLMPXXHxxhtxk2BSR388T6QlF0/xp8TTISALp//wMks vndAZoJE0fJUE0bgoNftj4BGY/gygVZnJXDdCRmr6osG/N81Q+i1CObFAKFE1Q== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4g97Lx6qsPz1K3J for ; Tue, 05 May 2026 19:07:53 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 3dba0 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Tue, 05 May 2026 19:07:53 +0000 To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: 0cd6d869d3c8 - main - devel/py-fastlite: New port: Extra usability for SQLite List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-ports-main@freebsd.org Sender: owner-dev-commits-ports-main@FreeBSD.org List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 0cd6d869d3c827af8a5db50087a5336ee664ecb2 Auto-Submitted: auto-generated Date: Tue, 05 May 2026 19:07:53 +0000 Message-Id: <69fa4009.3dba0.50d7115e@gitrepo.freebsd.org> The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=0cd6d869d3c827af8a5db50087a5336ee664ecb2 commit 0cd6d869d3c827af8a5db50087a5336ee664ecb2 Author: Yuri Victorovich AuthorDate: 2026-05-05 18:35:00 +0000 Commit: Yuri Victorovich 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 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.