patrick     15/05/05 06:25:38

  Modified:             ChangeLog
  Added:                flask-migrate-1.4.0.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.6                  dev-python/flask-migrate/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-migrate/ChangeLog?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-migrate/ChangeLog?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-migrate/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/flask-migrate/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   24 Mar 2015 04:28:37 -0000      1.5
+++ ChangeLog   5 May 2015 06:25:38 -0000       1.6
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/flask-migrate
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-migrate/ChangeLog,v 1.5 
2015/03/24 04:28:37 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-migrate/ChangeLog,v 1.6 
2015/05/05 06:25:38 patrick Exp $
+
+*flask-migrate-1.4.0 (05 May 2015)
+
+  05 May 2015; Patrick Lauer <[email protected]> +flask-migrate-1.4.0.ebuild:
+  Bump
 
 *flask-migrate-1.3.1 (24 Mar 2015)
 



1.1                  dev-python/flask-migrate/flask-migrate-1.4.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-migrate/flask-migrate-1.4.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-migrate/flask-migrate-1.4.0.ebuild?rev=1.1&content-type=text/plain

Index: flask-migrate-1.4.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/flask-migrate/flask-migrate-1.4.0.ebuild,v 
1.1 2015/05/05 06:25:38 patrick Exp $

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}.zip"

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}"
}




Reply via email to