patrick     15/07/27 06:12:45

  Modified:             ChangeLog
  Added:                flask-restful-0.3.4.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.9                  dev-python/flask-restful/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/flask-restful/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   26 May 2015 06:46:30 -0000      1.8
+++ ChangeLog   27 Jul 2015 06:12:45 -0000      1.9
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/flask-restful
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-restful/ChangeLog,v 1.8 
2015/05/26 06:46:30 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-restful/ChangeLog,v 1.9 
2015/07/27 06:12:45 patrick Exp $
+
+*flask-restful-0.3.4 (27 Jul 2015)
+
+  27 Jul 2015; Patrick Lauer <patr...@gentoo.org> +flask-restful-0.3.4.ebuild:
+  Bump
 
 *flask-restful-0.3.3 (26 May 2015)
 



1.1                  dev-python/flask-restful/flask-restful-0.3.4.ebuild

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

Index: flask-restful-0.3.4.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-restful/flask-restful-0.3.4.ebuild,v 
1.1 2015/07/27 06:12:45 patrick Exp $

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

inherit distutils-r1

DESCRIPTION="Simple framework for creating REST APIs"
HOMEPAGE="http://flask-restful.readthedocs.org/ 
https://github.com/twilio/flask-restful/";
SRC_URI="https://github.com/twilio/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"

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

RDEPEND="
        >=dev-python/aniso8601-0.82[${PYTHON_USEDEP}]
        >=dev-python/flask-0.8[${PYTHON_USEDEP}]
        >=dev-python/six-1.3.0[${PYTHON_USEDEP}]
        dev-python/pytz[${PYTHON_USEDEP}]
        paging? ( >=dev-python/pycrypto-2.6[${PYTHON_USEDEP}] )
"
DEPEND="${RDEPEND}
        dev-python/sphinx[${PYTHON_USEDEP}]
        test? (
                dev-python/mock[${PYTHON_USEDEP}]
                dev-python/nose[${PYTHON_USEDEP}]
                dev-python/pycrypto[${PYTHON_USEDEP}]
        )
"

python_test() {
        nosetests -v || die "Tests fail with ${EPYTHON}"
}

python_compile_all() {
        cd docs || die
        emake man $(usex doc html "")
}

python_install_all() {
        use doc && local HTML_DOCS=( docs/_build/html/. )
        use examples && local EXAMPLES=( examples/. )
        local DOCS=( AUTHORS.md CHANGES.md CONTRIBUTING.md README.md )

        doman docs/_build/man/*
        distutils-r1_python_install_all
}




Reply via email to