From: "Patrick Lauer" <patrick@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flask-migrate/
Date: Wed, 2 Mar 2016 16:53:51 +0000 (UTC) [thread overview]
Message-ID: <1456937567.7ee57be32ef2a8d46e2ab16ef2078f6f8c45a3e7.patrick@gentoo> (raw)
commit: 7ee57be32ef2a8d46e2ab16ef2078f6f8c45a3e7
Author: Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 2 16:21:04 2016 +0000
Commit: Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Wed Mar 2 16:52:47 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ee57be3
dev-python/flask-migrate: Bump
Package-Manager: portage-2.2.27
dev-python/flask-migrate/Manifest | 1 +
.../flask-migrate/flask-migrate-1.8.0.ebuild | 34 ++++++++++++++++++++++
2 files changed, 35 insertions(+)
diff --git a/dev-python/flask-migrate/Manifest b/dev-python/flask-migrate/Manifest
index 27a2298..736684b 100644
--- a/dev-python/flask-migrate/Manifest
+++ b/dev-python/flask-migrate/Manifest
@@ -3,3 +3,4 @@ DIST Flask-Migrate-1.3.0.tar.gz 8400 SHA256 8d142bcae64d45eda6efab82128384138074
DIST Flask-Migrate-1.3.1.tar.gz 8608 SHA256 d16342313936b383f30e7bc1863bd38686ac9f187a50df4161014f0207bf290b SHA512 3ed504811560e7af509187fc6850204244dc295a6d7d43505e98363af2ea282fabd2cfc2b54d5f8f5d847a8569c3a4e3fe28a7996bbb28ed829975c4014da324 WHIRLPOOL 09fcc61de8654a257257959af90917afb83b5fc9ffaee1f131eeaf557797e048c8ea740875b8c0cd7de8f10c48b5c5f2bcd33047f6f73b730d001432c1f32da3
DIST Flask-Migrate-1.4.0.zip 12820 SHA256 e63b1aafc7bec62a63ccb8e0f5856a271ab986a044aa81a022e0c68243439258 SHA512 ca9a94fd18d302f1448c0cc188749a4585cb108efdd02ef5a51d295207a48d54540818734dcc831a068d968a1cf166d45f1815b4f0e44f4fe7455b982293a3da WHIRLPOOL f1dd52a9af10ac6cb4598f544a151e15eba51ceb5b3c742f66299f0e4870a96ce571ca59dc52e01836721add741bf32d2959377804b0f09a14ab4ef76361aaaa
DIST Flask-Migrate-1.7.0.tar.gz 12895 SHA256 fb74af64d861932e0c0c427813ff87cd353a2a54b0b285c7dabdf62495dda799 SHA512 a6f5bdfe6d0fac166dae852228b7b96c7951df61e21ae503a35f6535c06c31f552afddf95988159b53cf0389b14bd3a3920b5994ce2ef01718906fd8b2647f35 WHIRLPOOL 96c4269409300c43d7c41573c411375000754a2264a9cd5e756bddddef8deed0eaa03d61db04d7615a6f2bfc177563dd2e92c6d302b50374a765ada55ecea0f3
+DIST Flask-Migrate-1.8.0.tar.gz 9492 SHA256 e85b06a96a25a5d917cff106386a4c1fe853a4bd2d0df31c3332f2a4788d9e5c SHA512 c2dfd1fe6a8db6ba7998b0f23a274c74ad2db4d886f2ef255f28978a37fc17620de36182b45ef69f26312ef3f0589ea86b474af6f91e063dbce7870dcbdcbff8 WHIRLPOOL 8e1dfc7ff15e54f0f0eddfe0dd2591708288a7fe6b1f4259f46a6c13f777f51378a9885e14faacf3ad442949c898630468b81d434be2e76e8bd015d6ebfc4f4d
diff --git a/dev-python/flask-migrate/flask-migrate-1.8.0.ebuild b/dev-python/flask-migrate/flask-migrate-1.8.0.ebuild
new file mode 100644
index 0000000..2c3a399
--- /dev/null
+++ b/dev-python/flask-migrate/flask-migrate-1.8.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+MY_PN="Flask-Migrate"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="SQLAlchemy database migrations for Flask applications using Alembic"
+HOMEPAGE="https://pypi.python.org/pypi/Flask-Admin"
+SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="dev-python/flask[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ dev-python/alembic[${PYTHON_USEDEP}]
+ dev-python/flask-sqlalchemy[${PYTHON_USEDEP}]
+ dev-python/flask-script[${PYTHON_USEDEP}]
+ "
+
+S="${WORKDIR}/${MY_P}"
+
+python_test() {
+ nosetests || die "Testing failed with ${EPYTHON}"
+}
next reply other threads:[~2016-03-02 16:53 UTC|newest]
Thread overview: 55+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-02 16:53 Patrick Lauer [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-18 19:10 [gentoo-commits] repo/gentoo:master commit in: dev-python/flask-migrate/ 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 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-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=1456937567.7ee57be32ef2a8d46e2ab16ef2078f6f8c45a3e7.patrick@gentoo \
--to=patrick@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