File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed
Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,12 @@ package:
77 version : " {{ version }}"
88
99source :
10- git_url : https://github.com/mpcabd/python-arabic-reshapergit
11- git_rev : " {{ version }}"
10+ git_url : https://github.com/mpcabd/python-arabic-reshaper.git
11+ git_rev : " v {{ version }}"
1212 git_depth : 1
1313
1414build :
15+ noarch : generic
1516 number : 0
1617 script : " {{ PYTHON }} -m pip install .[with-fonttools] -vv"
1718
Original file line number Diff line number Diff line change 1+ #! /bin/sh
2+
3+ conda config --set anaconda_upload no
4+ conda config --add channels conda-forge
5+ conda-build . --python 3.6
6+ conda-build . -–python 3.7
7+ conda-build . -–python 3.8
8+ anaconda login
9+ anaconda upload --user mpcabd /opt/conda/conda-bld/noarch/arabic-reshaper-* -py36_0.tar.bz2
10+ anaconda upload --user mpcabd /opt/conda/conda-bld/noarch/arabic-reshaper-* -py37_0.tar.bz2
11+ anaconda upload --user mpcabd /opt/conda/conda-bld/noarch/arabic-reshaper-* -py38_0.tar.bz2
You can’t perform that action at this time.
0 commit comments