idella4     15/06/04 08:03:54

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

Revision  Changes    Path
1.13                 dev-python/flask-pymongo/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/flask-pymongo/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   8 Apr 2015 08:05:05 -0000       1.12
+++ ChangeLog   4 Jun 2015 08:03:54 -0000       1.13
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/flask-pymongo
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-pymongo/ChangeLog,v 1.12 
2015/04/08 08:05:05 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-pymongo/ChangeLog,v 1.13 
2015/06/04 08:03:54 idella4 Exp $
+
+*flask-pymongo-0.3.1 (04 Jun 2015)
+
+  04 Jun 2015; Ian Delaney <[email protected]> +flask-pymongo-0.3.1.ebuild:
+  bump
 
   08 Apr 2015; Michał Górny <[email protected]> flask-pymongo-0.3.0.ebuild:
   Drop old Python implementations



1.1                  dev-python/flask-pymongo/flask-pymongo-0.3.1.ebuild

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

Index: flask-pymongo-0.3.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-pymongo/flask-pymongo-0.3.1.ebuild,v 
1.1 2015/06/04 08:03:54 idella4 Exp $

EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )

inherit distutils-r1

MY_PN="Flask-PyMongo"
MY_P="${MY_PN}-${PV}"

DESCRIPTION="PyMongo support for Flask"
HOMEPAGE="http://pypi.python.org/pypi/Flask-PyMongo";
SRC_URI="https://github.com/dcrosta/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
#SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"

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

RDEPEND=">=dev-python/flask-0.8[${PYTHON_USEDEP}]
        >=dev-python/pymongo-2.4[${PYTHON_USEDEP}]
        <dev-python/pymongo-3.0[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
        dev-python/setuptools[${PYTHON_USEDEP}]
        doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"

PATCHES=( "${FILESDIR}"/docbuild.patch )

python_prepare_all() {
        # Req'd to avoid file collisions
        sed -e s":find_packages():find_packages(exclude=['tests']):" -i 
setup.py || die

        distutils-r1_python_prepare_all
}

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

# Testsuite appears to require a running local instance of a pymongo server

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




Reply via email to