shithub: aubio

Download patch

ref: 95bcdec1ededf5fb32a8c4f1736a1bfa3ee58cb8
parent: a0a073fb11e3f44cfb6f71f549dffa4c29499fb1
author: Paul Brossier <piem@piem.org>
date: Wed Nov 30 13:45:10 EST 2016

setup.py: remove status from version string

--- a/setup.py
+++ b/setup.py
@@ -19,7 +19,7 @@
 if AUBIO_VERSION_STATUS is not None:
     if AUBIO_VERSION_STATUS.startswith('~'):
         AUBIO_VERSION_STATUS = AUBIO_VERSION_STATUS[1:]
-    __version__ += AUBIO_VERSION_STATUS
+    #__version__ += AUBIO_VERSION_STATUS
 
 include_dirs = []
 library_dirs = []
@@ -48,7 +48,8 @@
 
 if os.path.isfile('src/aubio.h'):
     if not os.path.isdir(os.path.join('build','src')):
-        __version__ += 'a2' # python only version
+        pass
+        #__version__ += 'a2' # python only version
 
 classifiers = [
     'Development Status :: 4 - Beta',