From 85ce46d1683830c8f5a2ff3e701158547223eff4 Mon Sep 17 00:00:00 2001 From: Donnie Berkholz Date: Wed, 14 Sep 2011 23:47:52 -0500 Subject: Add bottle: Fast, simple Python WSGI framework for small webapps. --- net-www/bottle/Manifest | 2 ++ net-www/bottle/bottle-0.8.5.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 net-www/bottle/Manifest create mode 100644 net-www/bottle/bottle-0.8.5.ebuild diff --git a/net-www/bottle/Manifest b/net-www/bottle/Manifest new file mode 100644 index 0000000..be153af --- /dev/null +++ b/net-www/bottle/Manifest @@ -0,0 +1,2 @@ +DIST bottle-0.8.5.tar.gz 34047 RMD160 6d29c334cb34d1b2bbd0434370e64dfa22f71215 SHA1 404ad46d54dd06f0ffb2b0bdae819ba0861a4426 SHA256 b13fc51cf267d299827ed11ba07257eaeb2f3fe375d4f532d032030b2a0c6a4a +EBUILD bottle-0.8.5.ebuild 438 RMD160 929d8e09b684a059a32ea7acbc90311cf8cf242e SHA1 adf9bf4340f3cbbe06c2cbdaf53d0d25f631ecf1 SHA256 fc26fa6cfdcaffd1efeb530503c1c9de3695949ce9022499868007ee464bf3dc diff --git a/net-www/bottle/bottle-0.8.5.ebuild b/net-www/bottle/bottle-0.8.5.ebuild new file mode 100644 index 0000000..843eb09 --- /dev/null +++ b/net-www/bottle/bottle-0.8.5.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +# Ebuild generated by g-pypi 0.1 + +EAPI="3" +SUPPORT_PYTHON_ABIS="1" + +inherit distutils + + +DESCRIPTION="Fast and simple WSGI-framework for small web-applications." +HOMEPAGE="http://bottle.paws.de/" +SRC_URI="http://pypi.python.org/packages/source/b/bottle/${P}.tar.gz" + +LICENSE="MIT" +KEYWORDS="~amd64" +SLOT="0" +IUSE="" + + + -- cgit v1.2.3-65-gdbad