Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sqlalchemy/files/
Date: Sun, 27 Mar 2022 17:02:27
Message-Id: 1648400524.eff09989574aca6983e6321e85b09099f68b8d61.arthurzam@gentoo
1 commit: eff09989574aca6983e6321e85b09099f68b8d61
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Sun Mar 27 11:41:04 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 27 17:02:04 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eff09989
7
8 dev-python/sqlalchemy: remove unused patch
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
12 Closes: https://github.com/gentoo/gentoo/pull/24773
13 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
14
15 .../files/sqlalchemy-1.4.27-drop-greenlet.patch | 49 ----------------------
16 1 file changed, 49 deletions(-)
17
18 diff --git a/dev-python/sqlalchemy/files/sqlalchemy-1.4.27-drop-greenlet.patch b/dev-python/sqlalchemy/files/sqlalchemy-1.4.27-drop-greenlet.patch
19 deleted file mode 100644
20 index 07184b843c9e..000000000000
21 --- a/dev-python/sqlalchemy/files/sqlalchemy-1.4.27-drop-greenlet.patch
22 +++ /dev/null
23 @@ -1,49 +0,0 @@
24 -Not available on all arches we support and is only needed for
25 -a few consumers.
26 -
27 -https://bugs.gentoo.org/828482
28 -
29 -From: Sam James <sam@g.o>
30 -Date: Wed, 8 Dec 2021 00:31:01 +0000
31 -Subject: [PATCH] Drop greenlet dependency
32 -
33 ---- a/setup.cfg
34 -+++ b/setup.cfg
35 -@@ -36,11 +36,8 @@ package_dir =
36 - =lib
37 - install_requires =
38 - importlib-metadata;python_version<"3.8"
39 -- greenlet != 0.4.17;python_version>='3' and (platform_machine=='aarch64' or (platform_machine=='ppc64le' or (platform_machine=='x86_64' or (platform_machine=='amd64' or (platform_machine=='AMD64' or (platform_machine=='win32' or platform_machine=='WIN32'))))))
40 -
41 - [options.extras_require]
42 --asyncio =
43 -- greenlet!=0.4.17;python_version>="3"
44 - mypy =
45 - mypy >= 0.910;python_version>="3"
46 - sqlalchemy2-stubs
47 -diff --git a/setup.cfg b/setup.cfg
48 -index b7f69e9..91993f7 100644
49 ---- a/setup.cfg
50 -+++ b/setup.cfg
51 -@@ -57,7 +57,6 @@ oracle =
52 - postgresql = psycopg2>=2.7
53 - postgresql_pg8000 = pg8000>=1.16.6
54 - postgresql_asyncpg =
55 -- %(asyncio)s
56 - asyncpg;python_version>="3"
57 - postgresql_psycopg2binary = psycopg2-binary
58 - postgresql_psycopg2cffi = psycopg2cffi
59 -@@ -65,13 +64,10 @@ pymysql =
60 - pymysql;python_version>="3"
61 - pymysql<1;python_version<"3"
62 - aiomysql =
63 -- %(asyncio)s
64 - aiomysql;python_version>="3"
65 - asyncmy =
66 -- %(asyncio)s
67 - asyncmy>=0.2.3;python_version>="3"
68 - aiosqlite =
69 -- %(asyncio)s
70 - aiosqlite;python_version>="3"
71 - typing_extensions!=3.10.0.1
72 - sqlcipher =