aboutsummaryrefslogtreecommitdiff
path: root/databases/py-squall-sql
diff options
context:
space:
mode:
authorNicola Vitale <nivit@FreeBSD.org>2026-02-20 13:27:07 +0000
committerNicola Vitale <nivit@FreeBSD.org>2026-02-20 13:27:07 +0000
commit967d7992cf4e952915dcc534f6531b5b1ded245e (patch)
tree2900e8efdf0c7967b0ace44b5cc72029bec5db2e /databases/py-squall-sql
parentab1af9dff06a3eab6e485a27a6eceb7d13d2c50e (diff)
Diffstat (limited to 'databases/py-squall-sql')
-rw-r--r--databases/py-squall-sql/Makefile26
-rw-r--r--databases/py-squall-sql/distinfo3
-rw-r--r--databases/py-squall-sql/pkg-descr2
3 files changed, 31 insertions, 0 deletions
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.