1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-07-04 10:59:14 -04:00
Commit graph

6 commits

Author SHA1 Message Date
Po-Chuan Hsieh
5a3a800342
databases/py-snowflake-connector-python: Convert to USE_PYTHON=cryptography
- While I'm here, remove unnecessary PY_DEPENDS from BUILD_DEPENDS

Approved by:	portmgr (blanket)
With hat:	python
2024-10-21 17:17:39 +08:00
Po-Chuan Hsieh
579d71f78c
databases/py-snowflake-connector-python: Fix RUN_DEPENDS usage
Approved by:	portmgr (blanket)
With hat:	python
2024-09-09 02:40:27 +08:00
Pat Maddox
ac33312f73 databases/py-snowflake-connector-python: Update to 3.8.0
Changelog: https://github.com/snowflakedb/snowflake-connector-python/releases/tag/v3.8.0

PR:		276455
2024-05-06 21:11:25 +02:00
Po-Chuan Hsieh
8392d0e4e3
databases/py-snowflake-connector-python: Allow build with py-platformdirs 4.0.0+
- Bump PORTREVISION for package change

Obtained from:	1718a94804
2024-03-31 11:10:21 +08:00
Pat Maddox
3906507e1a databases/py-snowflake-connector-python: Update version 3.2.1=>3.5.0
Changelog:
https://github.com/snowflakedb/snowflake-connector-python/releases/tag/v3.5.0

PR:		275587
Approved by:	submitter is maintainer
2023-12-07 14:52:34 +01:00
Pat Maddox
1e97857613 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>
2023-10-21 22:32:47 +02:00