Port details |
- py-snowflake-connector-python Snowflake Connector for Python
- 3.12.3_1 databases
=2 3.12.3_1Version of this port present on the latest quarterly branch. - Maintainer: pat@patmaddox.com
 - Port Added: 2023-10-21 20:36:09
- Last Update: 2025-04-09 14:55:11
- Commit Hash: 150c001
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- Also Listed In: python
- License: APACHE20
- WWW:
- https://github.com/snowflakedb/snowflake-connector-python
- Description:
- 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.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}snowflake-connector-python>0:databases/py-snowflake-connector-python@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/databases/py-snowflake-connector-python/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/py-snowflake-connector-python
- pkg install py311-snowflake-connector-python
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-snowflake-connector-python listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-snowflake-connector-python
- Package flavors (<flavor>: <package>)
- py311: py311-snowflake-connector-python
- distinfo:
- TIMESTAMP = 1733302256
SHA256 (snowflake_connector_python-3.12.3.tar.gz) = 02873c7f7a3b10322e28dddc2be6907f8ab8ecad93d6d6af14c77c2f53091b88
SIZE (snowflake_connector_python-3.12.3.tar.gz) = 742358
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-cython3>=3.0.12<3.1 : lang/cython3@py311
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-asn1crypto>0.24.0<2.0.0 : devel/py-asn1crypto@py311
- py311-cffi>=1.9<2 : devel/py-cffi@py311
- py311-openssl>=16.2.0 : security/py-openssl@py311
- py311-pyjwt<3.0 : www/py-pyjwt@py311
- py311-pytz>0 : devel/py-pytz@py311
- py311-requests<3.0 : www/py-requests@py311
- py311-packaging>0 : devel/py-packaging@py311
- py311-charset-normalizer>=2<4 : textproc/py-charset-normalizer@py311
- py311-idna>=2.5<4.0 : dns/py-idna@py311
- py311-certifi>=2017.4.17 : security/py-certifi@py311
- py311-typing-extensions>=4.3<5.0 : devel/py-typing-extensions@py311
- py311-filelock>=3.5<4.0 : sysutils/py-filelock@py311
- py311-sortedcontainers>=2.4.0 : devel/py-sortedcontainers@py311
- py311-platformdirs>=2.6.0<5.0.0 : devel/py-platformdirs@py311
- py311-tomlkit>0 : textproc/py-tomlkit@py311
- py311-cryptography>=42.0.8,1 : security/py-cryptography@py311
- python3.11 : lang/python311
- This port is required by:
- for Build
-
- databases/py-schemachange
- databases/py-snowddl
- for Run
-
- databases/py-dbt-snowflake
- databases/py-schemachange
- databases/py-snowddl
Configuration Options:
- No options to configure
- Options name:
- databases_py-snowflake-connector-python
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.12.3_1 09 Apr 2025 14:55:11
    |
Po-Chuan Hsieh (sunpoet)  |
Mk/Uses/python.mk: Introduce USE_PYTHON=cython3{,_run,_test}
- Update USE_PYTHON=cython{,_run,_test}
- Convert all cython3 occurrence to USE_PYTHON=cython3*
- While I'm here, fix incorrect usage of combining cython3 in BUILD_DEPENDS and
USE_PYTHON=cython
It is added to simplify the future transition from Cython 0.29 to 3.
The minimal version is set to 3.0.12 because it is required by
devel/py-propcache.
The upper bound of version is set to 3.1 because it is limited by multiple
ports. |
3.12.3_1 08 Mar 2025 04:05:21
    |
Charlie Li (vishwin)  |
python: bump all USE_PYTHON=distutils consumers after RUN_DEPENDS removal
Any missed ports, feel free to bump.
Any ports that need setuptools at runtime can have the devel/py-setuptools
manually added back to RUN_DEPENDS, but understand that this practice
is deprecated; see CHANGES for details. |
3.12.3 10 Dec 2024 09:02:55
    |
Robert Clausecker (fuz)  Author: Pat Maddox |
databases/py-snowflake-connector-python: Update to 3.12.3
Changelog:
https://github.com/snowflakedb/snowflake-connector-python/releases/tag/v3.12.3
PR: 283120 |
3.8.0 21 Oct 2024 09:17:39
    |
Po-Chuan Hsieh (sunpoet)  |
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 |
3.8.0 08 Sep 2024 18:40:27
    |
Po-Chuan Hsieh (sunpoet)  |
databases/py-snowflake-connector-python: Fix RUN_DEPENDS usage
Approved by: portmgr (blanket)
With hat: python |
3.8.0 06 May 2024 19:11:25
    |
Robert Clausecker (fuz)  Author: Pat Maddox |
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 |
3.5.0_1 31 Mar 2024 03:10:21
    |
Po-Chuan Hsieh (sunpoet)  |
databases/py-snowflake-connector-python: Allow build with py-platformdirs 4.0.0+
- Bump PORTREVISION for package change
Obtained
from: https://github.com/snowflakedb/snowflake-connector-python/commit/1718a94804e1c737c2f7d7e52d6aafcd8ae3c506 |
3.5.0 07 Dec 2023 13:52:34
    |
Muhammad Moinur Rahman (bofh)  Author: Pat Maddox |
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 |
3.2.1 21 Oct 2023 20:32:47
    |
Kurt Jaeger (pi)  Author: Pat Maddox |
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> |