From c525d930a1eaa2166a3c746dd0fe4bb8dd8b0518 Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Sun, 3 Jul 2016 21:20:52 +0200 Subject: Python 3.4 support for flask-migrate --- dev-python/flask-migrate/Manifest | 1 + .../flask-migrate/flask-migrate-1.3.0.ebuild | 34 ++++++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 dev-python/flask-migrate/Manifest create mode 100644 dev-python/flask-migrate/flask-migrate-1.3.0.ebuild (limited to 'dev-python/flask-migrate') diff --git a/dev-python/flask-migrate/Manifest b/dev-python/flask-migrate/Manifest new file mode 100644 index 0000000..6aef805 --- /dev/null +++ b/dev-python/flask-migrate/Manifest @@ -0,0 +1 @@ +DIST Flask-Migrate-1.3.0.tar.gz 8400 SHA256 8d142bcae64d45eda6efab821283841380749653e49030aea59f0059071d134a SHA512 dbec7fee9027f9446c57a3d24b171a59dcde1e7023e20efc7eb578f41b7c5228a6704edf2cf7afec5e2fc5f8c37a76abeae5a1b9cf0d95c132e7e834f31f7b14 WHIRLPOOL f8c43f3427cbd6cc72e39cfb4f4329f9e826b2b71ca3310d6831121c5a6c9f7915d3a5308f885cb27ad2d3d77197d411bda026d9636c25bbc122069c41a011f6 diff --git a/dev-python/flask-migrate/flask-migrate-1.3.0.ebuild b/dev-python/flask-migrate/flask-migrate-1.3.0.ebuild new file mode 100644 index 0000000..47cb342 --- /dev/null +++ b/dev-python/flask-migrate/flask-migrate-1.3.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 python3_3 python3_4 ) + +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}" +} -- cgit v1.2.3-70-g09d2 put type='submit' value='search'/>
path: root/icons (unfollow)
Commit message (Expand)AuthorFilesLines
2008-06-23allowed to dismiss the warning dialogs for keywords/useflagsRené 'Necoro' Neumann4-6/+22
2008-06-23Reverted last commit; Added get and set methodRené 'Necoro' Neumann1-11/+19
2008-06-23Make Session inherit from ConfigParser. This allows the usage of normal confi...René 'Necoro' Neumann1-9/+10
2008-06-23German translationRené 'Necoro' Neumann2-144/+228
2008-06-23Finished send_mail workRené 'Necoro' Neumann2-52/+68
2008-06-23Added plugin, which simply throws an exceptionRené 'Necoro' Neumann2-0/+15
2008-06-23Fixed name of gpytage pluginRené 'Necoro' Neumann1-1/+1
2008-06-23Moved GtkThread to gui.utilsRené 'Necoro' Neumann5-29/+25
2008-06-22Implemented the mail sendingRené 'Necoro' Neumann2-3/+63
2008-06-22First mail window draftRené 'Necoro' Neumann3-0/+220
2008-06-10Added gpytage pluginRené 'Necoro' Neumann2-0/+29
2008-06-10Modified plugin.xsd so it allows also menu-only pluginsRené 'Necoro' Neumann2-7/+8
2008-06-10Fixed the default handlingRené 'Necoro' Neumann1-1/+1
2008-06-10Allowed default for session; load 'app-portage/portato' as default for select...René 'Necoro' Neumann2-10/+18
2008-06-09Fixed 'kill' in the systray popupRené 'Necoro' Neumann1-2/+2
2008-06-09Fixed error messageRené 'Necoro' Neumann2-4/+1
2008-06-08Make blocks way more intelligentRené 'Necoro' Neumann3-45/+107