@@ -138,57 +138,22 @@ endif
138138 cp -r dist/working/pyparsing-2.4.5/pyparsing.py dist/blenderbim/libs/site/packages/
139139 rm -rf dist/working
140140
141- # Required by bcfplugin
142- mkdir dist/working
143- cd dist/working && wget https://files.pythonhosted.org/packages/82/c3/534ddba230bd4fbbd3b7a3d35f3341d014cca213f369a9940925e7e5f691/pytz-2019.3.tar.gz
144- cd dist/working && tar -xzvf pytz*
145- cp -r dist/working/pytz-2019.3/pytz dist/blenderbim/libs/site/packages/
146- rm -rf dist/working
147-
148- # Required by bcfplugin
149- mkdir dist/working
150- cd dist/working && wget https://files.pythonhosted.org/packages/be/ed/5bbc91f03fa4c839c4c7360375da77f9659af5f7086b7a7bdda65771c8e0/python-dateutil-2.8.1.tar.gz
151- cd dist/working && tar -xzvf python-dateutil*
152- cp -r dist/working/python-dateutil-2.8.1/dateutil dist/blenderbim/libs/site/packages/
153- rm -rf dist/working
154-
155- # Required by bcfplugin
156- mkdir dist/working
157- cd dist/working && wget https://files.pythonhosted.org/packages/21/9f/b251f7f8a76dec1d6651be194dfba8fb8d7781d10ab3987190de8391d08e/six-1.14.0.tar.gz
158- cd dist/working && tar -xzvf six*
159- cp -r dist/working/six-1.14.0/six.py dist/blenderbim/libs/site/packages/
160- rm -rf dist/working
161-
162- # Required by bcfplugin
141+ # Required by bcf
163142 mkdir dist/working
164143 cd dist/working && wget https://files.pythonhosted.org/packages/bb/41/ad9ce53bb978b68af8ae415293cafc89b165b8ad55a593725299dca76729/xmlschema-1.1.1.tar.gz
165144 cd dist/working && tar -xzvf xmlschema*
166145 cp -r dist/working/xmlschema-1.1.1/xmlschema dist/blenderbim/libs/site/packages/
167146 rm -rf dist/working
168147
169- # Required by bcfplugin
170- mkdir dist/working
171- cd dist/working && wget https://files.pythonhosted.org/packages/12/f9/f9960222d5274944b01391749e55e4dcdf28d8f0c108b64ac931ceff6fdb/elementpath-1.4.3.tar.gz
172- cd dist/working && tar -xzvf elementpath*
173- cp -r dist/working/elementpath-1.4.3/elementpath dist/blenderbim/libs/site/packages/
174- rm -rf dist/working
175-
176- # Provides bcfplugin functionality
177- mkdir dist/working
178- cd dist/working && wget https://github.com/podestplatz/bcf/archive/master.zip
179- cd dist/working && unzip master*
180- cp -r dist/working/bcf-master/bcfplugin dist/blenderbim/libs/site/packages/
181- rm -rf dist/working
182-
183- # Required by bcfplugin
184- mkdir dist/working
185- cd dist/working && wget https://raw.githubusercontent.com/buildingSMART/BCF-XML/release_2_1/Schemas/project.xsd
186- cd dist/working && wget https://raw.githubusercontent.com/buildingSMART/BCF-XML/release_2_1/Extension%20Schemas/extensions.xsd
187- cd dist/working && wget https://raw.githubusercontent.com/buildingSMART/BCF-XML/release_2_1/Schemas/markup.xsd
188- cd dist/working && wget https://raw.githubusercontent.com/buildingSMART/BCF-XML/release_2_1/Schemas/version.xsd
189- cd dist/working && wget https://raw.githubusercontent.com/buildingSMART/BCF-XML/release_2_1/Schemas/visinfo.xsd
190- mkdir dist/blenderbim/libs/site/packages/bcfplugin/schemas/
191- cp -r dist/working/*.xsd dist/blenderbim/libs/site/packages/bcfplugin/schemas/
148+ # Provides bcf functionality
149+ mkdir dist/blenderbim/libs/site/packages/bcf
150+ mkdir dist/blenderbim/libs/site/packages/bcf/xsd
151+ cd dist/blenderbim/libs/site/packages/bcf && wget https://raw.githubusercontent.com/IfcOpenShell/IfcOpenShell/v0.6.0/src/bcf/bcf/bcfxml.py
152+ cd dist/blenderbim/libs/site/packages/bcf && wget https://raw.githubusercontent.com/IfcOpenShell/IfcOpenShell/v0.6.0/src/bcf/bcf/data.py
153+ cd dist/blenderbim/libs/site/packages/bcf/xsd && wget https://raw.githubusercontent.com/IfcOpenShell/IfcOpenShell/v0.6.0/src/bcf/bcf/xsd/markup.xsd
154+ cd dist/blenderbim/libs/site/packages/bcf/xsd && wget https://raw.githubusercontent.com/IfcOpenShell/IfcOpenShell/v0.6.0/src/bcf/bcf/xsd/project.xsd
155+ cd dist/blenderbim/libs/site/packages/bcf/xsd && wget https://raw.githubusercontent.com/IfcOpenShell/IfcOpenShell/v0.6.0/src/bcf/bcf/xsd/version.xsd
156+ cd dist/blenderbim/libs/site/packages/bcf/xsd && wget https://raw.githubusercontent.com/IfcOpenShell/IfcOpenShell/v0.6.0/src/bcf/bcf/xsd/visinfo.xsd
192157 rm -rf dist/working
193158
194159 # Required by IFCCSV and ifcopenshell.util.selector
0 commit comments