mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
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/
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1771592760
|
||||
SHA256 (squall_sql-0.1.8.tar.gz) = a6c0adba3e6919e3fb2c05d7f9cce8260b6d8cc1ad5f71cb08ea5ccc7b70d974
|
||||
SIZE (squall_sql-0.1.8.tar.gz) = 9269
|
||||
@@ -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.
|
||||
Reference in New Issue
Block a user