[76997] trunk/dports/python

jameskyle at macports.org jameskyle at macports.org
Thu Mar 17 08:29:18 PDT 2011


Revision: 76997
          http://trac.macports.org/changeset/76997
Author:   jameskyle at macports.org
Date:     2011-03-17 08:29:17 -0700 (Thu, 17 Mar 2011)
Log Message:
-----------
Added py27-instapperlib port. A python API for instapaper.com

Added Paths:
-----------
    trunk/dports/python/py27-instapaperlib/
    trunk/dports/python/py27-instapaperlib/Portfile

Added: trunk/dports/python/py27-instapaperlib/Portfile
===================================================================
--- trunk/dports/python/py27-instapaperlib/Portfile	                        (rev 0)
+++ trunk/dports/python/py27-instapaperlib/Portfile	2011-03-17 15:29:17 UTC (rev 76997)
@@ -0,0 +1,27 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           python27 1.0
+
+name                py27-instapaperlib
+version             0.4.0
+categories-append   textproc
+license             MIT
+maintainers         jameskyle
+description         Python API for instapaper.com 
+long_description    Instapaper is a simple web app for saving pages for reading \
+                    later. This library provides an API for the web service.
+
+
+platforms           darwin
+supported_archs     noarch
+
+homepage            http://pypi.python.org/pypi/instapaperlib
+master_sites        http://pypi.python.org/packages/source/i/instapaperlib/
+distname            instapaperlib-${version}
+
+checksums           md5 c6f4c0cfeed03a5b417fa07f9e89d35d
+
+livecheck.type      regex
+livecheck.regex     {<h1>instapaperlib ([0-9.]+)</h1>}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110317/c71e0daa/attachment.html>


More information about the macports-changes mailing list