diff options
Diffstat (limited to 'dev-python/webflash/webflash-0.1_alpha9.ebuild')
-rw-r--r-- | dev-python/webflash/webflash-0.1_alpha9.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-python/webflash/webflash-0.1_alpha9.ebuild b/dev-python/webflash/webflash-0.1_alpha9.ebuild new file mode 100644 index 0000000..fdbbcf4 --- /dev/null +++ b/dev-python/webflash/webflash-0.1_alpha9.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +# Ebuild generated by g-pypi 0.2.1 (rev. 204) + +inherit distutils + +MY_PN="WebFlash" +MY_PV="${PV/_alpha/a}" +MY_P="${MY_PN}-${MY_PV}" + +DESCRIPTION="Portable flash messages for WSGI apps" +HOMEPAGE="http://python-rum.org/wiki/WebFlash" +SRC_URI="http://pypi.python.org/packages/source/W/${MY_PN}/${MY_P}.tar.gz" +LICENSE="MIT" +KEYWORDS="" +SLOT="0" +IUSE="" + +RDEPEND="dev-python/simplejson" +DEPEND="" + +S="${WORKDIR}/${MY_P}" |