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: Wed, 13 Sep 2023 02:42:26 +0000 (UTC)	[thread overview]
Message-ID: <1694572747.ca12ab944d069c52eb239bc9663dbd20c9c82130.mgorny@gentoo> (raw)

commit:     ca12ab944d069c52eb239bc9663dbd20c9c82130
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 13 02:39:07 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Sep 13 02:39:07 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca12ab94

dev-python/flask-migrate: Bump to 4.0.5

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

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

diff --git a/dev-python/flask-migrate/Manifest b/dev-python/flask-migrate/Manifest
index 3a41bb9ee078..4b9d15cdba7e 100644
--- a/dev-python/flask-migrate/Manifest
+++ b/dev-python/flask-migrate/Manifest
@@ -1 +1,2 @@
 DIST Flask-Migrate-4.0.4.gh.tar.gz 26635 BLAKE2B 2edb3143332439b3dfddba2ee09661bf93771e5747b729e90af27c80e22ea4f9e8f13a04a3676e72514e94113128113a73cc804ff641d587419376ace453bb78 SHA512 66d7a96aafe81e94b59f3e510036dda82047c53a9bf67654ee5fe77ee30361f516a36000648f58de2743e1fa288302be76a82601a1eeae65f0acb8fd486fa9c1
+DIST Flask-Migrate-4.0.5.gh.tar.gz 26827 BLAKE2B 4b674856bc1177857b1272740351e953099a22f981faf63714ac07748308c77a599ce942e273858df2b0e010a4b962e8c8c9488c3bb750f5c4e9037e4a0c58bf SHA512 cdc02e3f567119604e56e9cafed3e7b40e7335d4c3f42cffb26515a4cec12ff34c16f8d5ae036d841cf846985973980d820cdc5d87a99ebf634b3b17becaeb69

diff --git a/dev-python/flask-migrate/flask-migrate-4.0.5.ebuild b/dev-python/flask-migrate/flask-migrate-4.0.5.ebuild
new file mode 100644
index 000000000000..d76257833461
--- /dev/null
+++ b/dev-python/flask-migrate/flask-migrate-4.0.5.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_{10..12} )
+
+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-1.9.0[${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-09-13  2:42 UTC|newest]

Thread overview: 57+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-13  2:42 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-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-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 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=1694572747.ca12ab944d069c52eb239bc9663dbd20c9c82130.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