We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0320e3b commit 81e3303Copy full SHA for 81e3303
conda.recipe/meta.yaml
@@ -1,12 +1,13 @@
1
package:
2
name: pandas
3
- version: {{ environ.get('GIT_DESCRIBE_TAG', '').replace('.dev', 'dev') }}
+ version: {{ GIT_DESCRIBE_TAG }}
4
5
build:
6
- number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0) }}
+ number: {{ GIT_DESCRIBE_NUMBER|int }}
7
+ string: np{{ CONDA_NPY }}py{{ CONDA_PY }}_{{ GIT_BUILD_STR }}
8
9
source:
- path: ../
10
+ git_url: ../
11
12
requirements:
13
0 commit comments