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/flask-migrate/
Date: Fri,  6 Jan 2023 05:35:16 +0000 (UTC)	[thread overview]
Message-ID: <1672982803.1163b797d5053227aad4b2cfdc35c2d1b7bdcaa1.mgorny@gentoo> (raw)

commit:     1163b797d5053227aad4b2cfdc35c2d1b7bdcaa1
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  6 05:23:09 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jan  6 05:26:43 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1163b797

dev-python/flask-migrate: Bump to 4.0.1

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

 dev-python/flask-migrate/Manifest                  |  1 +
 .../flask-migrate/flask-migrate-4.0.1.ebuild       | 46 ++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/dev-python/flask-migrate/Manifest b/dev-python/flask-migrate/Manifest
index a8919c362fe7..7c09b0dba76e 100644
--- a/dev-python/flask-migrate/Manifest
+++ b/dev-python/flask-migrate/Manifest
@@ -1 +1,2 @@
 DIST Flask-Migrate-4.0.0.gh.tar.gz 25945 BLAKE2B 79619b5b3a64b5f1e9ad887e58c135a122961527725b468ab0c95871e4b582d306706db2b3840d33b9150ef52e60a8bf1f3db516ee1434ffcd529df02bfd29d8 SHA512 199f97f87c6dbc1b3dce3cd85a8a2ce75155f359394e86dea66c9166aadc01bb03627afff20ff8478e12fd63147f28dd5898c8354e6a053d5908b1bb7f2cc192
+DIST Flask-Migrate-4.0.1.gh.tar.gz 26019 BLAKE2B 7c85a5c655c0fc0a5e522801e8ebce705deb760505720e2ab28c64da87d1b9cac683c137e29f7022009effd751fdecd9d6f1932dc88ee278d428272576684921 SHA512 099a2f4387a4ec5d7a37b3fbfa8a631dbdcc83533b2ebbc907150b080e01b6f3e9e7503ae5a276ae488bf0143ca3b42dd2555704b9c81bc7c31842130e604d81

diff --git a/dev-python/flask-migrate/flask-migrate-4.0.1.ebuild b/dev-python/flask-migrate/flask-migrate-4.0.1.ebuild
new file mode 100644
index 000000000000..3f583edfd43e
--- /dev/null
+++ b/dev-python/flask-migrate/flask-migrate-4.0.1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+MY_P="Flask-Migrate-${PV}"
+DESCRIPTION="SQLAlchemy database migrations for Flask applications using Alembic"
+HOMEPAGE="
+	https://github.com/miguelgrinberg/Flask-Migrate/
+	https://pypi.org/project/Flask-Migrate/
+"
+SRC_URI="
+	https://github.com/miguelgrinberg/Flask-Migrate/archive/v${PV}.tar.gz
+		-> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	>=dev-python/alembic-0.7[${PYTHON_USEDEP}]
+	>=dev-python/flask-0.9[${PYTHON_USEDEP}]
+	>=dev-python/flask-sqlalchemy-1.0[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest
+
+python_test() {
+	local -x PATH=${T}/bin:${PATH}
+
+	mkdir -p "${T}"/bin || die
+	cat > "${T}"/bin/flask <<-EOF || die
+		#!/bin/sh
+		exec ${EPYTHON} -m flask "\${@}"
+	EOF
+	chmod +x "${T}"/bin/flask || die
+
+	eunittest
+}


             reply	other threads:[~2023-01-06  5:35 UTC|newest]

Thread overview: 58+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-06  5:35 Michał Górny [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-25  8:54 Sam James
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
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 19:06 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=1672982803.1163b797d5053227aad4b2cfdc35c2d1b7bdcaa1.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