pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/py-bottle add bottle package



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b4e39fc5ffb6
branches:  trunk
changeset: 609981:b4e39fc5ffb6
user:      mspo <mspo%pkgsrc.org@localhost>
date:      Sun Oct 14 21:56:56 2012 +0000

description:
add bottle package

Bottle is a fast, simple and lightweight WSGI micro web-framework for Python.

diffstat:

 www/py-bottle/DESCR    |   3 +++
 www/py-bottle/Makefile |  18 ++++++++++++++++++
 www/py-bottle/PLIST    |   6 ++++++
 www/py-bottle/distinfo |   5 +++++
 4 files changed, 32 insertions(+), 0 deletions(-)

diffs (48 lines):

diff -r afde2830459b -r b4e39fc5ffb6 www/py-bottle/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-bottle/DESCR       Sun Oct 14 21:56:56 2012 +0000
@@ -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 -r afde2830459b -r b4e39fc5ffb6 www/py-bottle/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-bottle/Makefile    Sun Oct 14 21:56:56 2012 +0000
@@ -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@localhost
+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 -r afde2830459b -r b4e39fc5ffb6 www/py-bottle/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-bottle/PLIST       Sun Oct 14 21:56:56 2012 +0000
@@ -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 -r afde2830459b -r b4e39fc5ffb6 www/py-bottle/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-bottle/distinfo    Sun Oct 14 21:56:56 2012 +0000
@@ -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



Home | Main Index | Thread Index | Old Index