shithub: aubio

Download patch

ref: 8259e09a8d5034a162f227c89c9ae204eb911f01
parent: 1eb8c0eccce9e1aef6ab34c734ec92d2d72bffff
author: Martin Hermant <martin.hermant@gmail.com>
date: Mon Mar 13 13:20:33 EDT 2017

clarify comments

--- a/python/lib/moresetuptools.py
+++ b/python/lib/moresetuptools.py
@@ -32,8 +32,8 @@
                                      AUBIO_PATCH_VERSION]))
 
     AUBIO_GIT_SHA = get_git_revision_hash()
-    """ append sha to version in alpha release
-    """
+    # append sha to version in alpha release
+    # MAJ.MIN.PATCH.{~git<sha> , ''}
     if '~alpha' in AUBIO_VERSION_STATUS :
         if AUBIO_GIT_SHA:
             AUBIO_VERSION_STATUS = '~git'+AUBIO_GIT_SHA
--