mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-23 19:16:24 +00:00
fix ifcjson export support #4832
Bumped the version, so Blender would recognize the updated wheel. Related https://github.com/IFCJSON-Team/IFC2JSON_python/pull/3
This commit is contained in:
@@ -195,14 +195,15 @@ endif
|
|||||||
cd build/blenderbim/bim/data/gantt/ && wget https://raw.githubusercontent.com/jsGanttImproved/jsgantt-improved/master/dist/jsgantt.css
|
cd build/blenderbim/bim/data/gantt/ && wget https://raw.githubusercontent.com/jsGanttImproved/jsgantt-improved/master/dist/jsgantt.css
|
||||||
|
|
||||||
# Provides IFCJSON functionality
|
# Provides IFCJSON functionality
|
||||||
cd build && wget https://github.com/IFCJSON-Team/IFC2JSON_python/archive/master.zip
|
# TODO: replace with main repo if https://github.com/IFCJSON-Team/IFC2JSON_python/pull/3 is merged.
|
||||||
|
cd build && wget -O master.zip https://github.com/Moult/IFC2JSON_python/archive/refs/heads/feature-ios-v0.8.0.zip
|
||||||
cd build && unzip master.zip && rm master.zip
|
cd build && unzip master.zip && rm master.zip
|
||||||
# IFCJSON doesn't have pyproject.toml, so we use python command.
|
# IFCJSON doesn't have pyproject.toml, so we use python command.
|
||||||
cd build && . env/$(VENV_ACTIVATE) && cd IFC2JSON_python-master/file_converters && \
|
cd build && . env/$(VENV_ACTIVATE) && cd IFC2JSON_python-master/file_converters && \
|
||||||
$(PYTHON) -c "from setuptools import setup; \
|
$(PYTHON) -c "from setuptools import setup; \
|
||||||
setup( \
|
setup( \
|
||||||
name='ifcjson', \
|
name='ifcjson', \
|
||||||
version='0.0.0', \
|
version='0.0.1', \
|
||||||
author='Jan Brouwer', \
|
author='Jan Brouwer', \
|
||||||
author_email='jan@brewsky.nl', \
|
author_email='jan@brewsky.nl', \
|
||||||
packages=['ifcjson'], \
|
packages=['ifcjson'], \
|
||||||
|
|||||||
Reference in New Issue
Block a user