public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/frozen-flask: frozen-flask-0.11-r1.ebuild ChangeLog frozen-flask-0.7.ebuild frozen-flask-0.9.ebuild frozen-flask-0.8.ebuild frozen-flask-0.9-r1.ebuild
@ 2014-01-21  4:28 Patrick Lauer (patrick)
  0 siblings, 0 replies; only message in thread
From: Patrick Lauer (patrick) @ 2014-01-21  4:28 UTC (permalink / raw
  To: gentoo-commits

patrick     14/01/21 04:28:20

  Modified:             ChangeLog
  Added:                frozen-flask-0.11-r1.ebuild
  Removed:              frozen-flask-0.7.ebuild frozen-flask-0.9.ebuild
                        frozen-flask-0.8.ebuild frozen-flask-0.9-r1.ebuild
  Log:
  Remove old, migrate 0.11 to accidentally dropped new py eclass
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.10                 dev-python/frozen-flask/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/frozen-flask/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	10 Sep 2013 02:59:02 -0000	1.9
+++ ChangeLog	21 Jan 2014 04:28:20 -0000	1.10
@@ -1,6 +1,13 @@
 # ChangeLog for dev-python/frozen-flask
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/frozen-flask/ChangeLog,v 1.9 2013/09/10 02:59:02 patrick Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/frozen-flask/ChangeLog,v 1.10 2014/01/21 04:28:20 patrick Exp $
+
+*frozen-flask-0.11-r1 (21 Jan 2014)
+
+  21 Jan 2014; Patrick Lauer <patrick@gentoo.org> +frozen-flask-0.11-r1.ebuild,
+  -frozen-flask-0.7.ebuild, -frozen-flask-0.8.ebuild,
+  -frozen-flask-0.9-r1.ebuild, -frozen-flask-0.9.ebuild:
+  Remove old, migrate 0.11 to accidentally dropped new py eclass
 
   10 Sep 2013; Patrick Lauer <patrick@gentoo.org> frozen-flask-0.9-r1.ebuild:
   Whitespace



1.1                  dev-python/frozen-flask/frozen-flask-0.11-r1.ebuild

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

Index: frozen-flask-0.11-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/frozen-flask/frozen-flask-0.11-r1.ebuild,v 1.1 2014/01/21 04:28:20 patrick Exp $

EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )

inherit distutils-r1

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

DESCRIPTION="Freezes a Flask application into a set of static files."
HOMEPAGE="https://github.com/SimonSapin/Frozen-Flask http://pypi.python.org/pypi/Frozen-Flask"
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"

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

RDEPEND=">=dev-python/flask-0.7[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
	dev-python/setuptools[${PYTHON_USEDEP}]
	test? ( dev-python/nose[${PYTHON_USEDEP}] )"

S="${WORKDIR}/${MY_P}"

python_compile_all() {
	if use doc; then
		sed -e 's:^intersphinx_mapping:#intersphinx_mapping:' -i docs/conf.py || die
		mkdir docs/_build || die
		sphinx-build -c docs docs docs/_build  || die
	fi
}

python_test() {
	nosetests || die Tests failed under $"{EPYTHON}"
}

python_install_all() {
	use doc && HTML_DOCS=( "${S}"/docs/_build/. )
	distutils-r1_python_install_all
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-01-21  4:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-21  4:28 [gentoo-commits] gentoo-x86 commit in dev-python/frozen-flask: frozen-flask-0.11-r1.ebuild ChangeLog frozen-flask-0.7.ebuild frozen-flask-0.9.ebuild frozen-flask-0.8.ebuild frozen-flask-0.9-r1.ebuild Patrick Lauer (patrick)

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