[84214] trunk/dports/python

singingwolfboy at macports.org singingwolfboy at macports.org
Tue Sep 20 13:01:20 PDT 2011


Revision: 84214
          http://trac.macports.org/changeset/84214
Author:   singingwolfboy at macports.org
Date:     2011-09-20 13:01:20 -0700 (Tue, 20 Sep 2011)
Log Message:
-----------
New port: py-mimeparse

Added Paths:
-----------
    trunk/dports/python/py-mimeparse/
    trunk/dports/python/py-mimeparse/Portfile

Added: trunk/dports/python/py-mimeparse/Portfile
===================================================================
--- trunk/dports/python/py-mimeparse/Portfile	                        (rev 0)
+++ trunk/dports/python/py-mimeparse/Portfile	2011-09-20 20:01:20 UTC (rev 84214)
@@ -0,0 +1,25 @@
+# $Id: Portfile 80236 2011-07-07 14:45:02Z jmr at macports.org $
+# -*- 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
+
+PortSystem 1.0
+PortGroup python 1.0
+
+name                py-mimeparse
+version             0.1.3
+python.versions     24 25 26 27 31 32
+categories-append   www
+license             MIT
+platforms           darwin
+supported_archs     noarch
+maintainers         singingwolfboy openmaintainer
+description         Basic functions for handling mimetypes in Python
+long_description    ${description}
+homepage            http://pypi.python.org/pypi/mimeparse/
+master_sites        http://pypi.python.org/packages/source/m/mimeparse
+distname            mimeparse-${version}
+
+checksums           rmd160  4ca6689b4002371b87b4e992d9f5fd6c43023e9e \
+                    sha256  534ff6feefe1cd03984f444e6415aacc79c0a85f3b868ec41a2fd5003004c31e
+
+livecheck.type      regex
+livecheck.regex     {mimeparse-(\d+(?:\.\d+)*)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110920/dede0c40/attachment.html>


More information about the macports-changes mailing list