File tree Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
3
rm -rf build
4
- conda- build --output-folder build conda.recipe
4
+ conda build --no-anaconda-upload --output-folder build conda.recipe
5
5
Original file line number Diff line number Diff line change 1
1
{% set data = load_setup_py_data(setup_file='../../setup.py', from_recipe_dir=True) %}
2
2
{% set name = "typhon" %}
3
- {% set version = data['version'] %}
3
+ #{% set version = data['version'] %}
4
+ {% set version = "0.10.0" %}
5
+ {% set dev_url = "https://github.com/atmtools/typhon" %}
4
6
5
7
package :
6
8
name : {{ name|lower }}
7
9
version : {{ version }}
8
10
9
11
source :
10
- # url: "https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
11
- url : " https://test.pypi.org/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
12
- # url: https://github.com/atmtools/typhon/releases/download/{{ version }}/typhon-{{ version }}.tar.gz
12
+ url : " https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
13
+ # url: "https://test.pypi.org/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
14
+ # url: https://github.com/atmtools/typhon/releases/download/{{ version }}/typhon-{{ version }}.tar.gz
15
+ # git_url: {{ dev_url }}.git
16
+ # git_depth: 1
13
17
14
18
build :
15
19
noarch : python
18
22
19
23
requirements :
20
24
host :
21
- - python >=3.8
25
+ - python >=3.10
22
26
- pip
23
27
- setuptools >=3.4
24
28
run :
Original file line number Diff line number Diff line change 1
- 0.10.0dev
1
+ 0.10.0
You can’t perform that action at this time.
0 commit comments