[139761] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Wed Aug 26 05:38:02 PDT 2015


Revision: 139761
          https://trac.macports.org/changeset/139761
Author:   stromnov at macports.org
Date:     2015-08-26 05:38:02 -0700 (Wed, 26 Aug 2015)
Log Message:
-----------
py-setuptools_scm: new port

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

Added: trunk/dports/python/py-setuptools_scm/Portfile
===================================================================
--- trunk/dports/python/py-setuptools_scm/Portfile	                        (rev 0)
+++ trunk/dports/python/py-setuptools_scm/Portfile	2015-08-26 12:38:02 UTC (rev 139761)
@@ -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-setuptools_scm
+version             1.7.0
+revision            0
+categories-append   devel
+platforms           darwin
+license             MIT
+supported_archs     noarch
+
+python.versions     27 34
+
+maintainers         stromnov openmaintainer
+
+description         Package to manage versions by scm tags.
+long_description    ${description}
+
+homepage            https://github.com/pypa/setuptools_scm/
+master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
+
+distname            ${python.rootname}-${version}
+
+checksums           rmd160  047b05e54b323056ff31a1473f7c05e48fd85d55 \
+                    sha256  f2f69c782b4f549003edf5b75b356b37f40a4e880b615996c5d9c117913d6f9c
+
+if {${name} ne ${subport}} {
+    depends_lib-append  port:py${python.version}-setuptools
+
+    livecheck.type      none
+} else {
+    livecheck.type      pypi
+}


Property changes on: trunk/dports/python/py-setuptools_scm/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/20150826/b988e527/attachment.html>


More information about the macports-changes mailing list