File: bld.bat

package info (click to toggle)
python-quantities 0.16.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 896 kB
  • sloc: python: 8,107; makefile: 75; sh: 3
file content (5 lines) | stat: -rw-r--r-- 184 bytes parent folder | download | duplicates (5)
1
2
3
4
5
git describe --tags --dirty > %SRC_DIR%/__conda_version__.txt
%PYTHON% %RECIPE_DIR%/format_version.py %SRC_DIR%/__conda_version__.txt

%PYTHON% setup.py install
if errorlevel 1 exit 1