Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Feb 2026 13:28:28 +0000
From:      Nicola Vitale <nivit@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 967d7992cf4e - main - databases/py-squall-sql: Add new port
Message-ID:  <6998617c.3dfc8.35854ee3@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by nivit:

URL: https://cgit.FreeBSD.org/ports/commit/?id=967d7992cf4e952915dcc534f6531b5b1ded245e

commit 967d7992cf4e952915dcc534f6531b5b1ded245e
Author:     Nicola Vitale <nivit@FreeBSD.org>
AuthorDate: 2026-02-20 13:27:07 +0000
Commit:     Nicola Vitale <nivit@FreeBSD.org>
CommitDate: 2026-02-20 13:27:07 +0000

    databases/py-squall-sql: Add new port
    
    Squall-sql is a SQLite viewer and editor that runs in your terminal. Squall-sql
    is written in Python and uses the Textual package.
    
    https://pypi.org/project/squall-sql/
---
 databases/Makefile                |  1 +
 databases/py-squall-sql/Makefile  | 26 ++++++++++++++++++++++++++
 databases/py-squall-sql/distinfo  |  3 +++
 databases/py-squall-sql/pkg-descr |  2 ++
 4 files changed, 32 insertions(+)

diff --git a/databases/Makefile b/databases/Makefile
index c97c1a0a4b43..ff71f23fd588 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -860,6 +860,7 @@
     SUBDIR += py-sqloxide
     SUBDIR += py-sqlparse
     SUBDIR += py-sqlrelay
+    SUBDIR += py-squall-sql
     SUBDIR += py-tableschema
     SUBDIR += py-tarantool
     SUBDIR += py-tiledb
diff --git a/databases/py-squall-sql/Makefile b/databases/py-squall-sql/Makefile
new file mode 100644
index 000000000000..de597ca27dac
--- /dev/null
+++ b/databases/py-squall-sql/Makefile
@@ -0,0 +1,26 @@
+PORTNAME=	squall-sql
+DISTVERSION=	0.1.8
+CATEGORIES=	databases python
+MASTER_SITES=	PYPI
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	${PORTNAME:S/-/_/g}-${DISTVERSION}
+
+MAINTAINER=	nivit@FreeBSD.org
+COMMENT=	TUI SQLite Viewer and Editor
+WWW=		https://github.com/driscollis/squall
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hatchling>=1.17.1:devel/py-hatchling@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
+RUN_DEPENDS=	py311-rich>=14.3.2:textproc/py-rich@${PY_FLAVOR} \
+		py311-sqlalchemy20>=2.0.46:databases/py-sqlalchemy20@${PY_FLAVOR} \
+		py311-textual>=6.12.0:textproc/py-textual@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	autoplist pep517
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/databases/py-squall-sql/distinfo b/databases/py-squall-sql/distinfo
new file mode 100644
index 000000000000..88b8b45eeef5
--- /dev/null
+++ b/databases/py-squall-sql/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1771592760
+SHA256 (squall_sql-0.1.8.tar.gz) = a6c0adba3e6919e3fb2c05d7f9cce8260b6d8cc1ad5f71cb08ea5ccc7b70d974
+SIZE (squall_sql-0.1.8.tar.gz) = 9269
diff --git a/databases/py-squall-sql/pkg-descr b/databases/py-squall-sql/pkg-descr
new file mode 100644
index 000000000000..d7a880127a8a
--- /dev/null
+++ b/databases/py-squall-sql/pkg-descr
@@ -0,0 +1,2 @@
+Squall-sql is a SQLite viewer and editor that runs in your terminal. Squall is
+written in Python and uses the Textual package.


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6998617c.3dfc8.35854ee3>