[127627] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Thu Oct 30 15:52:34 PDT 2014


Revision: 127627
          https://trac.macports.org/changeset/127627
Author:   stromnov at macports.org
Date:     2014-10-30 15:52:34 -0700 (Thu, 30 Oct 2014)
Log Message:
-----------
py-webcolors: new port

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

Added: trunk/dports/python/py-webcolors/Portfile
===================================================================
--- trunk/dports/python/py-webcolors/Portfile	                        (rev 0)
+++ trunk/dports/python/py-webcolors/Portfile	2014-10-30 22:52:34 UTC (rev 127627)
@@ -0,0 +1,36 @@
+# -*- 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           python 1.0
+
+name                py-webcolors
+version             1.4
+revision            0
+categories-append   graphics
+platforms           darwin
+license             BSD
+supported_archs     noarch
+
+python.versions     27 34
+
+maintainers         stromnov openmaintainer
+
+description         A library for working with web color names
+long_description    ${description}
+
+homepage            http://www.bitbucket.org/ubernostrum/webcolors/overview/
+master_sites        https://pypi.python.org/packages/source/w/webcolors/
+
+distname            webcolors-${version}
+
+checksums           rmd160  c6c976a70917f63e1df6fd90734cc356f5f845a7 \
+                    sha256  304fc95dab2848c7bf64f378356766e692c2f8b4a8b15fa3509544e6412936e8
+
+if {${name} ne ${subport}} {
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       ${master_sites}
+    livecheck.regex     {webcolors-(\d+(?:\.\d+)*)\.[tz]}
+}


Property changes on: trunk/dports/python/py-webcolors/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141030/7c1541b3/attachment.html>


More information about the macports-changes mailing list