public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flask-migrate/
Date: Sat,  9 Jan 2021 19:06:22 +0000 (UTC)	[thread overview]
Message-ID: <1610219116.4caba6abf35dce98a652bb088836c32a1b9cb6c5.asturm@gentoo> (raw)

commit:     4caba6abf35dce98a652bb088836c32a1b9cb6c5
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  9 17:17:56 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jan  9 19:05:16 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4caba6ab

dev-python/flask-migrate: 2.5.3 version bump, python3_9

Tests passed.

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-python/flask-migrate/Manifest                  |  1 +
 .../flask-migrate/flask-migrate-2.5.3.ebuild       | 36 ++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/dev-python/flask-migrate/Manifest b/dev-python/flask-migrate/Manifest
index a3b109c54e1..9cf3ed1324f 100644
--- a/dev-python/flask-migrate/Manifest
+++ b/dev-python/flask-migrate/Manifest
@@ -1 +1,2 @@
 DIST Flask-Migrate-2.5.2.tar.gz 12127 BLAKE2B 4c30cd5a3e59c890b0b3e397845cfd1424cdbdec1340793f406fb2e77cc3dc1c7eda777498d75e2250d09a310f28aea1b6ff5248df1ea151ff62bd7c7acabe72 SHA512 9c20fef77c1e0cd2a3ff14bdac48117e3d1610fe9417c928e111fa9c5761a63e67154dedbe83247bbea0f62796203bac61f4193478431607e26bdb253ee0892b
+DIST Flask-Migrate-2.5.3.tar.gz 12652 BLAKE2B 4a43cb3849ffa31afa00031ffbdfc130d07a8282184ca43c58a9b49fe94c456ee46a735fd6df9f9e3fa00ae0c82c1688852a68f2bf278afc5b08d64b31a473e7 SHA512 f26db1c6ceddceb635cce4259b4508ecc8dc26dbfa67397205668883129835840050d909337a73712d3b1ff3e0bbfab74f5ac94c2ac472ec64f86e64789107ac

diff --git a/dev-python/flask-migrate/flask-migrate-2.5.3.ebuild b/dev-python/flask-migrate/flask-migrate-2.5.3.ebuild
new file mode 100644
index 00000000000..d684926f496
--- /dev/null
+++ b/dev-python/flask-migrate/flask-migrate-2.5.3.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8,9} )
+inherit distutils-r1
+
+MY_PN="Flask-Migrate"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="SQLAlchemy database migrations for Flask applications using Alembic"
+HOMEPAGE="https://pypi.org/project/Flask-Migrate/"
+SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	>=dev-python/alembic-0.7[${PYTHON_USEDEP}]
+	>=dev-python/flask-0.9[${PYTHON_USEDEP}]
+	>=dev-python/flask-sqlalchemy-1.0[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	test? ( >=dev-python/flask-script-0.6[${PYTHON_USEDEP}] )
+"
+
+S="${WORKDIR}/${MY_P}"
+
+python_test() {
+	esetup.py test || die "Testing failed with ${EPYTHON}"
+}


             reply	other threads:[~2021-01-09 19:06 UTC|newest]

Thread overview: 57+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-09 19:06 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-25  9:50 [gentoo-commits] repo/gentoo:master commit in: dev-python/flask-migrate/ Michał Górny
2025-01-10 20:43 Michał Górny
2024-06-18 19:10 Michał Górny
2024-03-30 14:59 Michał Górny
2024-03-30 14:53 Michał Górny
2024-03-12  5:13 Michał Górny
2024-03-09 16:20 Arthur Zamarin
2023-11-25 20:47 Sam James
2023-11-23 17:00 Arthur Zamarin
2023-10-14 18:28 Michał Górny
2023-10-14 16:52 Arthur Zamarin
2023-09-13  2:42 Michał Górny
2023-06-07  9:27 Sam James
2023-02-03  7:19 Michał Górny
2023-01-30  7:15 Michał Górny
2023-01-19  6:08 Michał Górny
2023-01-06  5:35 Michał Górny
2022-12-17  7:15 Michał Górny
2022-12-17  7:15 Michał Górny
2022-12-16 21:32 Arthur Zamarin
2021-11-05 17:21 Arthur Zamarin
2021-11-05 17:02 Jakov Smolić
2021-10-02  8:35 Arthur Zamarin
2021-07-19  6:14 Michał Górny
2021-07-16  7:10 Michał Górny
2021-07-16  6:50 Agostino Sarubbo
2021-07-12  9:11 Michał Górny
2021-05-31  6:39 Michał Górny
2021-05-15 21:18 Michał Górny
2021-03-25 16:19 Agostino Sarubbo
2021-02-21 17:17 Michał Górny
2021-02-18  7:23 Sam James
2021-02-12  9:57 Sam James
2021-01-20  9:27 Michał Górny
2021-01-10 12:46 Andreas Sturmlechner
2021-01-10 10:19 Andreas Sturmlechner
2021-01-09 18:58 Sam James
2020-02-05 21:28 Andreas Sturmlechner
2020-02-05 13:24 Michał Górny
2019-12-01 19:27 Andreas Sturmlechner
2019-11-19 15:40 Agostino Sarubbo
2019-11-18 12:03 Agostino Sarubbo
2019-10-18  0:24 Aaron W. Swenson
2018-06-24 14:09 Jason Zaman
2018-06-24 11:31 Pacho Ramos
2018-01-03 23:35 Michał Górny
2017-12-22 16:32 Jason Zaman
2017-12-19 15:46 Thomas Deutschmann
2017-12-19 14:27 Aaron Swenson
2017-09-09 23:27 Aaron Swenson
2017-05-02 13:11 Michał Górny
2016-11-06 11:25 Tiziano Müller
2016-11-06 11:25 Tiziano Müller
2016-07-15  8:54 Patrice Clement
2016-03-02 16:53 Patrick Lauer
2016-01-03 20:34 Patrick Lauer

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=1610219116.4caba6abf35dce98a652bb088836c32a1b9cb6c5.asturm@gentoo \
    --to=asturm@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