[96598] trunk/dports/python
jmr at macports.org
jmr at macports.org
Tue Aug 14 19:28:57 PDT 2012
Revision: 96598
https://trac.macports.org/changeset/96598
Author: jmr at macports.org
Date: 2012-08-14 19:28:54 -0700 (Tue, 14 Aug 2012)
Log Message:
-----------
New port: py-bottle, a web micro framework (#34164)
Added Paths:
-----------
trunk/dports/python/py-bottle/
trunk/dports/python/py-bottle/Portfile
Added: trunk/dports/python/py-bottle/Portfile
===================================================================
--- trunk/dports/python/py-bottle/Portfile (rev 0)
+++ trunk/dports/python/py-bottle/Portfile 2012-08-15 02:28:54 UTC (rev 96598)
@@ -0,0 +1,30 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+PortGroup python 1.0
+
+name py-bottle
+version 0.10.9
+
+categories python devel
+license MIT
+maintainers vmunix.org:torstenb openmaintainer
+description Fast, simple and lightweight WSGI micro web-framework for python
+long_description Bottle is a fast, simple and lightweight WSGI micro web-framework \
+ with no dependencies other than the Python Standard Library. It \
+ supports routing, templates and has a built-in HTTP development server. \
+ It supports paste, fapws3, bjoern, Google App Engine, cheerypy or \
+ any other WSGI capable HTTP server
+
+platforms darwin
+supported_archs noarch
+
+homepage http://bottlepy.org/
+master_sites http://pypi.python.org/packages/source/b/bottle/
+distname bottle-${version}
+
+python.versions 25 26 27 31 32
+
+checksums rmd160 2d09fb3346e7249f54f495812a4868070fdf05ed \
+ sha256 bfe88bcf920880d9c355f58b651a97e7f8b56437b104ff951fb985a129c06794
Property changes on: trunk/dports/python/py-bottle/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120814/7c2eb018/attachment-0001.html>
More information about the macports-changes
mailing list