summaryrefslogtreecommitdiff
path: root/www/py-bottle
diff options
context:
space:
mode:
authormspo <mspo@pkgsrc.org>2012-10-14 21:56:56 +0000
committermspo <mspo@pkgsrc.org>2012-10-14 21:56:56 +0000
commit52f49d2ec0af633532588e1179ff2e41bd1750fa (patch)
tree09c793b51dba22bc5d263939a402eb253f39f19d /www/py-bottle
parent1287258b8082b56696db5627df54db8bbcaaf4b9 (diff)
downloadpkgsrc-52f49d2ec0af633532588e1179ff2e41bd1750fa.tar.gz
add bottle package
Bottle is a fast, simple and lightweight WSGI micro web-framework for Python.
Diffstat (limited to 'www/py-bottle')
-rw-r--r--www/py-bottle/DESCR3
-rw-r--r--www/py-bottle/Makefile18
-rw-r--r--www/py-bottle/PLIST6
-rw-r--r--www/py-bottle/distinfo5
4 files changed, 32 insertions, 0 deletions
diff --git a/www/py-bottle/DESCR b/www/py-bottle/DESCR
new file mode 100644
index 00000000000..6a8a5eaf859
--- /dev/null
+++ b/www/py-bottle/DESCR
@@ -0,0 +1,3 @@
+Bottle is a fast, simple and lightweight WSGI micro web-framework for Python.
+It is distributed as a single file module and has no dependencies other than the
+Python Standard Library.
diff --git a/www/py-bottle/Makefile b/www/py-bottle/Makefile
new file mode 100644
index 00000000000..099014a56af
--- /dev/null
+++ b/www/py-bottle/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2012/10/14 21:56:56 mspo Exp $
+#
+
+DISTNAME= bottle-0.11.2
+CATEGORIES= www
+MASTER_SITES= http://pypi.python.org/packages/source/b/bottle/
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://bottlepy.org/docs/stable/
+COMMENT= Fast, simple and lightweight WSGI micro web-framework for Python
+LICENSE= mit
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/www/py-bottle/PLIST b/www/py-bottle/PLIST
new file mode 100644
index 00000000000..1a304461931
--- /dev/null
+++ b/www/py-bottle/PLIST
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1 2012/10/14 21:56:56 mspo Exp $
+bin/bottle.py
+${PYSITELIB}/${EGG_FILE}
+${PYSITELIB}/bottle.py
+${PYSITELIB}/bottle.pyc
+${PYSITELIB}/bottle.pyo
diff --git a/www/py-bottle/distinfo b/www/py-bottle/distinfo
new file mode 100644
index 00000000000..bd82dcb8ad3
--- /dev/null
+++ b/www/py-bottle/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2012/10/14 21:56:56 mspo Exp $
+
+SHA1 (bottle-0.11.2.tar.gz) = 4959deb79a3ebdd9da425d2ee6e5f8ae31d7246e
+RMD160 (bottle-0.11.2.tar.gz) = 456d1460393974a28dc52c5275e9a9e03f71bd9d
+Size (bottle-0.11.2.tar.gz) = 60341 bytes