Bug 278138 - [NEW PORT] databases/py-duckdb_engine: SQLAlchemy driver for DuckDB
Summary: [NEW PORT] databases/py-duckdb_engine: SQLAlchemy driver for DuckDB
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Robert Clausecker
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-04-03 01:06 UTC by Pat Maddox
Modified: 2024-09-16 20:26 UTC (History)
1 user (show)

See Also:


Attachments
new port (2.31 KB, patch)
2024-04-03 02:42 UTC, Pat Maddox
pat: maintainer-approval+
Details | Diff
new port (2.28 KB, patch)
2024-04-03 02:44 UTC, Pat Maddox
pat: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pat Maddox 2024-04-03 01:06:03 UTC

    
Comment 1 Pat Maddox 2024-04-03 02:42:18 UTC
Created attachment 249673 [details]
new port
Comment 2 Pat Maddox 2024-04-03 02:44:39 UTC
Created attachment 249674 [details]
new port
Comment 3 Robert Clausecker freebsd_committer freebsd_triage 2024-09-12 17:26:27 UTC
Port looks fine.

I would like to apologise for the slow processing.
Comment 4 commit-hook freebsd_committer freebsd_triage 2024-09-16 20:20:58 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2c9ec04156e3a4ddd18468fa89673709e4f579aa

commit 2c9ec04156e3a4ddd18468fa89673709e4f579aa
Author:     Pat Maddox <pat@patmaddox.com>
AuthorDate: 2024-04-03 01:09:17 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2024-09-16 20:14:23 +0000

    databases/py-duckdb_engine: new port

    Basic SQLAlchemy driver for DuckDB

    Once you've installed this package, you should be able to just use it,
    as SQLAlchemy does a python path search

    WWW: https://github.com/Mause/duckdb_engine

    PR:             278138

 databases/Makefile                         |  1 +
 databases/py-duckdb_engine/Makefile (new)  | 21 +++++++++++++++++++++
 databases/py-duckdb_engine/distinfo (new)  |  3 +++
 databases/py-duckdb_engine/pkg-descr (new) |  6 ++++++
 4 files changed, 31 insertions(+)
Comment 5 Robert Clausecker freebsd_committer freebsd_triage 2024-09-16 20:26:15 UTC
Thank you for the submission.