Bug 274576 - [NEW PORT] databases/py-snowflake-connector-python
Summary: [NEW PORT] databases/py-snowflake-connector-python
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: Kurt Jaeger
URL:
Keywords:
Depends on:
Blocks: 274583 274585 274586
  Show dependency treegraph
 
Reported: 2023-10-19 03:36 UTC by Pat Maddox
Modified: 2023-10-21 20:33 UTC (History)
1 user (show)

See Also:


Attachments
new port (4.64 KB, patch)
2023-10-19 03:36 UTC, Pat Maddox
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pat Maddox 2023-10-19 03:36:22 UTC
Created attachment 245725 [details]
new port
Comment 1 commit-hook freebsd_committer freebsd_triage 2023-10-21 20:33:02 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1e97857613486223c16217074e7aa8d212ca375e

commit 1e97857613486223c16217074e7aa8d212ca375e
Author:     Pat Maddox <pat@patmaddox.com>
AuthorDate: 2023-10-21 20:32:01 +0000
Commit:     Kurt Jaeger <pi@FreeBSD.org>
CommitDate: 2023-10-21 20:32:47 +0000

    databases/py-snowflake-connector-python: new port

    The Snowflake Connector for Python conforms to the Python DB API 2.0
    specification.

    The Snowflake Connector for Python provides an interface for developing Python
    applications that can connect to Snowflake and perform all standard
    operations. It provides a programming alternative to developing applications in
    Java or C/C++ using the Snowflake JDBC or ODBC drivers.

    The connector has no dependencies on JDBC or ODBC. It can be installed using pip
    on Linux, Mac OSX, and Windows platforms where Python 3.8.0 (or higher) is
    installed.

    PR:             274576
    Author:    Pat Maddox <pat@patmaddox.com>

 databases/Makefile                                 |  1 +
 .../py-snowflake-connector-python/Makefile (new)   | 42 ++++++++++++++++++++++
 .../py-snowflake-connector-python/distinfo (new)   |  3 ++
 .../py-snowflake-connector-python/pkg-descr (new)  | 11 ++++++
 4 files changed, 57 insertions(+)
Comment 2 Kurt Jaeger freebsd_committer freebsd_triage 2023-10-21 20:33:14 UTC
Committed, thanks!