Skip to content

Commit 97b784d

Browse files
committed
Update anaconda files
1 parent e27f14f commit 97b784d

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

meta.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ package:
77
version: "{{ version }}"
88

99
source:
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

1414
build:
15+
noarch: generic
1516
number: 0
1617
script: "{{ PYTHON }} -m pip install .[with-fonttools] -vv"
1718

upload-to-anaconda.sh

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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

0 commit comments

Comments
 (0)