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/
Date: Thu, 23 Jun 2022 19:28:34
Message-Id: 1656012500.122e51bae4cb0158277b73b3c8bfc0cfc3a84ad2.arthurzam@gentoo
1 commit: 122e51bae4cb0158277b73b3c8bfc0cfc3a84ad2
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 23 17:44:30 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 23 19:28:20 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=122e51ba
7
8 dev-python/sqlalchemy: add 1.4.38
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/sqlalchemy/Manifest | 1 +
13 dev-python/sqlalchemy/sqlalchemy-1.4.38.ebuild | 93 ++++++++++++++++++++++++++
14 2 files changed, 94 insertions(+)
15
16 diff --git a/dev-python/sqlalchemy/Manifest b/dev-python/sqlalchemy/Manifest
17 index d6c5b87b467c..8fe3b9337dd7 100644
18 --- a/dev-python/sqlalchemy/Manifest
19 +++ b/dev-python/sqlalchemy/Manifest
20 @@ -1,2 +1,3 @@
21 DIST SQLAlchemy-1.4.36.tar.gz 8146415 BLAKE2B 62560ac2f2c542d60588a24eef225d39f1b6c4cf6feddfac4631e06731206a837cc0f76b88b40c73600361243857e9e1768b4b4ac0bf5ee8e28736d81028ae58 SHA512 c9bb38ce5eeb7817727e93695f10cf5c247710b809f3298b233ed8be4e2cc08e5a14581d0c5aa2af02d7a49f036fe3a0bb7a88120b58bdce0f115016bdaf2c77
22 DIST SQLAlchemy-1.4.37.tar.gz 8155965 BLAKE2B cf21c2ab73a5ba2576a857a12f30ea516265af946e25c1b137e57019d862bf04f4757b4755cee28e6f53642d1f1b58f43c99cd1c69f87640e47ac8a1d1ff8d28 SHA512 3f8a814f9bb6fa273f7b210c4567bf7411d0cf2e5caf010a5387fb946063704c342072145a858fb906545dfb1b959155d041e6073273674e51715356fc1f39e6
23 +DIST SQLAlchemy-1.4.38.tar.gz 8211925 BLAKE2B c65a8bddfc77bb6262e24a9b191344da312641dcd759de8541439e13cc532d9c2ef92da50c0b46ace60f2fd8582dfa6ea37b2f393fd979b3f122d962c688ede8 SHA512 4f54873fe2ba14b00cfa900251bc81d4fbbd62ed2b0f5f35bd3d5157796b869a3b7a9acf162f65da3f05b4b43cfc8bba437600f7fb81887a1839043a6ad516b4
24
25 diff --git a/dev-python/sqlalchemy/sqlalchemy-1.4.38.ebuild b/dev-python/sqlalchemy/sqlalchemy-1.4.38.ebuild
26 new file mode 100644
27 index 000000000000..b9b2ea0d21f1
28 --- /dev/null
29 +++ b/dev-python/sqlalchemy/sqlalchemy-1.4.38.ebuild
30 @@ -0,0 +1,93 @@
31 +# Copyright 1999-2022 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +
36 +DISTUTILS_USE_PEP517=setuptools
37 +PYTHON_COMPAT=( pypy3 python3_{8..11} )
38 +PYTHON_REQ_USE="sqlite?"
39 +
40 +inherit distutils-r1 optfeature
41 +
42 +MY_PN="SQLAlchemy"
43 +MY_P="${MY_PN}-${PV/_beta/b}"
44 +
45 +DESCRIPTION="Python SQL toolkit and Object Relational Mapper"
46 +HOMEPAGE="
47 + https://www.sqlalchemy.org/
48 + https://pypi.org/project/SQLAlchemy/
49 + https://github.com/sqlalchemy/sqlalchemy/
50 +"
51 +SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
52 +S="${WORKDIR}/${MY_P}"
53 +
54 +LICENSE="MIT"
55 +SLOT="0"
56 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
57 +IUSE="examples +sqlite test"
58 +
59 +BDEPEND="
60 + test? (
61 + $(python_gen_impl_dep sqlite)
62 + )
63 +"
64 +
65 +distutils_enable_tests pytest
66 +
67 +EPYTEST_IGNORE=(
68 + # hardcode call counts specific to Python versions
69 + test/aaa_profiling
70 +)
71 +
72 +src_prepare() {
73 + sed -i -e '/greenlet/d' setup.cfg || die
74 + distutils-r1_src_prepare
75 +}
76 +
77 +python_test() {
78 + local EPYTEST_DESELECT=(
79 + # warning tests are unreliable
80 + test/base/test_warnings.py
81 + )
82 + [[ ${EPYTHON} == pypy3 ]] && EPYTEST_DESELECT+=(
83 + test/ext/test_associationproxy.py::ProxyHybridTest::test_msg_fails_on_cls_access
84 + )
85 + if ! has_version "dev-python/greenlet[${PYTHON_USEDEP}]"; then
86 + EPYTEST_DESELECT+=(
87 + test/ext/asyncio/test_engine_py3k.py::TextSyncDBAPI::test_sync_driver_execution
88 + test/ext/asyncio/test_engine_py3k.py::TextSyncDBAPI::test_sync_driver_run_sync
89 + "test/engine/test_pool.py::PoolEventsTest::test_checkin_event_gc[True-_exclusions0]"
90 + "test/engine/test_pool.py::QueuePoolTest::test_userspace_disconnectionerror_weakref_finalizer[True-_exclusions0]"
91 + )
92 + fi
93 +
94 + # upstream's test suite is horribly hacky; it relies on disabling
95 + # the warnings plugin and turning warnings into errors; this also
96 + # means that any DeprecationWarnings from third-party plugins cause
97 + # everything to explode
98 + local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
99 + local -x PYTEST_PLUGINS=
100 + # upstream automagically depends on xdist when it is importable
101 + if has_version "dev-python/pytest-xdist[${PYTHON_USEDEP}]"; then
102 + PYTEST_PLUGINS+=xdist.plugin
103 + fi
104 + epytest
105 +}
106 +
107 +python_install_all() {
108 + if use examples; then
109 + docompress -x "/usr/share/doc/${PF}/examples"
110 + dodoc -r examples
111 + fi
112 +
113 + distutils-r1_python_install_all
114 +}
115 +
116 +pkg_postinst() {
117 + optfeature "asyncio support" dev-python/greenlet
118 + optfeature "MySQL support" \
119 + dev-python/mysqlclient \
120 + dev-python/pymysql \
121 + dev-python/mysql-connector-python
122 + optfeature "postgresql support" dev-python/psycopg:2
123 +}