public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/flask-restless: flask-restless-0.11.0-r1.ebuild ChangeLog
@ 2013-06-10 16:52 Ian Delaney (idella4)
  0 siblings, 0 replies; 3+ messages in thread
From: Ian Delaney (idella4) @ 2013-06-10 16:52 UTC (permalink / raw
  To: gentoo-commits

idella4     13/06/10 16:52:27

  Modified:             flask-restless-0.11.0-r1.ebuild ChangeLog
  Log:
  Updated to accommodate adding dep flask-themes for doc build
  
  (Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)

Revision  Changes    Path
1.2                  dev-python/flask-restless/flask-restless-0.11.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-restless/flask-restless-0.11.0-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-restless/flask-restless-0.11.0-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-restless/flask-restless-0.11.0-r1.ebuild?r1=1.1&r2=1.2

Index: flask-restless-0.11.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/flask-restless/flask-restless-0.11.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- flask-restless-0.11.0-r1.ebuild	10 Jun 2013 09:33:29 -0000	1.1
+++ flask-restless-0.11.0-r1.ebuild	10 Jun 2013 16:52:27 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-restless/flask-restless-0.11.0-r1.ebuild,v 1.1 2013/06/10 09:33:29 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-restless/flask-restless-0.11.0-r1.ebuild,v 1.2 2013/06/10 16:52:27 idella4 Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 )
@@ -27,17 +27,26 @@
 		dev-python/nose[${PYTHON_USEDEP}] )
 	doc? ( dev-python/sphinx[${PYTHON_USEDEP}]
 		>=dev-python/sphinxcontrib-httpdomain-1.1.7[${PYTHON_USEDEP}]
-		>=dev-python/sphinxcontrib-issuetracker-0.11[${PYTHON_USEDEP}] )"
+		>=dev-python/sphinxcontrib-issuetracker-0.11[${PYTHON_USEDEP}]
+		dev-python/flask-themes[${PYTHON_USEDEP}] )"
 
 PATCHES=( "${FILESDIR}"/docbuild.patch )
 
 python_compile_all() {
 	if use doc; then
-		ewarn "";ewarn "If flask-restless is not installed, first emerge"
-		ewarn "without USE=doc, then re-run.  Building of docs "
-		ewarn "requires flask-restless to be installed"
-	emake -C docs html
+		if ! "${PYTHON}" -c "import flask_restless"; then
+			eerror "flask-restless is not installed. Building of the docs"
+			eerror "requires flask-restless to already be installed."
+			eerror "Firstly emerge without USE=doc, then re-emerge with USE=doc"
+			eerror ""
+			die
+		fi
 	fi
+		# Changes connect to read issues @ github
+		rm -f docs/changelog.rst
+		einfo "Generating html docs for ${PN}"
+		PYTHONPATH=${PYTHONPATH}"${S}"/docs emake -C docs html \
+			|| die "Generating html docs for ${PN} failed"
 }
 
 python_test() {



1.5                  dev-python/flask-restless/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/flask-restless/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	10 Jun 2013 09:33:29 -0000	1.4
+++ ChangeLog	10 Jun 2013 16:52:27 -0000	1.5
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/flask-restless
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-restless/ChangeLog,v 1.4 2013/06/10 09:33:29 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-restless/ChangeLog,v 1.5 2013/06/10 16:52:27 idella4 Exp $
+
+  10 Jun 2013; Ian Delaney <idella4@gentoo.org> files/docbuild.patch,
+  flask-restless-0.11.0-r1.ebuild:
+  Updated to accommodate adding dep flask-themes for doc build
 
 *flask-restless-0.11.0-r1 (10 Jun 2013)
 





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/flask-restless: flask-restless-0.11.0-r1.ebuild ChangeLog
@ 2013-06-17  2:33 Patrick Lauer (patrick)
  0 siblings, 0 replies; 3+ messages in thread
From: Patrick Lauer (patrick) @ 2013-06-17  2:33 UTC (permalink / raw
  To: gentoo-commits

patrick     13/06/17 02:33:15

  Modified:             flask-restless-0.11.0-r1.ebuild ChangeLog
  Log:
  Fix python targets as flask was downrated
  
  (Portage version: 2.2.0_alpha180/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.3                  dev-python/flask-restless/flask-restless-0.11.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-restless/flask-restless-0.11.0-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-restless/flask-restless-0.11.0-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-restless/flask-restless-0.11.0-r1.ebuild?r1=1.2&r2=1.3

Index: flask-restless-0.11.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/flask-restless/flask-restless-0.11.0-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- flask-restless-0.11.0-r1.ebuild	10 Jun 2013 16:52:27 -0000	1.2
+++ flask-restless-0.11.0-r1.ebuild	17 Jun 2013 02:33:15 -0000	1.3
@@ -1,9 +1,9 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-restless/flask-restless-0.11.0-r1.ebuild,v 1.2 2013/06/10 16:52:27 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-restless/flask-restless-0.11.0-r1.ebuild,v 1.3 2013/06/17 02:33:15 patrick Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 )
+PYTHON_COMPAT=( python{2_6,2_7} )
 
 inherit distutils-r1
 



1.6                  dev-python/flask-restless/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/flask-restless/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	10 Jun 2013 16:52:27 -0000	1.5
+++ ChangeLog	17 Jun 2013 02:33:15 -0000	1.6
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/flask-restless
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-restless/ChangeLog,v 1.5 2013/06/10 16:52:27 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-restless/ChangeLog,v 1.6 2013/06/17 02:33:15 patrick Exp $
+
+  17 Jun 2013; Patrick Lauer <patrick@gentoo.org>
+  flask-restless-0.11.0-r1.ebuild:
+  Fix python targets as flask was downrated
 
   10 Jun 2013; Ian Delaney <idella4@gentoo.org> files/docbuild.patch,
   flask-restless-0.11.0-r1.ebuild:





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/flask-restless: flask-restless-0.11.0-r1.ebuild ChangeLog
@ 2013-08-25  3:13 Mike Gilbert (floppym)
  0 siblings, 0 replies; 3+ messages in thread
From: Mike Gilbert (floppym) @ 2013-08-25  3:13 UTC (permalink / raw
  To: gentoo-commits

floppym     13/08/25 03:13:48

  Modified:             flask-restless-0.11.0-r1.ebuild ChangeLog
  Log:
  Fix python-datutil dep.
  
  (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)

Revision  Changes    Path
1.4                  dev-python/flask-restless/flask-restless-0.11.0-r1.ebuild

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

Index: flask-restless-0.11.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/flask-restless/flask-restless-0.11.0-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- flask-restless-0.11.0-r1.ebuild	17 Jun 2013 02:33:15 -0000	1.3
+++ flask-restless-0.11.0-r1.ebuild	25 Aug 2013 03:13:48 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-restless/flask-restless-0.11.0-r1.ebuild,v 1.3 2013/06/17 02:33:15 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-restless/flask-restless-0.11.0-r1.ebuild,v 1.4 2013/08/25 03:13:48 floppym Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -20,7 +20,7 @@
 RDEPEND=">=dev-python/flask-0.7[${PYTHON_USEDEP}]
 	dev-python/flask-sqlalchemy[${PYTHON_USEDEP}]
 	dev-python/sqlalchemy[${PYTHON_USEDEP}]
-	<dev-python/python-dateutil-2.0"
+	dev-python/python-dateutil:0[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}
 	dev-python/setuptools[${PYTHON_USEDEP}]
 	test? ( virtual/python-unittest2[${PYTHON_USEDEP}]



1.7                  dev-python/flask-restless/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/flask-restless/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	17 Jun 2013 02:33:15 -0000	1.6
+++ ChangeLog	25 Aug 2013 03:13:48 -0000	1.7
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/flask-restless
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-restless/ChangeLog,v 1.6 2013/06/17 02:33:15 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-restless/ChangeLog,v 1.7 2013/08/25 03:13:48 floppym Exp $
+
+  25 Aug 2013; Mike Gilbert <floppym@gentoo.org>
+  flask-restless-0.11.0-r1.ebuild:
+  Fix python-datutil dep.
 
   17 Jun 2013; Patrick Lauer <patrick@gentoo.org>
   flask-restless-0.11.0-r1.ebuild:





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-08-25  3:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-17  2:33 [gentoo-commits] gentoo-x86 commit in dev-python/flask-restless: flask-restless-0.11.0-r1.ebuild ChangeLog Patrick Lauer (patrick)
  -- strict thread matches above, loose matches on Subject: below --
2013-08-25  3:13 Mike Gilbert (floppym)
2013-06-10 16:52 Ian Delaney (idella4)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox