dev-python/asyncpg: add 0.30.0

Bug: https://bugs.gentoo.org/887651
Bug: https://bugs.gentoo.org/926720
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2024-10-22 17:47:48 +05:00
parent 129fa716c8
commit 850e6e7134
4 changed files with 103 additions and 2 deletions

View File

@@ -0,0 +1,15 @@
Do not overwrite user's optimization.
Bug: https://bugs.gentoo.org/887651
--- a/setup.py
+++ b/setup.py
@@ -27,7 +27,7 @@ from setuptools.command import build_ext as setuptools_build_ext
CYTHON_DEPENDENCY = 'Cython(>=0.29.24,<4.0.0)'
-CFLAGS = ['-O2']
+CFLAGS = []
LDFLAGS = []
if platform.uname().system != 'Windows':