[70661] trunk/dports/python

nox at macports.org nox at macports.org
Mon Aug 16 10:20:09 PDT 2010


Revision: 70661
          http://trac.macports.org/changeset/70661
Author:   nox at macports.org
Date:     2010-08-16 10:20:08 -0700 (Mon, 16 Aug 2010)
Log Message:
-----------
Create new port py26-pynzb

Added Paths:
-----------
    trunk/dports/python/py26-pynzb/
    trunk/dports/python/py26-pynzb/Portfile

Added: trunk/dports/python/py26-pynzb/Portfile
===================================================================
--- trunk/dports/python/py26-pynzb/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-pynzb/Portfile	2010-08-16 17:20:08 UTC (rev 70661)
@@ -0,0 +1,33 @@
+# $Id$
+
+PortSystem      1.0
+PortGroup       python26 1.0
+
+name            py26-pynzb
+version         0.1.0
+license         LGPL-2.1+
+maintainers     nox openmaintainer
+platforms       darwin
+description     Text progressbar library for python
+
+long_description \
+    This library provides a text mode progressbar. This is typically used to \
+    display the progress of a long running operation, providing a visual clue \
+    that processing is underway.
+
+categories-append \
+    devel
+
+homepage        http://pypi.python.org/pypi/pynzb/
+master_sites    http://pypi.python.org/packages/source/p/pynzb/
+distname        pynzb-${version}
+
+checksums       md5     63c74a36348ac28aa99732dcb8be8c59 \
+                sha1    cf39d7f32c15f281ab81b0043b4068d101a2cd1f \
+                rmd160  6c206380753f9a871e6f5d4ad237236cda96586d
+
+universal_variant   no
+
+livecheck.type    regex
+livecheck.url     ${homepage}
+livecheck.regex   {<h1>pynzb (.*)</h1>}


Property changes on: trunk/dports/python/py26-pynzb/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/20100816/13d720f4/attachment.html>


More information about the macports-changes mailing list