aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <dberkholz@gentoo.org>2011-09-14 23:47:52 -0500
committerDonnie Berkholz <dberkholz@gentoo.org>2011-09-14 23:47:52 -0500
commit85ce46d1683830c8f5a2ff3e701158547223eff4 (patch)
treea2fb3c91fcdbd5a0770323d06a170a96bebad0d3
parentchromium: merged to main tree. (diff)
downloaddberkholz-85ce46d1683830c8f5a2ff3e701158547223eff4.tar.gz
dberkholz-85ce46d1683830c8f5a2ff3e701158547223eff4.tar.bz2
dberkholz-85ce46d1683830c8f5a2ff3e701158547223eff4.zip
Add bottle: Fast, simple Python WSGI framework for small webapps.
-rw-r--r--net-www/bottle/Manifest2
-rw-r--r--net-www/bottle/bottle-0.8.5.ebuild22
2 files changed, 24 insertions, 0 deletions
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=""
+
+
+