commit:     a7c6a21e88bd5fe30f7522805743b8fa2a424699
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 22 12:03:19 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar 22 12:03:19 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7c6a21e

dev-python/alembic: Remove old

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

 dev-python/alembic/Manifest              |  1 -
 dev-python/alembic/alembic-1.14.1.ebuild | 47 --------------------------------
 2 files changed, 48 deletions(-)

diff --git a/dev-python/alembic/Manifest b/dev-python/alembic/Manifest
index d3c5f76e5c4c..e6a733ad41c4 100644
--- a/dev-python/alembic/Manifest
+++ b/dev-python/alembic/Manifest
@@ -1,2 +1 @@
-DIST alembic-1.14.1.tar.gz 1918219 BLAKE2B 
ba86062e0662b75fdd616d27f235ff836622deceb412f760af2f75313b6b81d8b42e0fc1d49d0bb5e164cbd54d8fed5faa2f402dd51393aa9f57899a9a1e541f
 SHA512 
ae3f31f102ff6e2903d0719051e58fb7b30c251a9ce20c22e658bb343ba252cb0d66adc429ec83fc65ce73d6a6f6ae1673c878de81f433baa16663393a14d3dd
 DIST alembic-1.15.1.tar.gz 1924789 BLAKE2B 
e4c5c9528638fad54dcc0ac65b34ee67b12967639aa2dccd11622a31b453e5b9384d72f6c69eed779bfbc42681fcdf6df0d922375ebc9159aeac0b8132681ca0
 SHA512 
8f1a536293c4ad8bf897ec4d4ea8ebe589a132db5ebd2859efde802e938f81e40ec08e20c477275a65e6f0e59cf0c34f128b54081e5f300ff343b0b21cc478db

diff --git a/dev-python/alembic/alembic-1.14.1.ebuild 
b/dev-python/alembic/alembic-1.14.1.ebuild
deleted file mode 100644
index 57452a4ad762..000000000000
--- a/dev-python/alembic/alembic-1.14.1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Database migrations tool, written by the author of SQLAlchemy"
-HOMEPAGE="
-       https://github.com/sqlalchemy/alembic/
-       https://pypi.org/project/alembic/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm64 ~riscv x86"
-IUSE="doc"
-
-RDEPEND="
-       >=dev-python/sqlalchemy-1.1.0[${PYTHON_USEDEP}]
-       dev-python/mako[${PYTHON_USEDEP}]
-       >=dev-python/python-editor-0.3[${PYTHON_USEDEP}]
-       >=dev-python/typing-extensions-4[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       test? (
-               sys-libs/timezone-data
-       )
-"
-
-EPYTEST_XDIST=1
-distutils_enable_tests pytest
-
-python_test() {
-       local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-       # setup.cfg contains -p no:warnings in addopts which triggers
-       # datetime.utcfromtimestamp() deprecation warning as an error in py3.12
-       epytest -o addopts=
-}
-
-python_install_all() {
-       use doc && local HTML_DOCS=( docs/. )
-       distutils-r1_python_install_all
-}

Reply via email to