public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrick Lauer (patrick)" <patrick@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [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
Date: Tue, 21 Jan 2014 04:28:20 +0000 (UTC)	[thread overview]
Message-ID: <20140121042820.B261E2004C@flycatcher.gentoo.org> (raw)

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
}





                 reply	other threads:[~2014-01-21  4:28 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140121042820.B261E2004C@flycatcher.gentoo.org \
    --to=patrick@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox