conda: also add build number, not just string.
authorwhitequark <whitequark@whitequark.org>
Wed, 21 Oct 2015 18:14:41 +0000 (21:14 +0300)
committerwhitequark <whitequark@whitequark.org>
Wed, 21 Oct 2015 18:14:41 +0000 (21:14 +0300)
conda/migen/meta.yaml

index c1e78eb64181a1fb44ed5e340ecf2567697c0a6a..4f6058214382510f0a637610b415161585e4a050 100644 (file)
@@ -8,6 +8,7 @@ source:
 
 build:
   noarch_python: true
+  number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}
   string: py_{{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}
   script: $PYTHON setup.py install