summaryrefslogtreecommitdiff
path: root/dev-python/alembic
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-04-12 18:56:41 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-04-12 18:56:41 +0000
commit7e219bec8c8fb44fd3bbc9506b51a6345c1673f2 (patch)
tree17ca0c5b961ba4e455be104764dd538603191432 /dev-python/alembic
parente3351eb307aac823096dd71fd8479d79b6a2f139 (diff)
downloadbaldeagleos-repo-7e219bec8c8fb44fd3bbc9506b51a6345c1673f2.tar.gz
baldeagleos-repo-7e219bec8c8fb44fd3bbc9506b51a6345c1673f2.tar.xz
baldeagleos-repo-7e219bec8c8fb44fd3bbc9506b51a6345c1673f2.zip
Adding metadata
Diffstat (limited to 'dev-python/alembic')
-rw-r--r--dev-python/alembic/Manifest1
-rw-r--r--dev-python/alembic/alembic-1.15.1.ebuild46
-rw-r--r--dev-python/alembic/alembic-1.15.2.ebuild2
3 files changed, 1 insertions, 48 deletions
diff --git a/dev-python/alembic/Manifest b/dev-python/alembic/Manifest
index 60666d5739cc..32607d4a2855 100644
--- a/dev-python/alembic/Manifest
+++ b/dev-python/alembic/Manifest
@@ -1,2 +1 @@
-DIST alembic-1.15.1.tar.gz 1924789 BLAKE2B e4c5c9528638fad54dcc0ac65b34ee67b12967639aa2dccd11622a31b453e5b9384d72f6c69eed779bfbc42681fcdf6df0d922375ebc9159aeac0b8132681ca0 SHA512 8f1a536293c4ad8bf897ec4d4ea8ebe589a132db5ebd2859efde802e938f81e40ec08e20c477275a65e6f0e59cf0c34f128b54081e5f300ff343b0b21cc478db
DIST alembic-1.15.2.tar.gz 1925573 BLAKE2B 0711f6132ff3209828896c7efc78e0f4f2d7fd304a3e497b115f4f91521c5c57f852b2a515565e0e18d6695ec05d524b49500e73bf4247d7500f9a74380e0a5a SHA512 2d749123181c58985794f1c51d6f67d5fb11dbd0dd38d696a2b9e28a59560bf8f8d93473b0bce1e95426bbe65c0b24f9b3287a5819e6606dd982d7ecdedbcdab
diff --git a/dev-python/alembic/alembic-1.15.1.ebuild b/dev-python/alembic/alembic-1.15.1.ebuild
deleted file mode 100644
index 4e85cc794def..000000000000
--- a/dev-python/alembic/alembic-1.15.1.ebuild
+++ /dev/null
@@ -1,46 +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=( python3_{9,10,11,12,13} pypy3 )
-
-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.4.0[${PYTHON_USEDEP}]
- dev-python/mako[${PYTHON_USEDEP}]
- >=dev-python/typing-extensions-4.12[${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
-}
diff --git a/dev-python/alembic/alembic-1.15.2.ebuild b/dev-python/alembic/alembic-1.15.2.ebuild
index 70ebc9722605..4e85cc794def 100644
--- a/dev-python/alembic/alembic-1.15.2.ebuild
+++ b/dev-python/alembic/alembic-1.15.2.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 arm64 ~riscv x86"
IUSE="doc"
RDEPEND="