idella4     15/06/15 01:35:57

  Modified:             ChangeLog
  Added:                flask-mongoengine-0.7.1.ebuild
  Log:
  bump update deps
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.5                  dev-python/flask-mongoengine/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/flask-mongoengine/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   3 Jun 2015 18:39:22 -0000       1.4
+++ ChangeLog   15 Jun 2015 01:35:57 -0000      1.5
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/flask-mongoengine
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-mongoengine/ChangeLog,v 
1.4 2015/06/03 18:39:22 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-mongoengine/ChangeLog,v 
1.5 2015/06/15 01:35:57 idella4 Exp $
+
+*flask-mongoengine-0.7.1 (15 Jun 2015)
+
+  15 Jun 2015; Ian Delaney <[email protected]> 
+flask-mongoengine-0.7.1.ebuild:
+  bump update deps
 
   03 Jun 2015; Justin Lecher <[email protected]> metadata.xml:
   Add pypi to remote-id in metadata.xml



1.1                  dev-python/flask-mongoengine/flask-mongoengine-0.7.1.ebuild

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

Index: flask-mongoengine-0.7.1.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-mongoengine/flask-mongoengine-0.7.1.ebuild,v
 1.1 2015/06/15 01:35:57 idella4 Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

RESTRICT="test" # broken

DESCRIPTION="Flask support for MongoDB and with WTF model forms"
HOMEPAGE="https://pypi.python.org/pypi/flask-mongoengine/";
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc test"

RDEPEND=">=dev-python/flask-0.8[${PYTHON_USEDEP}]
                >=dev-python/mongoengine-0.7.10[${PYTHON_USEDEP}]
                dev-python/flask-wtf[${PYTHON_USEDEP}]
        "
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
        test? ( dev-python/nose[${PYTHON_USEDEP}] )
        doc? ( dev-python/sphinx[${PYTHON_USEDEP}]
        )"

python_compile_all() {
        use doc && emake -C docs html
}

python_test() {
        nosetests || die "Testing failed with ${EPYTHON}"
}

python_install_all() {
        use doc && local HTML_DOCS=( docs/_build/html/. )
        distutils-r1_python_install_all
}




Reply via email to