# This file created by conda-build 3.23.3 # ------------------------------------------------ package: name: psycopg2 version: 2.9.3 source: patches: - have_openssl.patch sha256: 8e841d1bf3434da985cc5ef13e6f75c8981ced601fd70cc6bf33351b91562981 url: https://pypi.io/packages/source/p/psycopg2/psycopg2-2.9.3.tar.gz build: noarch: false noarch_python: false number: '2' script: install_psycopg2.sh string: py310h416cc33_2 requirements: build: - _libgcc_mutex 0.1 conda_forge - _openmp_mutex 4.5 2_gnu - binutils_impl_linux-64 2.39 he00db2b_1 - binutils_linux-64 2.39 h5fc0e48_11 - gcc_impl_linux-64 11.3.0 hab1b70f_19 - gcc_linux-64 11.3.0 he6f903b_11 - kernel-headers_linux-64 2.6.32 he073ed8_15 - ld_impl_linux-64 2.39 hcc3a1bd_1 - libgcc-devel_linux-64 11.3.0 h210ce93_19 - libgcc-ng 12.2.0 h65d4601_19 - libgomp 12.2.0 h65d4601_19 - libsanitizer 11.3.0 h239ccf8_19 - libstdcxx-ng 12.2.0 h46fd767_19 - sysroot_linux-64 2.12 he073ed8_15 host: - _libgcc_mutex 0.1 conda_forge - _openmp_mutex 4.5 2_gnu - bzip2 1.0.8 h7f98852_4 - ca-certificates 2022.12.7 ha878542_0 - icu 70.1 h27087fc_0 - keyutils 1.6.1 h166bdaf_0 - krb5 1.20.1 h81ceb04_0 - ld_impl_linux-64 2.39 hcc3a1bd_1 - libedit 3.1.20191231 he28a2e2_2 - libffi 3.4.2 h7f98852_5 - libgcc-ng 12.2.0 h65d4601_19 - libgomp 12.2.0 h65d4601_19 - libiconv 1.17 h166bdaf_0 - libnsl 2.0.0 h7f98852_0 - libpq 15.1 hb675445_2 - libsqlite 3.40.0 h753d276_0 - libstdcxx-ng 12.2.0 h46fd767_19 - libuuid 2.32.1 h7f98852_1000 - libxml2 2.10.3 h7463322_0 - libzlib 1.2.13 h166bdaf_4 - ncurses 6.3 h27087fc_1 - openssl 3.0.7 h0b41bf4_1 - pip 22.3.1 pyhd8ed1ab_0 - postgresql 15.1 h3248436_2 - python 3.10.8 h4a9ceb5_0_cpython - readline 8.1.2 h0f457ee_0 - setuptools 65.6.3 pyhd8ed1ab_0 - tk 8.6.12 h27826a3_0 - tzcode 2022g h166bdaf_0 - tzdata 2022g h191b570_0 - wheel 0.38.4 pyhd8ed1ab_0 - xz 5.2.6 h166bdaf_0 - zlib 1.2.13 h166bdaf_4 run: - libgcc-ng >=12 - libpq >=15.1,<16.0a0 - python >=3.10,<3.11.0a0 - python_abi 3.10.* *_cp310 test: commands: - pip check imports: - psycopg2 - psycopg2._psycopg requires: - pip about: description: 'Psycopg is the most popular PostgreSQL adapter for the Python programming language. Its main features are the complete implementation of the Python DB API 2.0 specification and the thread safety. ' dev_url: https://github.com/psycopg/psycopg2/ doc_source_url: https://github.com/psycopg/psycopg2/blob/master/doc/src/index.rst doc_url: http://initd.org/psycopg/docs/ home: http://initd.org/psycopg/ license: LGPL-3.0-or-later license_family: LGPL license_file: LICENSE summary: PostgreSQL database adapter for Python extra: copy_test_source_files: true final: true recipe-maintainers: - msarahan - ocefpaf - xylar