[133854] trunk/dports/python

jmr at macports.org jmr at macports.org
Fri Mar 13 01:46:16 PDT 2015


Revision: 133854
          https://trac.macports.org/changeset/133854
Author:   jmr at macports.org
Date:     2015-03-13 01:46:16 -0700 (Fri, 13 Mar 2015)
Log Message:
-----------
New port: py-alabaster, a configurable sidebar enabled Sphinx theme

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

Added: trunk/dports/python/py-alabaster/Portfile
===================================================================
--- trunk/dports/python/py-alabaster/Portfile	                        (rev 0)
+++ trunk/dports/python/py-alabaster/Portfile	2015-03-13 08:46:16 UTC (rev 133854)
@@ -0,0 +1,33 @@
+# -*- 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-alabaster
+version             0.7.2
+platforms           darwin
+supported_archs     noarch
+license             BSD
+maintainers         nomaintainer
+
+description         A configurable sidebar enabled Sphinx theme
+long_description    ${description}
+
+homepage            https://github.com/bitprophet/alabaster
+master_sites        https://pypi.python.org/packages/source/a/alabaster
+distname            alabaster-${version}
+
+checksums           rmd160 3d6aee95cc06ebd538fdea481a806d420f17576d \
+                    sha256 f8f436a350e37607a3a3d333b6c2d9baf3320cd661e72e95ee0e3037ac7a3157
+
+python.versions     26 27 33 34
+
+if {$subport ne $name} {
+    depends_build   port:py${python.version}-setuptools
+
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       ${master_sites}
+}


Property changes on: trunk/dports/python/py-alabaster/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/20150313/a7e60bcc/attachment.html>


More information about the macports-changes mailing list