mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
databases/py-harlequin-mysql: Add new port
MySQL/MariaDB adapter for Harlequin, the SQL IDE for your Terminal. https://github.com/tconbeer/harlequin-mysql
This commit is contained in:
@@ -778,6 +778,7 @@
|
||||
SUBDIR += py-gdbm
|
||||
SUBDIR += py-geoalchemy2
|
||||
SUBDIR += py-harlequin
|
||||
SUBDIR += py-harlequin-mysql
|
||||
SUBDIR += py-hiredis
|
||||
SUBDIR += py-influxdb
|
||||
SUBDIR += py-kyotocabinet
|
||||
|
||||
@@ -0,0 +1,25 @@
|
||||
PORTNAME= harlequin-mysql
|
||||
DISTVERSION= 1.3.0
|
||||
CATEGORIES= databases python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= ${PORTNAME:S/-/_/}-${DISTVERSION}
|
||||
|
||||
MAINTAINER= nivit@FreeBSD.org
|
||||
COMMENT= MySQL adapter for Harlequin, the SQL IDE for your Terminal
|
||||
WWW= https://github.com/tconbeer/harlequin-mysql
|
||||
|
||||
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}mysql-connector-python>=9.5.0:databases/py-mysql-connector-python@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist pep517
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1769508616
|
||||
SHA256 (harlequin_mysql-1.3.0.tar.gz) = 98840b0e03be1c16ea62c5bbae2e8b87cd16b25a7913c7239aee3a1c06143131
|
||||
SIZE (harlequin_mysql-1.3.0.tar.gz) = 22566
|
||||
@@ -0,0 +1 @@
|
||||
MySQL/MariaDB adapter for Harlequin, the SQL IDE for your terminal.
|
||||
Reference in New Issue
Block a user