public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/alembic/
Date: Sat,  5 Jun 2021 20:55:40 +0000 (UTC)	[thread overview]
Message-ID: <1622926533.f43e5c6838b1baf8e1f0be06225f92be9162e5a1.mgorny@gentoo> (raw)

commit:     f43e5c6838b1baf8e1f0be06225f92be9162e5a1
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  5 20:54:06 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun  5 20:55:33 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f43e5c68

dev-python/alembic: Remove old

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

 dev-python/alembic/Manifest             |  4 ----
 dev-python/alembic/alembic-1.5.8.ebuild | 33 ---------------------------------
 dev-python/alembic/alembic-1.6.0.ebuild | 31 -------------------------------
 dev-python/alembic/alembic-1.6.3.ebuild | 31 -------------------------------
 dev-python/alembic/alembic-1.6.4.ebuild | 31 -------------------------------
 5 files changed, 130 deletions(-)

diff --git a/dev-python/alembic/Manifest b/dev-python/alembic/Manifest
index 36363eccbba..d663054eeb6 100644
--- a/dev-python/alembic/Manifest
+++ b/dev-python/alembic/Manifest
@@ -1,6 +1,2 @@
-DIST alembic-1.5.8.tar.gz 1154284 BLAKE2B 704a7aeb15fcfae8746238ef7ae4533ecbaaf83ab9248035c35cea343a4d02e02c00dfa3c8186826a437c839053fc6292c3f8343945ca32273ee608f6572f513 SHA512 e68f3709ed969764cff4c9f755781a10123631d2d07a970674fda2226c84cb92c140bc5ae81e44c8b279823718d4f0544236d260fd04fb7107f3d8293c85b4f0
-DIST alembic-1.6.0.tar.gz 1166934 BLAKE2B 1d1473ca55bf2e5f8f6dcdf2fd7cbd5246e11e7a14e5964a5891c60e5ba814eabc2fe8550b87317c3b57268f649b46c6b611ef1b2c81b5a025ca4e8e537660c2 SHA512 bfef894f13762420128b01d2671639de6361848387d4661d92bab66d8c5820ebe9ede62d335b4cc5915f60378e20a02a2b2664a7bf815294fb4cfdee7414dd33
 DIST alembic-1.6.2.tar.gz 1167842 BLAKE2B 0b61282987e974e81b1007d4a66620b1ac2393b175f91011d0d6c450af1038a9ea553f4a7c1906b2e463f7b95617a00629f337547788821b250373f0de18d0b7 SHA512 d5b23812d3e65e9642f39e2596ab86773476a77959938f518438d7659c2da5436432fdc020a5fbda33fe866a047d9558f7a4c5eabe032a6d3f2e6d04ff7928e7
-DIST alembic-1.6.3.tar.gz 1172826 BLAKE2B e405589352bc06b6a80e532e564b69b7095e57ff150a519654737c9d5ac43827d1ddedeffd12295419eb0fc7555c346cdf0e32fcc21fcc9c301015fc0c9540f5 SHA512 4a73e67962d44de719b9873e4b61153607cb2ebcdd15a19172fc4ea641e2909339ca448e83fa8ecb871a270ccd980f16fcf4a880e9742a177649c4dc44cb30cd
-DIST alembic-1.6.4.tar.gz 1173603 BLAKE2B 24c7a7f5431db4856ea7f7ea7095b1a992e5c41c1d94235098b6c93b6a9dbd6b0261297019b01e1274a466d5b9236d6c0890a08a8720191f77c20973e1b07afa SHA512 019268060d0552da87d0ab4d624d53f2c7460dfd3018c2643b71adf0c7a574eeb92b238d777c786ecc6f9bb94e8e25655f07f64258b17b9cadccb7ba83a091e4
 DIST alembic-1.6.5.tar.gz 1174376 BLAKE2B a1bfdf611b30831363bd29a63f2a50d7c31e348ab6f450f709d1e8dbd891441263d8e0067de38c09351c26c26d07178e3079b30b5c976dfa90cd24d5973038d8 SHA512 8e5ce4bb41a47fb2c263d3542d7fd2dad04bd76b81a6a565fa93cef80a38a016944924b9eb57895ae71d7f8eef428bf440388444ef750bf281616e514a61c79b

