Date: Sat, 31 Jan 2026 15:50:49 +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: 234446395b92 - main - databases/py-harlequin-postgres: Add new port Message-ID: <697e24d9.3a131.70c51e28@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=234446395b92285fd43f7784494b4530ff8b60d4 commit 234446395b92285fd43f7784494b4530ff8b60d4 Author: Nicola Vitale <nivit@FreeBSD.org> AuthorDate: 2026-01-31 15:44:52 +0000 Commit: Nicola Vitale <nivit@FreeBSD.org> CommitDate: 2026-01-31 15:44:52 +0000 databases/py-harlequin-postgres: Add new port Postgres adapter for Harlequin, the SQL IDE for your Terminal. https://github.com/tconbeer/harlequin-postgres --- databases/Makefile | 1 + databases/py-harlequin-postgres/Makefile | 25 +++++++++++++++++++++++++ databases/py-harlequin-postgres/distinfo | 3 +++ databases/py-harlequin-postgres/pkg-descr | 1 + 4 files changed, 30 insertions(+) diff --git a/databases/Makefile b/databases/Makefile index 5548341d41dd..47cedfd07881 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -779,6 +779,7 @@ SUBDIR += py-geoalchemy2 SUBDIR += py-harlequin SUBDIR += py-harlequin-mysql + SUBDIR += py-harlequin-postgres SUBDIR += py-hiredis SUBDIR += py-influxdb SUBDIR += py-kyotocabinet diff --git a/databases/py-harlequin-postgres/Makefile b/databases/py-harlequin-postgres/Makefile new file mode 100644 index 000000000000..d34f7366f24d --- /dev/null +++ b/databases/py-harlequin-postgres/Makefile @@ -0,0 +1,25 @@ +PORTNAME= harlequin-postgres +DISTVERSION= 1.3.0 +CATEGORIES= databases python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= ${PORTNAME:S/-/_/}-${DISTVERSION} + +MAINTAINER= nivit@FreeBSD.org +COMMENT= Harlequin adapter for Postgres +WWW= https://github.com/tconbeer/harlequin-postgres + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=1.28.0:devel/py-hatchling@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}duckdb>=1.3.2:databases/py-duckdb@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}harlequin>=2.5.1:databases/py-harlequin@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}psycopg>=3.2:databases/py-psycopg@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist pep517 + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/databases/py-harlequin-postgres/distinfo b/databases/py-harlequin-postgres/distinfo new file mode 100644 index 000000000000..8e2b1d5a30a1 --- /dev/null +++ b/databases/py-harlequin-postgres/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1769508015 +SHA256 (harlequin_postgres-1.3.0.tar.gz) = d3532594693c745796b5ba4434218662ce3f9e5abb68b2e4159a825c62eb378b +SIZE (harlequin_postgres-1.3.0.tar.gz) = 21411 diff --git a/databases/py-harlequin-postgres/pkg-descr b/databases/py-harlequin-postgres/pkg-descr new file mode 100644 index 000000000000..01f48cf5348c --- /dev/null +++ b/databases/py-harlequin-postgres/pkg-descr @@ -0,0 +1 @@ +Postgres adapter for Harlequin, the SQL IDE for your Terminal.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?697e24d9.3a131.70c51e28>
