Skip to content
Snippets Groups Projects
Commit 4f072352 authored by Daniel Lyons's avatar Daniel Lyons
Browse files

Adding noarch: python to the support/conda recipes

parent dea358c3
No related branches found
No related tags found
No related merge requests found
...@@ -10,6 +10,7 @@ source: ...@@ -10,6 +10,7 @@ source:
sha256: "98e5854d805f50a5b58ac2333411b0482516a8210f23f43308baeb58d77c157d" sha256: "98e5854d805f50a5b58ac2333411b0482516a8210f23f43308baeb58d77c157d"
build: build:
noarch: python
number: 0 number: 0
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed -vv " script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed -vv "
......
...@@ -10,6 +10,7 @@ source: ...@@ -10,6 +10,7 @@ source:
sha256: fb04cfd54d8d7e4cc533108750047e9ccf43139c3c0220f8a082274b19564e98 sha256: fb04cfd54d8d7e4cc533108750047e9ccf43139c3c0220f8a082274b19564e98
build: build:
noarch: python
number: 0 number: 0
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed -vv " script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed -vv "
......
...@@ -10,6 +10,7 @@ source: ...@@ -10,6 +10,7 @@ source:
sha256: "96eb7dba326b88f5164bc1afdc986c7793e0d32d7f62366256a3903c7b0614ef" sha256: "96eb7dba326b88f5164bc1afdc986c7793e0d32d7f62366256a3903c7b0614ef"
build: build:
noarch: python
number: 0 number: 0
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed -vv " script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed -vv "
......
...@@ -57,6 +57,7 @@ requirements: ...@@ -57,6 +57,7 @@ requirements:
- zope.sqlalchemy - zope.sqlalchemy
build: build:
noarch: python
script: python setup.py install script: python setup.py install
about: about:
......
...@@ -10,6 +10,7 @@ source: ...@@ -10,6 +10,7 @@ source:
sha256: 507d47278a66f2a67dc817e2dae533374ad0c8312aed7ab6e23e1b322baef5c6 sha256: 507d47278a66f2a67dc817e2dae533374ad0c8312aed7ab6e23e1b322baef5c6
build: build:
noarch: python
number: 0 number: 0
entry_points: entry_points:
- pycapo = pycapo.commands:pycapo - pycapo = pycapo.commands:pycapo
......
...@@ -10,6 +10,7 @@ source: ...@@ -10,6 +10,7 @@ source:
sha256: fbf55a802e74d663673400acd92d5373c1c7ee94d765b428d9f977567ac4854a sha256: fbf55a802e74d663673400acd92d5373c1c7ee94d765b428d9f977567ac4854a
build: build:
noarch: python
number: 0 number: 0
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed -vv " script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed -vv "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment