commit:     bf451d53ea8955bcc985aca4f1370c35e76d0c6c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 11 05:59:18 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 11 06:19:12 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf451d53

dev-python/sqlalchemy: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/sqlalchemy/Manifest                 |  3 -
 dev-python/sqlalchemy/sqlalchemy-1.3.24.ebuild | 62 ---------------------
 dev-python/sqlalchemy/sqlalchemy-1.4.32.ebuild | 72 ------------------------
 dev-python/sqlalchemy/sqlalchemy-1.4.34.ebuild | 77 --------------------------
 4 files changed, 214 deletions(-)

diff --git a/dev-python/sqlalchemy/Manifest b/dev-python/sqlalchemy/Manifest
index 5da76d79822e..cfe1dc6511aa 100644
--- a/dev-python/sqlalchemy/Manifest
+++ b/dev-python/sqlalchemy/Manifest
@@ -1,6 +1,3 @@
-DIST SQLAlchemy-1.3.24.tar.gz 6353598 BLAKE2B 
6eb92b20fa3412a1f1398e18e902e3338320973287afa4a37477ec28d47e7422a19c3a60e6290a6da7b23512c0d818a26400958d02097def778c917f098bb3db
 SHA512 
4f5f0a23e80e1cebe541f8748a7e794e8964d986252803b3289a7cea732ad22557e00221775332e2766b6ff16ad5d9069223f441f8880ca6d0c47011f15fee5b
 DIST SQLAlchemy-1.4.31.tar.gz 7999646 BLAKE2B 
4c394aaa4bc5636cc90f06017466c227b5e16fc54c3a9a42b18cc13906640e4710146325e870598f8905074bf6dad42ea524febc029b1dd5f063e978ebc9a442
 SHA512 
e54261fcf992845b2e6be47d23f530aec28c7517e6741b1b6a101b9888d3dc3162c1eeab0acc1edb33f56f1360bae3cdccdbcbff0e1e88e477c93d0cd910c17c
-DIST SQLAlchemy-1.4.32.tar.gz 8077546 BLAKE2B 
8eb0b617cdc147da21722f3e9b7c9c0659c9bc02f0530c724a7c8afafa9ea018c0558b58baa0387d84627115d474e87996fe8c7768ac53d55a0c817bc8f167b7
 SHA512 
e9bc125cb531182c97c9588bc7b87028ec334efe63d81d0bee0e7f74b0ce88ac183236298a05cdac42f3a0241b543528bf6f225d199e4bf6d8199caca63581bd
-DIST SQLAlchemy-1.4.34.tar.gz 8133799 BLAKE2B 
ec8b14bf4df2d9188805bf49aac394d5944e234099bcb9f20cbbb4114c757bee5933d1fd7025e6eda01bf7be6603cae83ff751928783134031ddf1ccf5d36da7
 SHA512 
c3158dc2c52dd865d98b84ce4cf0adde38300504d5f5ff61f953927baf8f2264d53255f6e83e2ce2f720529f1e8b3e57e684d56a57fd6a0881bd4f1ba10b373f
 DIST SQLAlchemy-1.4.35.tar.gz 8136388 BLAKE2B 
01a47eab8e11daef133a218a7ef13fa149fb4616b531c3c6d227cc26e3264c259f42770b72335a9fbda5e66ae1ce242fcbe676a528ca1af896d990a84a1f1a57
 SHA512 
195ab35934bca36e7c4c2127f153eff31775f7f150163912f79143efae63911eded67d8645e08ede2c533c675d18c3c5796235e0c0f6d1e6ebb97664ac13f171
 DIST SQLAlchemy-1.4.36.tar.gz 8146415 BLAKE2B 
62560ac2f2c542d60588a24eef225d39f1b6c4cf6feddfac4631e06731206a837cc0f76b88b40c73600361243857e9e1768b4b4ac0bf5ee8e28736d81028ae58
 SHA512 
c9bb38ce5eeb7817727e93695f10cf5c247710b809f3298b233ed8be4e2cc08e5a14581d0c5aa2af02d7a49f036fe3a0bb7a88120b58bdce0f115016bdaf2c77

diff --git a/dev-python/sqlalchemy/sqlalchemy-1.3.24.ebuild 
b/dev-python/sqlalchemy/sqlalchemy-1.3.24.ebuild
deleted file mode 100644
index c69c1cfdbe2e..000000000000
--- a/dev-python/sqlalchemy/sqlalchemy-1.3.24.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( pypy3 python3_{7..9} )
-PYTHON_REQ_USE="sqlite?"
-
-inherit distutils-r1 multiprocessing optfeature
-
-MY_PN="SQLAlchemy"
-MY_P="${MY_PN}-${PV/_beta/b}"
-
-DESCRIPTION="Python SQL toolkit and Object Relational Mapper"
-HOMEPAGE="https://www.sqlalchemy.org/ https://pypi.org/project/SQLAlchemy/";
-SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
-IUSE="examples +sqlite test"
-
-# Use pytest-xdist to speed up tests
-BDEPEND="
-       test? (
-               $(python_gen_impl_dep sqlite)
-               dev-python/pytest-xdist[${PYTHON_USEDEP}]
-       )
-"
-
-PATCHES=(
-       # Ported part of those commits to fix failing tests:
-       # 
https://github.com/sqlalchemy/sqlalchemy/commit/c68f9fb87868c45fcadcc942ce4a35f10ff2f7ea
-       # 
https://github.com/sqlalchemy/sqlalchemy/commit/a9b068ae564e5e775e312373088545b75aeaa1b0
-       # 
https://github.com/sqlalchemy/sqlalchemy/commit/9e31fc74089cf565df5f275d22eb8ae5414d6e45
-       "${FILESDIR}/sqlalchemy-1.3.20-pypy3.patch"
-)
-
-distutils_enable_tests pytest
-
-python_test() {
-       # Disable tests hardcoding function call counts specific to Python 
versions.
-       epytest --ignore test/aaa_profiling \
-               -n "$(makeopts_jobs "${MAKEOPTS}" "$(get_nproc)")"
-}
-
-python_install_all() {
-       if use examples; then
-               docompress -x "/usr/share/doc/${PF}/examples"
-               dodoc -r examples
-       fi
-
-       distutils-r1_python_install_all
-}
-
-pkg_postinst() {
-       optfeature "MySQL support" dev-python/mysqlclient dev-python/pymysql \
-               dev-python/mysql-connector-python
-       optfeature "mssql support" dev-python/pymssql
-       optfeature "postgresql support" dev-python/psycopg:2
-}

diff --git a/dev-python/sqlalchemy/sqlalchemy-1.4.32.ebuild 
b/dev-python/sqlalchemy/sqlalchemy-1.4.32.ebuild
deleted file mode 100644
index 65a46c488df9..000000000000
--- a/dev-python/sqlalchemy/sqlalchemy-1.4.32.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
-PYTHON_REQ_USE="sqlite?"
-
-inherit distutils-r1 optfeature
-
-MY_PN="SQLAlchemy"
-MY_P="${MY_PN}-${PV/_beta/b}"
-
-DESCRIPTION="Python SQL toolkit and Object Relational Mapper"
-HOMEPAGE="https://www.sqlalchemy.org/ https://pypi.org/project/SQLAlchemy/";
-SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
-IUSE="examples +sqlite test"
-
-BDEPEND="
-       test? (
-               $(python_gen_impl_dep sqlite)
-       )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_IGNORE=(
-       # hardcode call counts specific to Python versions
-       test/aaa_profiling
-)
-
-src_prepare() {
-       sed -i -e '/greenlet/d' setup.cfg || die
-       distutils-r1_src_prepare
-}
-
-python_test() {
-       # upstream's test suite is horribly hacky; it relies on disabling
-       # the warnings plugin and turning warnings into errors;  this also
-       # means that any DeprecationWarnings from third-party plugins cause
-       # everything to explode
-       local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-       local -x PYTEST_PLUGINS=
-       # upstream automagically depends on xdist when it is importable
-       if has_version "dev-python/pytest-xdist[${PYTHON_USEDEP}]"; then
-               PYTEST_PLUGINS+=xdist.plugin
-       fi
-       epytest
-}
-
-python_install_all() {
-       if use examples; then
-               docompress -x "/usr/share/doc/${PF}/examples"
-               dodoc -r examples
-       fi
-
-       distutils-r1_python_install_all
-}
-
-pkg_postinst() {
-       optfeature "asyncio support" dev-python/greenlet
-       optfeature "MySQL support" dev-python/mysqlclient dev-python/pymysql \
-               dev-python/mysql-connector-python
-       optfeature "mssql support" dev-python/pymssql
-       optfeature "postgresql support" dev-python/psycopg:2
-}

diff --git a/dev-python/sqlalchemy/sqlalchemy-1.4.34.ebuild 
b/dev-python/sqlalchemy/sqlalchemy-1.4.34.ebuild
deleted file mode 100644
index 1bb418de0bfe..000000000000
--- a/dev-python/sqlalchemy/sqlalchemy-1.4.34.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
-PYTHON_REQ_USE="sqlite?"
-
-inherit distutils-r1 optfeature
-
-MY_PN="SQLAlchemy"
-MY_P="${MY_PN}-${PV/_beta/b}"
-
-DESCRIPTION="Python SQL toolkit and Object Relational Mapper"
-HOMEPAGE="https://www.sqlalchemy.org/ https://pypi.org/project/SQLAlchemy/";
-SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
-IUSE="examples +sqlite test"
-
-BDEPEND="
-       test? (
-               $(python_gen_impl_dep sqlite)
-       )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_IGNORE=(
-       # hardcode call counts specific to Python versions
-       test/aaa_profiling
-)
-
-src_prepare() {
-       sed -i -e '/greenlet/d' setup.cfg || die
-       distutils-r1_src_prepare
-}
-
-python_test() {
-       local EPYTEST_DESELECT=()
-       [[ ${EPYTHON} == pypy3 ]] && EPYTEST_DESELECT+=(
-               
test/ext/test_associationproxy.py::ProxyHybridTest::test_msg_fails_on_cls_access
-       )
-
-       # upstream's test suite is horribly hacky; it relies on disabling
-       # the warnings plugin and turning warnings into errors;  this also
-       # means that any DeprecationWarnings from third-party plugins cause
-       # everything to explode
-       local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-       local -x PYTEST_PLUGINS=
-       # upstream automagically depends on xdist when it is importable
-       if has_version "dev-python/pytest-xdist[${PYTHON_USEDEP}]"; then
-               PYTEST_PLUGINS+=xdist.plugin
-       fi
-       epytest
-}
-
-python_install_all() {
-       if use examples; then
-               docompress -x "/usr/share/doc/${PF}/examples"
-               dodoc -r examples
-       fi
-
-       distutils-r1_python_install_all
-}
-
-pkg_postinst() {
-       optfeature "asyncio support" dev-python/greenlet
-       optfeature "MySQL support" dev-python/mysqlclient dev-python/pymysql \
-               dev-python/mysql-connector-python
-       optfeature "mssql support" dev-python/pymssql
-       optfeature "postgresql support" dev-python/psycopg:2
-}

Reply via email to