from jmwright 72b67da

This commit is contained in:
jdegenstein
2022-09-16 13:52:44 -05:00
committed by GitHub
parent 04978a6f78
commit fffb6db0f2
50 changed files with 14900 additions and 0 deletions

36
conda/meta.yaml Normal file
View File

@@ -0,0 +1,36 @@
package:
name: cq-editor
version: {{ environ.get('PACKAGE_VERSION') }}
source:
path: ..
build:
string: {{ 'py'+environ.get('PYTHON_VERSION')}}
script: python setup.py install --single-version-externally-managed --record=record.txt
entry_points:
- cq-editor = cq_editor.__main__:main
- CQ-editor = cq_editor.__main__:main
requirements:
build:
- python {{ environ.get('PYTHON_VERSION') }}
- setuptools
run:
- python {{ environ.get('PYTHON_VERSION') }}
- cadquery=master
- ocp
- logbook
- pyqt=5.*
- pyqtgraph
- spyder=5.*
- path
- logbook
- requests
test:
imports:
- cq_editor
about:
summary: GUI for CadQuery 2