File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ if errorlevel 1 exit 1
33
44:: Add more build steps here, if they are necessary.
55
6- :: See
7- :: http://docs.continuum.io/conda/build.html
6+ " %PYTHON% " setup.py --version > __conda_version__.txt
7+
8+ :: See http://docs.continuum.io/conda/build.html
89:: for a list of environment variables that are set during the build process.
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ $PYTHON setup.py install
44
55# Add more build steps here, if they are necessary.
66
7- # See
8- # http://docs.continuum.io/conda/build.html
7+ $PYTHON setup.py --version > __conda_version__.txt
8+
9+ # See http://docs.continuum.io/conda/build.html
910# for a list of environment variables that are set during the build process.
Original file line number Diff line number Diff line change 11package :
22 name : diffpy.utils
3- version : 1.1.post10
3+ # # Use __conda_version__.txt.
4+ # version: 1.1.post12
45
56source :
6- git_url : https://github.com/diffpy/diffpy.utils
7- git_rev : 14087b2295e9f8053e26b480caedbe79f7955215
8- # patches:
9- # List any patch files here
10- # - fix.patch
7+ # git_url: https://github.com/diffpy/diffpy.utils
8+ git_url : ..
119
1210build :
1311 preserve_egg_dir : True
You can’t perform that action at this time.
0 commit comments