diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-06-18 18:55:19 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-06-18 18:55:19 +0000 |
commit | 371c9b3a93ccb192704a758c882c2484cdfeba88 (patch) | |
tree | df0a0b7a25970d4972dce07865fd2f006b61593c /dev-python | |
parent | stable amd64, security bug 280613 (diff) | |
download | historical-371c9b3a93ccb192704a758c882c2484cdfeba88.tar.gz historical-371c9b3a93ccb192704a758c882c2484cdfeba88.tar.bz2 historical-371c9b3a93ccb192704a758c882c2484cdfeba88.zip |
Version bump.
Package-Manager: portage-HEAD/cvs/Linux x86_64
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/flask/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/flask/Manifest | 6 | ||||
-rw-r--r-- | dev-python/flask/flask-0.4.ebuild | 63 |
3 files changed, 73 insertions, 4 deletions
diff --git a/dev-python/flask/ChangeLog b/dev-python/flask/ChangeLog index 964d123693e5..a1ccdd93c349 100644 --- a/dev-python/flask/ChangeLog +++ b/dev-python/flask/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/flask # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/flask/ChangeLog,v 1.1 2010/05/30 11:00:08 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/flask/ChangeLog,v 1.2 2010/06/18 18:55:19 arfrever Exp $ + +*flask-0.4 (18 Jun 2010) + + 18 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + -flask-0.3.1.ebuild, +flask-0.4.ebuild: + Version bump. *flask-0.3.1 (30 May 2010) diff --git a/dev-python/flask/Manifest b/dev-python/flask/Manifest index 03064e074fe1..904281f97c76 100644 --- a/dev-python/flask/Manifest +++ b/dev-python/flask/Manifest @@ -1,4 +1,4 @@ -DIST Flask-0.3.1.tar.gz 339666 RMD160 dde2d26670a0aaae0381703eb5f1cb4c8ef2654c SHA1 0ae6ffdde75cf4cb0ee57a317dda48b903a320f1 SHA256 7d80bc18748e4243e389cf1cac50d24b74a39b631dd5176525f10dad01ebae1d -EBUILD flask-0.3.1.ebuild 1354 RMD160 530928ef2fd013f642e187eb2e12cdd90b98770d SHA1 ce2f41e602f22c30faaa75c96c1dae8cf5413685 SHA256 5f82b4a8858c252a3e3dbb58e2bc7903f29cd909fc684ea9e3fc5fedd2a78cb0 -MISC ChangeLog 368 RMD160 93b9160ab754cb7e196893434764fa1595821e6e SHA1 f72529746f9d82f0b20b6682a67b87ad6c751fc3 SHA256 dadb6b3c081f2b7880b83a158d79a2d776222fa868ecb94ec68d463f59af310c +DIST Flask-0.4.tar.gz 352924 RMD160 d6ded463c0ff3343bf6cc199b5426d510da59c6c SHA1 accb5d505d18118e21d2d520a6457c3312996dab SHA256 4fc67fa570801209413fbd649e85e435bd3441a19d2d5cbebe7e44f33094940f +EBUILD flask-0.4.ebuild 1421 RMD160 143663acbbc85a4c5fcfbadcc477f09bb944a406 SHA1 f16ce6805eb45b7b931a84b263a16205b91e1d1c SHA256 b2752de72cfdc8137d49ade66d6fed43946bef9fe1c56617cc8377ad20648a83 +MISC ChangeLog 531 RMD160 131d21693ca28766ed92881236b17b48c4899589 SHA1 e9e044870970e31b17512831505316aab3623e8f SHA256 47210a94a3734f1a4bc6d279159993f01c25b82e09e25a3616e62a88af7af209 MISC metadata.xml 161 RMD160 295dca78d1e997a333dcf54b6084afa5298b28fa SHA1 01db574d7072c1e555e182f88e889d11d3ae49bc SHA256 54c4e6d783f2571466c7b03622195c255b95cf06209e59ab6653a6366cdfde6e diff --git a/dev-python/flask/flask-0.4.ebuild b/dev-python/flask/flask-0.4.ebuild new file mode 100644 index 000000000000..1c6727729523 --- /dev/null +++ b/dev-python/flask/flask-0.4.ebuild @@ -0,0 +1,63 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/flask/flask-0.4.ebuild,v 1.1 2010/06/18 18:55:19 arfrever Exp $ + +EAPI="3" +PYTHON_DEPEND="2" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="3.*" + +inherit distutils + +MY_PN="Flask" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="A microframework based on Werkzeug, Jinja2 and good intentions" +HOMEPAGE="http://pypi.python.org/pypi/Flask" +SRC_URI="http://pypi.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc examples test" + +RDEPEND=">=dev-python/jinja-2.4 + dev-python/setuptools + >=dev-python/werkzeug-0.6.1" +DEPEND="${RDEPEND} + doc? ( >=dev-python/sphinx-0.6 )" + +S="${WORKDIR}/${MY_P}" + +PYTHON_MODNAME="flask.py" + +src_compile() { + distutils_src_compile + + if use doc; then + einfo "Generation of documentation" + cd docs + PYTHONPATH=".." emake html || die "Generation of documentation failed" + fi +} + +src_test() { + testing() { + PYTHONPATH=. "$(PYTHON)" tests/flask_tests.py + } + python_execute_function testing +} + +src_install() { + distutils_src_install +# python_clean_installation_image + + if use doc; then + dohtml -r docs/_build/html/* || die "Installation of documentation failed" + fi + + if use examples; then + insinto "/usr/share/doc/${PF}" + doins -r examples || die "Installation of examples failed" + fi +} |