commit:     9709637be4443e403aea837cfadc1b976f4bc0b1
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 18 17:14:13 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jun 18 17:14:13 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9709637b

dev-python/alembic: Remove old

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

 dev-python/alembic/Manifest              |  2 --
 dev-python/alembic/alembic-1.10.4.ebuild | 35 --------------------------------
 dev-python/alembic/alembic-1.11.0.ebuild | 35 --------------------------------
 3 files changed, 72 deletions(-)

diff --git a/dev-python/alembic/Manifest b/dev-python/alembic/Manifest
index a69a02ed3fb1..fcba7f15e7e0 100644
--- a/dev-python/alembic/Manifest
+++ b/dev-python/alembic/Manifest
@@ -1,3 +1 @@
-DIST alembic-1.10.4.tar.gz 1152769 BLAKE2B 
f940dec295f362cdb63bdb0326c5438734189518188e9de01d2aa164b3d51ac6d00ca960bae9fc539ac19b2c82982e907fa705efd02d30cd08d5a9f8d0ab2ae3
 SHA512 
bf49aff7d04fbbc966df351451dacd921c3b292313c1077d6b02a2679aeeef086313cd11ede8880c056950f8359bd9ab6e3f5219ae859e48d0298aeb8ea9e398
-DIST alembic-1.11.0.tar.gz 1172377 BLAKE2B 
ec29af312516a6d2cf9168994efbfa89e2bc3d11294573138f5e145c51587f1ab5dd07f9da95ae7d8885de2618159b5566dbfbdec9c64495cc086d0d157c9105
 SHA512 
d3d38887835a632e3129e8fde1449f91c60ffba575b7e0c568303ac4e1fd6ddeecf8c93540b65fd827ce2c08e377820278ed8ce1a80df69968145fc16267e266
 DIST alembic-1.11.1.tar.gz 1176522 BLAKE2B 
5a4185cb59b48301d350db3c44487408ca6c8d88b47ddd22e4c19fad57d0961cb3968652ba15986cf42adb9bb38542a79b11ddd980c9841a071844d26fed56fd
 SHA512 
d068d581df952c2d304534218bd8f948407e288005514501816e60600b186bf03bcc60f485c4c6d5c80caf718210c2bf619f1758327bc592663f160c3bd21e65

diff --git a/dev-python/alembic/alembic-1.10.4.ebuild 
b/dev-python/alembic/alembic-1.10.4.ebuild
deleted file mode 100644
index 12254ece8bc6..000000000000
--- a/dev-python/alembic/alembic-1.10.4.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
-
-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/python-dateutil[${PYTHON_USEDEP}]
-       >=dev-python/typing-extensions-4[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-python_install_all() {
-       use doc && local HTML_DOCS=( docs/. )
-       distutils-r1_python_install_all
-}

diff --git a/dev-python/alembic/alembic-1.11.0.ebuild 
b/dev-python/alembic/alembic-1.11.0.ebuild
deleted file mode 100644
index 8abd48cc9bb7..000000000000
--- a/dev-python/alembic/alembic-1.11.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..11} )
-
-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/python-dateutil[${PYTHON_USEDEP}]
-       >=dev-python/typing-extensions-4[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-python_install_all() {
-       use doc && local HTML_DOCS=( docs/. )
-       distutils-r1_python_install_all
-}

Reply via email to