diff --git a/dev-python/alembic/alembic-1.5.8.ebuild b/dev-python/alembic/alembic-1.5.8.ebuild
deleted file mode 100644
index b0a59134f8e..00000000000
--- a/dev-python/alembic/alembic-1.5.8.ebuild
+++ /dev/null
@@ -1,33 +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} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="database migrations tool, written by the author of SQLAlchemy"
-HOMEPAGE="https://github.com/sqlalchemy/alembic"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 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}]
-"
-
-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.6.0.ebuild b/dev-python/alembic/alembic-1.6.0.ebuild
deleted file mode 100644
index 6105a9e2d89..00000000000
--- a/dev-python/alembic/alembic-1.6.0.ebuild
+++ /dev/null
@@ -1,31 +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} )
-inherit distutils-r1
-
-DESCRIPTION="database migrations tool, written by the author of SQLAlchemy"
-HOMEPAGE="https://github.com/sqlalchemy/alembic"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~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}]
-"
-
-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.6.3.ebuild b/dev-python/alembic/alembic-1.6.3.ebuild
deleted file mode 100644
index 6105a9e2d89..00000000000
--- a/dev-python/alembic/alembic-1.6.3.ebuild
+++ /dev/null
@@ -1,31 +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} )
-inherit distutils-r1
-
-DESCRIPTION="database migrations tool, written by the author of SQLAlchemy"
-HOMEPAGE="https://github.com/sqlalchemy/alembic"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~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}]
-"
-
-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.6.4.ebuild b/dev-python/alembic/alembic-1.6.4.ebuild
deleted file mode 100644
index 6105a9e2d89..00000000000
--- a/dev-python/alembic/alembic-1.6.4.ebuild
+++ /dev/null
@@ -1,31 +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} )
-inherit distutils-r1
-
-DESCRIPTION="database migrations tool, written by the author of SQLAlchemy"
-HOMEPAGE="https://github.com/sqlalchemy/alembic"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~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}]
-"
-
-distutils_enable_tests pytest
-
-python_install_all() {
-	use doc && local HTML_DOCS=( docs/. )
-
-	distutils-r1_python_install_all
-}


             reply	other threads:[~2021-06-05 20:55 UTC|newest]

