ports/databases/py-psycopg-c/files/patch-setup.cfg
Po-Chuan Hsieh 8d91d59e98
databases/py-psycopg-c: Add py-psycopg-c 3.0.3
PostgreSQL database adapter for Python - optimization package

Psycopg 3 is a modern implementation of a PostgreSQL adapter for Python.

WWW: https://www.psycopg.org/
WWW: https://github.com/psycopg/psycopg/tree/master/psycopg_c
2021-11-22 02:18:16 +08:00

12 lines
249 B
INI

--- setup.cfg.orig 2021-11-10 15:24:01 UTC
+++ setup.cfg
@@ -33,7 +33,7 @@ license_file = LICENSE.txt
[options]
python_requires = >= 3.6
-setup_requires = Cython >= 3.0a5
+setup_requires = Cython >= 0.29.24
packages = find:
zip_safe = False