diff options
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/sqlalchemy/sqlalchemy-1.4.0.ebuild | 7 | ||||
| -rw-r--r-- | dev-python/sqlalchemy/sqlalchemy-1.4.1.ebuild | 7 | ||||
| -rw-r--r-- | dev-python/sqlalchemy/sqlalchemy-1.4.2.ebuild | 7 | ||||
| -rw-r--r-- | dev-python/sqlalchemy/sqlalchemy-1.4.3-r1.ebuild (renamed from dev-python/sqlalchemy/sqlalchemy-1.4.3.ebuild) | 7 |
4 files changed, 28 insertions, 0 deletions
diff --git a/dev-python/sqlalchemy/sqlalchemy-1.4.0.ebuild b/dev-python/sqlalchemy/sqlalchemy-1.4.0.ebuild index 2c82efecc27e..ff4b64647937 100644 --- a/dev-python/sqlalchemy/sqlalchemy-1.4.0.ebuild +++ b/dev-python/sqlalchemy/sqlalchemy-1.4.0.ebuild @@ -36,6 +36,13 @@ BDEPEND=" distutils_enable_tests pytest +src_prepare() { + # remove optional/partial dep on greenlet, greenlet is not very portable + sed -i -e '/greenlet/d' setup.cfg || die + + distutils-r1_src_prepare +} + python_test() { # Disable tests hardcoding function call counts specific to Python versions. epytest --ignore test/aaa_profiling \ diff --git a/dev-python/sqlalchemy/sqlalchemy-1.4.1.ebuild b/dev-python/sqlalchemy/sqlalchemy-1.4.1.ebuild index f787e64a4497..358669239962 100644 --- a/dev-python/sqlalchemy/sqlalchemy-1.4.1.ebuild +++ b/dev-python/sqlalchemy/sqlalchemy-1.4.1.ebuild @@ -36,6 +36,13 @@ BDEPEND=" distutils_enable_tests pytest +src_prepare() { + # remove optional/partial dep on greenlet, greenlet is not very portable + sed -i -e '/greenlet/d' setup.cfg || die + + distutils-r1_src_prepare +} + python_test() { # Disable tests hardcoding function call counts specific to Python versions. epytest --ignore test/aaa_profiling \ diff --git a/dev-python/sqlalchemy/sqlalchemy-1.4.2.ebuild b/dev-python/sqlalchemy/sqlalchemy-1.4.2.ebuild index f787e64a4497..358669239962 100644 --- a/dev-python/sqlalchemy/sqlalchemy-1.4.2.ebuild +++ b/dev-python/sqlalchemy/sqlalchemy-1.4.2.ebuild @@ -36,6 +36,13 @@ BDEPEND=" distutils_enable_tests pytest +src_prepare() { + # remove optional/partial dep on greenlet, greenlet is not very portable + sed -i -e '/greenlet/d' setup.cfg || die + + distutils-r1_src_prepare +} + python_test() { # Disable tests hardcoding function call counts specific to Python versions. epytest --ignore test/aaa_profiling \ diff --git a/dev-python/sqlalchemy/sqlalchemy-1.4.3.ebuild b/dev-python/sqlalchemy/sqlalchemy-1.4.3-r1.ebuild index f787e64a4497..358669239962 100644 --- a/dev-python/sqlalchemy/sqlalchemy-1.4.3.ebuild +++ b/dev-python/sqlalchemy/sqlalchemy-1.4.3-r1.ebuild @@ -36,6 +36,13 @@ BDEPEND=" distutils_enable_tests pytest +src_prepare() { + # remove optional/partial dep on greenlet, greenlet is not very portable + sed -i -e '/greenlet/d' setup.cfg || die + + distutils-r1_src_prepare +} + python_test() { # Disable tests hardcoding function call counts specific to Python versions. epytest --ignore test/aaa_profiling \ |
