Skip to content

Commit 4397678

Browse files
authored
Merge pull request #1293 from CadQuery/noarch
Build noarch packages
2 parents ac7273b + fc9927d commit 4397678

File tree

2 files changed

+5
-23
lines changed

2 files changed

+5
-23
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -18,29 +18,10 @@ parameters:
1818
- name: minor
1919
type: object
2020
default:
21-
- 8
22-
- 9
23-
- 10
2421
- 11
2522

2623
jobs:
2724
- ${{ each minor in parameters.minor }}:
28-
- template: conda-build.yml@templates
29-
parameters:
30-
name: Linux
31-
vmImage: 'ubuntu-18.04'
32-
py_maj: 3
33-
py_min: ${{minor}}
34-
conda_bld: 3.21.6
35-
36-
- template: conda-build.yml@templates
37-
parameters:
38-
name: macOS
39-
vmImage: 'macOS-10.15'
40-
py_maj: 3
41-
py_min: ${{minor}}
42-
conda_bld: 3.21.6
43-
4425
- template: conda-build.yml@templates
4526
parameters:
4627
name: Windows

conda/meta.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,17 @@ source:
66
path: ..
77

88
build:
9-
string: {{ 'py'+environ.get('PYTHON_VERSION')}}
9+
noarch: python
1010
script: python setup.py install --single-version-externally-managed --record=record.txt
1111

1212
requirements:
1313
build:
14-
- python {{ environ.get('PYTHON_VERSION') }}
14+
- python >=3.8
1515
- setuptools
1616
run:
17-
- python {{ environ.get('PYTHON_VERSION') }}
18-
- ocp 7.7.*
17+
- python >=3.8
18+
- ocp 7.7.0
19+
- occt 7.7.0
1920
- pyparsing >=2.1.9
2021
- ezdxf
2122
- ipython

0 commit comments

Comments
 (0)