Created attachment 245725 [details] new port
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(+)
Committed, thanks!