Thread overview: 126+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-05 20:55 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-24  6:41 [gentoo-commits] repo/gentoo:master commit in: dev-python/alembic/ Michał Górny
2024-07-13  7:27 Arthur Zamarin
2024-06-27  2:53 Michał Górny
2024-06-18 19:10 Michał Górny
2024-01-27 12:10 Michał Górny
2024-01-06 10:31 Michał Górny
2024-01-06 10:29 Michał Górny
2023-12-21  4:30 Michał Górny
2023-12-20 16:00 Michał Górny
2023-12-20 15:56 Michał Górny
2023-12-02  7:09 Michał Górny
2023-11-29 10:30 Michał Górny
2023-11-29 10:26 Michał Górny
2023-11-24 15:04 Arthur Zamarin
2023-10-27  2:44 Michał Górny
2023-10-06 15:08 Michał Górny
2023-10-06 14:31 Sam James
2023-09-08  4:53 Michał Górny
2023-09-07 19:52 Sam James
2023-09-01  5:06 Michał Górny
2023-08-17  8:36 Michał Górny
2023-08-05  5:30 Michał Górny
2023-06-18 17:18 Michał Górny
2023-06-18 15:14 Sam James
2023-06-07  9:27 Sam James
2023-05-18  3:14 Michał Górny
2023-05-16  5:05 Michał Górny
2023-05-06 14:00 Michał Górny
2023-05-06 12:01 Sam James
2023-04-25  2:02 Michał Górny
2023-04-08 12:24 Michał Górny
2023-04-08  8:42 Arthur Zamarin
2023-04-06  3:07 Michał Górny
2023-03-17 17:18 Michał Górny
2023-03-17 16:03 Sam James
2023-03-09  5:58 Michał Górny
2023-03-07  7:08 Michał Górny
2023-03-06 14:05 Michał Górny
2023-02-17  7:38 Michał Górny
2023-02-16 14:18 Michał Górny
2023-02-16 10:01 Sam James
2023-02-14 21:05 Michał Górny
2023-02-14 21:05 Michał Górny
2023-02-08  6:27 Michał Górny
2023-01-15  7:02 Michał Górny
2022-12-24  7:41 Michał Górny
2022-12-16 11:32 Michał Górny
2022-08-15  8:08 Michał Górny
2022-08-15  7:40 Agostino Sarubbo
2022-07-14  7:31 Michał Górny
2022-07-02 17:48 Michał Górny
2022-07-02 16:05 Jakov Smolić
2022-06-01  7:21 Michał Górny
2022-04-16 15:56 Michał Górny
2022-04-16  7:38 Sam James
2022-03-19  9:36 Michał Górny
2022-03-19  7:53 Agostino Sarubbo
2022-03-14 22:39 Michał Górny
2022-02-01 22:03 Michał Górny
2021-12-12 21:32 Michał Górny
2021-12-12 20:02 Jakov Smolić
2021-11-12  9:40 Michał Górny
2021-10-24  8:43 Michał Górny
2021-10-24  0:19 Sam James
2021-10-07  7:21 Michał Górny
2021-10-04 11:12 Michał Górny
2021-10-04 11:00 Agostino Sarubbo
2021-09-17 22:22 Michał Górny
2021-08-31  7:56 Michał Górny
2021-08-30 21:41 Michał Górny
2021-07-05  7:03 Michał Górny
2021-06-05 12:56 Michał Górny
2021-05-27 22:47 Michał Górny
2021-05-25  5:13 Michał Górny
2021-05-22  7:58 Michał Górny
2021-05-07  8:04 Michał Górny
2021-05-04 12:41 Michał Górny
2021-04-28  8:16 Michał Górny
2021-04-27 21:42 Sam James
2021-04-06 20:39 Michał Górny
2021-04-06 19:47 Sam James
2021-03-25 19:09 Michał Górny
2021-03-25 16:19 Agostino Sarubbo
2021-03-24  8:16 Michał Górny
2021-03-11 22:59 Michał Górny
2021-03-07 22:39 Michał Górny
2021-03-07 19:46 Sam James
2021-03-05 21:50 Michał Górny
2021-02-21  8:25 Michał Górny
2021-02-19  3:40 Sam James
2021-02-03 23:23 Michał Górny
2021-01-30  9:19 Michał Górny
2021-01-21 10:52 Michał Górny
2021-01-20  9:27 Michał Górny
2021-01-18 23:53 Michał Górny
2020-11-25 12:29 Michał Górny
2020-11-25 12:13 Agostino Sarubbo
2020-11-25  9:09 Michał Górny
2020-10-16 17:47 Louis Sautier
2020-09-21 23:25 Matthew Thode
2020-05-30 17:52 Matthew Thode
2020-05-20 16:13 Matthew Thode
2020-03-26 11:16 Michał Górny
2020-03-17 19:52 Michał Górny
2020-02-05 21:28 Andreas Sturmlechner
2018-02-19  0:54 Matt Thode
2018-01-02 14:57 Michał Górny
2017-09-16 17:10 Patrick Lauer
2017-08-27  4:26 Matt Thode
2017-05-12 12:56 Manuel Rüger
2017-05-02 13:11 Michał Górny
2017-03-26  4:16 Matt Thode
2017-02-27  2:51 Matt Thode
2016-09-17  6:25 Patrick Lauer
2016-08-30  9:36 Patrick Lauer
2016-08-07  8:02 Pacho Ramos
2016-04-19 12:59 Patrick Lauer
2016-03-25  3:43 Matt Thode
2016-03-12 10:02 Patrick Lauer
2016-02-28  7:32 Matt Thode
2016-02-08  2:23 Ian Delaney
2016-02-07 13:27 Ian Delaney
2016-02-07 12:00 Justin Lecher
2016-01-05 13:26 Patrick Lauer
2015-10-15  5:25 Matt Thode

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1622926533.f43e5c6838b1baf8e1f0be06225f92be9162e5a1.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox