summaryrefslogtreecommitdiff
path: root/databases/py-psycopg-c/files/patch-setup.cfg
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-11-22 02:18:16 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-11-22 02:18:16 +0800
commit8d91d59e98e21cafd8cfc1c3a918308205fe4db2 (patch)
tree0105867a8890e52c3c73fcb7380663aed78fcd8e /databases/py-psycopg-c/files/patch-setup.cfg
parentdatabases/py-psycopg: Add py-psycopg 3.0.3 (diff)
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
Diffstat (limited to 'databases/py-psycopg-c/files/patch-setup.cfg')
-rw-r--r--databases/py-psycopg-c/files/patch-setup.cfg11
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/py-psycopg-c/files/patch-setup.cfg b/databases/py-psycopg-c/files/patch-setup.cfg
new file mode 100644
index 000000000000..8f2216c9cb38
--- /dev/null
+++ b/databases/py-psycopg-c/files/patch-setup.cfg
@@ -0,0 +1,11 @@
+--- 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
+