|
| 1 | +{% set name = "snowflake-connector-python" %} |
| 2 | +{% set version = "1.6.12" %} |
| 3 | + |
| 4 | +package: |
| 5 | + name: {{ name|lower }} |
| 6 | + version: {{ version }} |
| 7 | + |
| 8 | +source: |
| 9 | + url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz |
| 10 | + sha256: 36b9b1e79a97cdbe8dc254d8d96e629a85dfeb5d54e6b713844fa6275fd82b39 |
| 11 | + |
| 12 | +build: |
| 13 | + number: 0 |
| 14 | + script: "{{ PYTHON }} -m pip install . --no-deps -vvv" |
| 15 | + entry_points: |
| 16 | + - snowflake-dump-ocsp-response = snowflake.connector.tool.dump_ocsp_response:main |
| 17 | + - snowflake-dump-ocsp-response-cache = snowflake.connector.tool.dump_ocsp_response_cache:main |
| 18 | + - snowflake-dump-certs = snowflake.connector.tool.dump_certs:main |
| 19 | + - snowflake-export-certs = snowflake.connector.tool.export_certs:main |
| 20 | + |
| 21 | +requirements: |
| 22 | + host: |
| 23 | + - python |
| 24 | + - pip |
| 25 | + run: |
| 26 | + - python |
| 27 | + - azure-common <2 |
| 28 | + - azure-nspkg <3 |
| 29 | + - azure-storage >0.34.2,<=0.36.0 |
| 30 | + - boto3 >=1.4.4,<1.10.0 |
| 31 | + - botocore >=1.5.0,<1.13.0 |
| 32 | + - certifi |
| 33 | + - future |
| 34 | + - six |
| 35 | + - pytz |
| 36 | + - pycryptodomex >=3.2,!=3.5.0 |
| 37 | + - pyOpenSSL >=16.2.0 |
| 38 | + - cffi >=1.9 |
| 39 | + - cryptography >=1.8.2 |
| 40 | + - ijson |
| 41 | + - pyjwt |
| 42 | + - pyasn1 >=0.2.1,<0.5.0 # [py27] |
| 43 | + - pyasn1-modules >=0.0.8,<0.3.0 # [py27] |
| 44 | + |
| 45 | +test: |
| 46 | + imports: |
| 47 | + - snowflake |
| 48 | + |
| 49 | +about: |
| 50 | + home: https://github.com/snowflakedb/snowflake-connector-python |
| 51 | + license: Apache-2.0 |
| 52 | + license_family: Apache |
| 53 | + license_file: LICENSE.txt |
| 54 | + summary: 'Snowflake Connector for Python' |
| 55 | + description: | |
| 56 | + The Snowflake Connector for Python provides an interface for |
| 57 | + developing Python applications that can connect to Snowflake |
| 58 | + and perform all standard operations. It provides a programming |
| 59 | + alternative to developing applications in Java or C/C++ using |
| 60 | + the Snowflake JDBC or ODBC drivers. |
| 61 | + doc_url: https://docs.snowflake.net/manuals/user-guide/python-connector.html |
| 62 | + dev_url: https://github.com/snowflakedb/snowflake-connector-python |
| 63 | + |
| 64 | +extra: |
| 65 | + recipe-maintainers: |
| 66 | + - hajapy |
0 commit comments