Collecting SDoc==0.9.0 1 location(s) to search for versions of SDoc: * https://pypi.python.org/simple/sdoc/ Getting page https://pypi.python.org/simple/sdoc/ Analyzing links from page https://pypi.python.org/simple/sdoc/ Found link https://pypi.python.org/packages/53/00/3a990236835200815c8b35c00ecb65013b11902f9a82347c31da13a00608/SDoc-0.9.0.tar.gz#md5=376debd6be8092e67fc1d724b64e21f4 (from https://pypi.python.org/simple/sdoc/), version: 0.9.0 Found link https://pypi.python.org/packages/72/d0/05caef2d96af7531a4c116e70899167e01303549d3ff25aaf56bfae6b6ec/SDoc-0.0.23.tar.gz#md5=aa858a9a17cade4aa8280d9ad8a437d0 (from https://pypi.python.org/simple/sdoc/), version: 0.0.23 Using version 0.9.0 (newest of versions: 0.9.0) Downloading SDoc-0.9.0.tar.gz (52kB) Downloading from URL https://pypi.python.org/packages/53/00/3a990236835200815c8b35c00ecb65013b11902f9a82347c31da13a00608/SDoc-0.9.0.tar.gz#md5=376debd6be8092e67fc1d724b64e21f4 (from https://pypi.python.org/simple/sdoc/) Running setup.py (path:/tmp/pip-build-88dwzc6_/SDoc/setup.py) egg_info for package SDoc Running command python setup.py egg_info running egg_info creating pip-egg-info/SDoc.egg-info writing requirements to pip-egg-info/SDoc.egg-info/requires.txt writing top-level names to pip-egg-info/SDoc.egg-info/top_level.txt writing pip-egg-info/SDoc.egg-info/PKG-INFO writing dependency_links to pip-egg-info/SDoc.egg-info/dependency_links.txt writing entry points to pip-egg-info/SDoc.egg-info/entry_points.txt writing manifest file 'pip-egg-info/SDoc.egg-info/SOURCES.txt' warning: manifest_maker: standard file '-c' not found reading manifest file 'pip-egg-info/SDoc.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/SDoc.egg-info/SOURCES.txt' Source in /tmp/pip-build-88dwzc6_/SDoc has version 0.9.0, which satisfies requirement SDoc==0.9.0 from https://pypi.python.org/packages/53/00/3a990236835200815c8b35c00ecb65013b11902f9a82347c31da13a00608/SDoc-0.9.0.tar.gz#md5=376debd6be8092e67fc1d724b64e21f4 Building wheels for collected packages: SDoc Running setup.py bdist_wheel for SDoc: started Destination directory: /tmp/tmp8yuyrr6vpip-wheel- Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-88dwzc6_/SDoc/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/tmp8yuyrr6vpip-wheel- running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/sdoc copying sdoc/SDoc.py -> build/lib/sdoc copying sdoc/__init__.py -> build/lib/sdoc copying sdoc/error.py -> build/lib/sdoc creating build/lib/sdoc/helper copying sdoc/helper/SDoc.py -> build/lib/sdoc/helper copying sdoc/helper/__init__.py -> build/lib/sdoc/helper copying sdoc/helper/Html.py -> build/lib/sdoc/helper creating build/lib/sdoc/sdoc1 copying sdoc/sdoc1/SDoc1Interpreter.py -> build/lib/sdoc/sdoc1 copying sdoc/sdoc1/SDoc1Visitor.py -> build/lib/sdoc/sdoc1 copying sdoc/sdoc1/__init__.py -> build/lib/sdoc/sdoc1 copying sdoc/sdoc1/error.py -> build/lib/sdoc/sdoc1 creating build/lib/sdoc/antlr copying sdoc/antlr/sdoc2Lexer.py -> build/lib/sdoc/antlr copying sdoc/antlr/sdoc2ParserVisitor.py -> build/lib/sdoc/antlr copying sdoc/antlr/sdoc1Lexer.py -> build/lib/sdoc/antlr copying sdoc/antlr/sdoc1ParserVisitor.py -> build/lib/sdoc/antlr copying sdoc/antlr/__init__.py -> build/lib/sdoc/antlr copying sdoc/antlr/sdoc1Parser.py -> build/lib/sdoc/antlr copying sdoc/antlr/sdoc2Parser.py -> build/lib/sdoc/antlr creating build/lib/sdoc/sdoc2 copying sdoc/sdoc2/NodeStore.py -> build/lib/sdoc/sdoc2 copying sdoc/sdoc2/Position.py -> build/lib/sdoc/sdoc2 copying sdoc/sdoc2/SDoc2Visitor.py -> build/lib/sdoc/sdoc2 copying sdoc/sdoc2/__init__.py -> build/lib/sdoc/sdoc2 copying sdoc/sdoc2/SDoc2Interpreter.py -> build/lib/sdoc/sdoc2 creating build/lib/sdoc/application copying sdoc/application/__init__.py -> build/lib/sdoc/application copying sdoc/application/SDocApplication.py -> build/lib/sdoc/application creating build/lib/sdoc/sdoc copying sdoc/sdoc/SDocVisitor.py -> build/lib/sdoc/sdoc copying sdoc/sdoc/__init__.py -> build/lib/sdoc/sdoc creating build/lib/sdoc/format copying sdoc/format/Format.py -> build/lib/sdoc/format copying sdoc/format/__init__.py -> build/lib/sdoc/format copying sdoc/format/HtmlFormat.py -> build/lib/sdoc/format creating build/lib/sdoc/command copying sdoc/command/SDoc1Command.py -> build/lib/sdoc/command copying sdoc/command/BaseCommand.py -> build/lib/sdoc/command copying sdoc/command/__init__.py -> build/lib/sdoc/command copying sdoc/command/SDoc2Command.py -> build/lib/sdoc/command copying sdoc/command/SDocCommand.py -> build/lib/sdoc/command creating build/lib/sdoc/sdoc1/data_type copying sdoc/sdoc1/data_type/IdentifierDataType.py -> build/lib/sdoc/sdoc1/data_type copying sdoc/sdoc1/data_type/DataType.py -> build/lib/sdoc/sdoc1/data_type copying sdoc/sdoc1/data_type/StringDataType.py -> build/lib/sdoc/sdoc1/data_type copying sdoc/sdoc1/data_type/IntegerDataType.py -> build/lib/sdoc/sdoc1/data_type copying sdoc/sdoc1/data_type/__init__.py -> build/lib/sdoc/sdoc1/data_type copying sdoc/sdoc1/data_type/ArrayDataType.py -> build/lib/sdoc/sdoc1/data_type creating build/lib/sdoc/sdoc2/helper copying sdoc/sdoc2/helper/Enumerable.py -> build/lib/sdoc/sdoc2/helper copying sdoc/sdoc2/helper/__init__.py -> build/lib/sdoc/sdoc2/helper creating build/lib/sdoc/sdoc2/formatter copying sdoc/sdoc2/formatter/__init__.py -> build/lib/sdoc/sdoc2/formatter copying sdoc/sdoc2/formatter/Formatter.py -> build/lib/sdoc/sdoc2/formatter creating build/lib/sdoc/sdoc2/node copying sdoc/sdoc2/node/ItemNode.py -> build/lib/sdoc/sdoc2/node copying sdoc/sdoc2/node/TocNode.py -> build/lib/sdoc/sdoc2/node copying sdoc/sdoc2/node/Sub2SectionNode.py -> build/lib/sdoc/sdoc2/node copying sdoc/sdoc2/node/ChapterNode.py -> build/lib/sdoc/sdoc2/node copying sdoc/sdoc2/node/VersionNode.py -> build/lib/sdoc/sdoc2/node copying sdoc/sdoc2/node/SectionNode.py -> build/lib/sdoc/sdoc2/node copying sdoc/sdoc2/node/TitleNode.py -> build/lib/sdoc/sdoc2/node copying sdoc/sdoc2/node/LineBreakNode.py -> build/lib/sdoc/sdoc2/node copying sdoc/sdoc2/node/Sub1SectionNode.py -> build/lib/sdoc/sdoc2/node copying sdoc/sdoc2/node/ParagraphNode.py -> build/lib/sdoc/sdoc2/node copying sdoc/sdoc2/node/LabelNode.py -> build/lib/sdoc/sdoc2/node copying sdoc/sdoc2/node/HyperlinkNode.py -> build/lib/sdoc/sdoc2/node copying sdoc/sdoc2/node/TextNode.py -> build/lib/sdoc/sdoc2/node copying sdoc/sdoc2/node/TableNode.py -> build/lib/sdoc/sdoc2/node copying sdoc/sdoc2/node/FigureNode.py -> build/lib/sdoc/sdoc2/node copying sdoc/sdoc2/node/ReferenceNode.py -> build/lib/sdoc/sdoc2/node copying sdoc/sdoc2/node/__init__.py -> build/lib/sdoc/sdoc2/node copying sdoc/sdoc2/node/HeadingNode.py -> build/lib/sdoc/sdoc2/node copying sdoc/sdoc2/node/CaptionNode.py -> build/lib/sdoc/sdoc2/node copying sdoc/sdoc2/node/IconDefNode.py -> build/lib/sdoc/sdoc2/node copying sdoc/sdoc2/node/SmileNode.py -> build/lib/sdoc/sdoc2/node copying sdoc/sdoc2/node/DateNode.py -> build/lib/sdoc/sdoc2/node copying sdoc/sdoc2/node/IconNode.py -> build/lib/sdoc/sdoc2/node copying sdoc/sdoc2/node/Sub3SectionNode.py -> build/lib/sdoc/sdoc2/node copying sdoc/sdoc2/node/UnknownNode.py -> build/lib/sdoc/sdoc2/node copying sdoc/sdoc2/node/PartNode.py -> build/lib/sdoc/sdoc2/node copying sdoc/sdoc2/node/ItemizeNode.py -> build/lib/sdoc/sdoc2/node copying sdoc/sdoc2/node/Node.py -> build/lib/sdoc/sdoc2/node copying sdoc/sdoc2/node/DocumentNode.py -> build/lib/sdoc/sdoc2/node copying sdoc/sdoc2/node/EndParagraphNode.py -> build/lib/sdoc/sdoc2/node creating build/lib/sdoc/sdoc2/formatter/html copying sdoc/sdoc2/formatter/html/VersionHtmlFormatter.py -> build/lib/sdoc/sdoc2/formatter/html copying sdoc/sdoc2/formatter/html/ReferenceHtmlFormatter.py -> build/lib/sdoc/sdoc2/formatter/html copying sdoc/sdoc2/formatter/html/IconHtmlFormatter.py -> build/lib/sdoc/sdoc2/formatter/html copying sdoc/sdoc2/formatter/html/DocumentHtmlFormatter.py -> build/lib/sdoc/sdoc2/formatter/html copying sdoc/sdoc2/formatter/html/ItemHtmlFormatter.py -> build/lib/sdoc/sdoc2/formatter/html copying sdoc/sdoc2/formatter/html/TableHtmlFormatter.py -> build/lib/sdoc/sdoc2/formatter/html copying sdoc/sdoc2/formatter/html/SmileHtmlFormatter.py -> build/lib/sdoc/sdoc2/formatter/html copying sdoc/sdoc2/formatter/html/UnknownHtmlFormatter.py -> build/lib/sdoc/sdoc2/formatter/html copying sdoc/sdoc2/formatter/html/IconDefHtmlFormatter.py -> build/lib/sdoc/sdoc2/formatter/html copying sdoc/sdoc2/formatter/html/ItemizeHtmlFormatter.py -> build/lib/sdoc/sdoc2/formatter/html copying sdoc/sdoc2/formatter/html/ParagraphHtmlFormatter.py -> build/lib/sdoc/sdoc2/formatter/html copying sdoc/sdoc2/formatter/html/TitleHtmlFormatter.py -> build/lib/sdoc/sdoc2/formatter/html copying sdoc/sdoc2/formatter/html/HtmlFormatter.py -> build/lib/sdoc/sdoc2/formatter/html copying sdoc/sdoc2/formatter/html/HeadingHtmlFormatter.py -> build/lib/sdoc/sdoc2/formatter/html copying sdoc/sdoc2/formatter/html/LineBreakHtmlFormatter.py -> build/lib/sdoc/sdoc2/formatter/html copying sdoc/sdoc2/formatter/html/HyperlinkHtmlFormatter.py -> build/lib/sdoc/sdoc2/formatter/html copying sdoc/sdoc2/formatter/html/FigureHtmlFormatter.py -> build/lib/sdoc/sdoc2/formatter/html copying sdoc/sdoc2/formatter/html/__init__.py -> build/lib/sdoc/sdoc2/formatter/html copying sdoc/sdoc2/formatter/html/LabelHtmlFormatter.py -> build/lib/sdoc/sdoc2/formatter/html copying sdoc/sdoc2/formatter/html/DateHtmlFormatter.py -> build/lib/sdoc/sdoc2/formatter/html copying sdoc/sdoc2/formatter/html/CaptionHtmlFormatter.py -> build/lib/sdoc/sdoc2/formatter/html copying sdoc/sdoc2/formatter/html/TextHtmlFormatter.py -> build/lib/sdoc/sdoc2/formatter/html copying sdoc/sdoc2/formatter/html/TocHtmlFormatter.py -> build/lib/sdoc/sdoc2/formatter/html installing to build/bdist.linux-armv7l/wheel running install running install_lib creating build/bdist.linux-armv7l creating build/bdist.linux-armv7l/wheel creating build/bdist.linux-armv7l/wheel/sdoc creating build/bdist.linux-armv7l/wheel/sdoc/helper copying build/lib/sdoc/helper/SDoc.py -> build/bdist.linux-armv7l/wheel/sdoc/helper copying build/lib/sdoc/helper/__init__.py -> build/bdist.linux-armv7l/wheel/sdoc/helper copying build/lib/sdoc/helper/Html.py -> build/bdist.linux-armv7l/wheel/sdoc/helper creating build/bdist.linux-armv7l/wheel/sdoc/sdoc1 copying build/lib/sdoc/sdoc1/SDoc1Interpreter.py -> build/bdist.linux-armv7l/wheel/sdoc/sdoc1 creating build/bdist.linux-armv7l/wheel/sdoc/sdoc1/data_type copying build/lib/sdoc/sdoc1/data_type/IdentifierDataType.py -> build/bdist.linux-armv7l/wheel/sdoc/sdoc1/data_type copying build/lib/sdoc/sdoc1/data_type/DataType.py -> build/bdist.linux-armv7l/wheel/sdoc/sdoc1/data_type copying build/lib/sdoc/sdoc1/data_type/StringDataType.py -> build/bdist.linux-armv7l/wheel/sdoc/sdoc1/data_type copying build/lib/sdoc/sdoc1/data_type/IntegerDataType.py -> build/bdist.linux-armv7l/wheel/sdoc/sdoc1/data_type copying build/lib/sdoc/sdoc1/data_type/__init__.py -> build/bdist.linux-armv7l/wheel/sdoc/sdoc1/data_type copying build/lib/sdoc/sdoc1/data_type/ArrayDataType.py -> build/bdist.linux-armv7l/wheel/sdoc/sdoc1/data_type copying build/lib/sdoc/sdoc1/SDoc1Visitor.py -> build/bdist.linux-armv7l/wheel/sdoc/sdoc1 copying build/lib/sdoc/sdoc1/__init__.py -> build/bdist.linux-armv7l/wheel/sdoc/sdoc1 copying build/lib/sdoc/sdoc1/error.py -> build/bdist.linux-armv7l/wheel/sdoc/sdoc1 copying build/lib/sdoc/SDoc.py -> build/bdist.linux-armv7l/wheel/sdoc creating build/bdist.linux-armv7l/wheel/sdoc/antlr copying build/lib/sdoc/antlr/sdoc2Lexer.py -> build/bdist.linux-armv7l/wheel/sdoc/antlr copying build/lib/sdoc/antlr/sdoc2ParserVisitor.py -> build/bdist.linux-armv7l/wheel/sdoc/antlr copying build/lib/sdoc/antlr/sdoc1Lexer.py -> build/bdist.linux-armv7l/wheel/sdoc/antlr copying build/lib/sdoc/antlr/sdoc1ParserVisitor.py -> build/bdist.linux-armv7l/wheel/sdoc/antlr copying build/lib/sdoc/antlr/__init__.py -> build/bdist.linux-armv7l/wheel/sdoc/antlr copying build/lib/sdoc/antlr/sdoc1Parser.py -> build/bdist.linux-armv7l/wheel/sdoc/antlr copying build/lib/sdoc/antlr/sdoc2Parser.py -> build/bdist.linux-armv7l/wheel/sdoc/antlr creating build/bdist.linux-armv7l/wheel/sdoc/sdoc2 creating build/bdist.linux-armv7l/wheel/sdoc/sdoc2/helper copying build/lib/sdoc/sdoc2/helper/Enumerable.py -> build/bdist.linux-armv7l/wheel/sdoc/sdoc2/helper copying build/lib/sdoc/sdoc2/helper/__init__.py -> build/bdist.linux-armv7l/wheel/sdoc/sdoc2/helper creating build/bdist.linux-armv7l/wheel/sdoc/sdoc2/formatter creating build/bdist.linux-armv7l/wheel/sdoc/sdoc2/formatter/html copying build/lib/sdoc/sdoc2/formatter/html/VersionHtmlFormatter.py -> build/bdist.linux-armv7l/wheel/sdoc/sdoc2/formatter/html copying build/lib/sdoc/sdoc2/formatter/html/ReferenceHtmlFormatter.py -> build/bdist.linux-armv7l/wheel/sdoc/sdoc2/formatter/html copying build/lib/sdoc/sdoc2/formatter/html/IconHtmlFormatter.py -> build/bdist.linux-armv7l/wheel/sdoc/sdoc2/formatter/html copying build/lib/sdoc/sdoc2/formatter/html/DocumentHtmlFormatter.py -> build/bdist.linux-armv7l/wheel/sdoc/sdoc2/formatter/html copying build/lib/sdoc/sdoc2/formatter/html/ItemHtmlFormatter.py -> build/bdist.linux-armv7l/wheel/sdoc/sdoc2/formatter/html copying build/lib/sdoc/sdoc2/formatter/html/TableHtmlFormatter.py -> build/bdist.linux-armv7l/wheel/sdoc/sdoc2/formatter/html copying build/lib/sdoc/sdoc2/formatter/html/SmileHtmlFormatter.py -> build/bdist.linux-armv7l/wheel/sdoc/sdoc2/formatter/html copying build/lib/sdoc/sdoc2/formatter/html/UnknownHtmlFormatter.py -> build/bdist.linux-armv7l/wheel/sdoc/sdoc2/formatter/html copying build/lib/sdoc/sdoc2/formatter/html/IconDefHtmlFormatter.py -> build/bdist.linux-armv7l/wheel/sdoc/sdoc2/formatter/html copying build/lib/sdoc/sdoc2/formatter/html/ItemizeHtmlFormatter.py -> build/bdist.linux-armv7l/wheel/sdoc/sdoc2/formatter/html copying build/lib/sdoc/sdoc2/formatter/html/ParagraphHtmlFormatter.py -> build/bdist.linux-armv7l/wheel/sdoc/sdoc2/formatter/html copying build/lib/sdoc/sdoc2/formatter/html/TitleHtmlFormatter.py -> build/bdist.linux-armv7l/wheel/sdoc/sdoc2/formatter/html copying build/lib/sdoc/sdoc2/formatter/html/HtmlFormatter.py -> build/bdist.linux-armv7l/wheel/sdoc/sdoc2/formatter/html copying build/lib/sdoc/sdoc2/formatter/html/HeadingHtmlFormatter.py -> build/bdist.linux-armv7l/wheel/sdoc/sdoc2/formatter/html copying build/lib/sdoc/sdoc2/formatter/html/LineBreakHtmlFormatter.py -> build/bdist.linux-armv7l/wheel/sdoc/sdoc2/formatter/html copying build/lib/sdoc/sdoc2/formatter/html/HyperlinkHtmlFormatter.py -> build/bdist.linux-armv7l/wheel/sdoc/sdoc2/formatter/html copying build/lib/sdoc/sdoc2/formatter/html/FigureHtmlFormatter.py -> build/bdist.linux-armv7l/wheel/sdoc/sdoc2/formatter/html copying build/lib/sdoc/sdoc2/formatter/html/__init__.py -> build/bdist.linux-armv7l/wheel/sdoc/sdoc2/formatter/html copying build/lib/sdoc/sdoc2/formatter/html/LabelHtmlFormatter.py -> build/bdist.linux-armv7l/wheel/sdoc/sdoc2/formatter/html copying build/lib/sdoc/sdoc2/formatter/html/DateHtmlFormatter.py -> build/bdist.linux-armv7l/wheel/sdoc/sdoc2/formatter/html copying build/lib/sdoc/sdoc2/formatter/html/CaptionHtmlFormatter.py -> build/bdist.linux-armv7l/wheel/sdoc/sdoc2/formatter/html copying build/lib/sdoc/sdoc2/formatter/html/TextHtmlFormatter.py -> build/bdist.linux-armv7l/wheel/sdoc/sdoc2/formatter/html copying build/lib/sdoc/sdoc2/formatter/html/TocHtmlFormatter.py -> build/bdist.linux-armv7l/wheel/sdoc/sdoc2/formatter/html copying build/lib/sdoc/sdoc2/formatter/__init__.py -> build/bdist.linux-armv7l/wheel/sdoc/sdoc2/formatter copying build/lib/sdoc/sdoc2/formatter/Formatter.py -> build/bdist.linux-armv7l/wheel/sdoc/sdoc2/formatter copying build/lib/sdoc/sdoc2/NodeStore.py -> build/bdist.linux-armv7l/wheel/sdoc/sdoc2 creating build/bdist.linux-armv7l/wheel/sdoc/sdoc2/node copying build/lib/sdoc/sdoc2/node/ItemNode.py -> build/bdist.linux-armv7l/wheel/sdoc/sdoc2/node copying build/lib/sdoc/sdoc2/node/TocNode.py -> build/bdist.linux-armv7l/wheel/sdoc/sdoc2/node copying build/lib/sdoc/sdoc2/node/Sub2SectionNode.py -> build/bdist.linux-armv7l/wheel/sdoc/sdoc2/node copying build/lib/sdoc/sdoc2/node/ChapterNode.py -> build/bdist.linux-armv7l/wheel/sdoc/sdoc2/node copying build/lib/sdoc/sdoc2/node/VersionNode.py -> build/bdist.linux-armv7l/wheel/sdoc/sdoc2/node copying build/lib/sdoc/sdoc2/node/SectionNode.py -> build/bdist.linux-armv7l/wheel/sdoc/sdoc2/node copying build/lib/sdoc/sdoc2/node/TitleNode.py -> build/bdist.linux-armv7l/wheel/sdoc/sdoc2/node copying build/lib/sdoc/sdoc2/node/LineBreakNode.py -> build/bdist.linux-armv7l/wheel/sdoc/sdoc2/node copying build/lib/sdoc/sdoc2/node/Sub1SectionNode.py -> build/bdist.linux-armv7l/wheel/sdoc/sdoc2/node copying build/lib/sdoc/sdoc2/node/ParagraphNode.py -> build/bdist.linux-armv7l/wheel/sdoc/sdoc2/node copying build/lib/sdoc/sdoc2/node/LabelNode.py -> build/bdist.linux-armv7l/wheel/sdoc/sdoc2/node copying build/lib/sdoc/sdoc2/node/HyperlinkNode.py -> build/bdist.linux-armv7l/wheel/sdoc/sdoc2/node copying build/lib/sdoc/sdoc2/node/TextNode.py -> build/bdist.linux-armv7l/wheel/sdoc/sdoc2/node copying build/lib/sdoc/sdoc2/node/TableNode.py -> build/bdist.linux-armv7l/wheel/sdoc/sdoc2/node copying build/lib/sdoc/sdoc2/node/FigureNode.py -> build/bdist.linux-armv7l/wheel/sdoc/sdoc2/node copying build/lib/sdoc/sdoc2/node/ReferenceNode.py -> build/bdist.linux-armv7l/wheel/sdoc/sdoc2/node copying build/lib/sdoc/sdoc2/node/__init__.py -> build/bdist.linux-armv7l/wheel/sdoc/sdoc2/node copying build/lib/sdoc/sdoc2/node/HeadingNode.py -> build/bdist.linux-armv7l/wheel/sdoc/sdoc2/node copying build/lib/sdoc/sdoc2/node/CaptionNode.py -> build/bdist.linux-armv7l/wheel/sdoc/sdoc2/node copying build/lib/sdoc/sdoc2/node/IconDefNode.py -> build/bdist.linux-armv7l/wheel/sdoc/sdoc2/node copying build/lib/sdoc/sdoc2/node/SmileNode.py -> build/bdist.linux-armv7l/wheel/sdoc/sdoc2/node copying build/lib/sdoc/sdoc2/node/DateNode.py -> build/bdist.linux-armv7l/wheel/sdoc/sdoc2/node copying build/lib/sdoc/sdoc2/node/IconNode.py -> build/bdist.linux-armv7l/wheel/sdoc/sdoc2/node copying build/lib/sdoc/sdoc2/node/Sub3SectionNode.py -> build/bdist.linux-armv7l/wheel/sdoc/sdoc2/node copying build/lib/sdoc/sdoc2/node/UnknownNode.py -> build/bdist.linux-armv7l/wheel/sdoc/sdoc2/node copying build/lib/sdoc/sdoc2/node/PartNode.py -> build/bdist.linux-armv7l/wheel/sdoc/sdoc2/node copying build/lib/sdoc/sdoc2/node/ItemizeNode.py -> build/bdist.linux-armv7l/wheel/sdoc/sdoc2/node copying build/lib/sdoc/sdoc2/node/Node.py -> build/bdist.linux-armv7l/wheel/sdoc/sdoc2/node copying build/lib/sdoc/sdoc2/node/DocumentNode.py -> build/bdist.linux-armv7l/wheel/sdoc/sdoc2/node copying build/lib/sdoc/sdoc2/node/EndParagraphNode.py -> build/bdist.linux-armv7l/wheel/sdoc/sdoc2/node copying build/lib/sdoc/sdoc2/Position.py -> build/bdist.linux-armv7l/wheel/sdoc/sdoc2 copying build/lib/sdoc/sdoc2/SDoc2Visitor.py -> build/bdist.linux-armv7l/wheel/sdoc/sdoc2 copying build/lib/sdoc/sdoc2/__init__.py -> build/bdist.linux-armv7l/wheel/sdoc/sdoc2 copying build/lib/sdoc/sdoc2/SDoc2Interpreter.py -> build/bdist.linux-armv7l/wheel/sdoc/sdoc2 creating build/bdist.linux-armv7l/wheel/sdoc/application copying build/lib/sdoc/application/__init__.py -> build/bdist.linux-armv7l/wheel/sdoc/application copying build/lib/sdoc/application/SDocApplication.py -> build/bdist.linux-armv7l/wheel/sdoc/application copying build/lib/sdoc/__init__.py -> build/bdist.linux-armv7l/wheel/sdoc creating build/bdist.linux-armv7l/wheel/sdoc/sdoc copying build/lib/sdoc/sdoc/SDocVisitor.py -> build/bdist.linux-armv7l/wheel/sdoc/sdoc copying build/lib/sdoc/sdoc/__init__.py -> build/bdist.linux-armv7l/wheel/sdoc/sdoc copying build/lib/sdoc/error.py -> build/bdist.linux-armv7l/wheel/sdoc creating build/bdist.linux-armv7l/wheel/sdoc/format copying build/lib/sdoc/format/Format.py -> build/bdist.linux-armv7l/wheel/sdoc/format copying build/lib/sdoc/format/__init__.py -> build/bdist.linux-armv7l/wheel/sdoc/format copying build/lib/sdoc/format/HtmlFormat.py -> build/bdist.linux-armv7l/wheel/sdoc/format creating build/bdist.linux-armv7l/wheel/sdoc/command copying build/lib/sdoc/command/SDoc1Command.py -> build/bdist.linux-armv7l/wheel/sdoc/command copying build/lib/sdoc/command/BaseCommand.py -> build/bdist.linux-armv7l/wheel/sdoc/command copying build/lib/sdoc/command/__init__.py -> build/bdist.linux-armv7l/wheel/sdoc/command copying build/lib/sdoc/command/SDoc2Command.py -> build/bdist.linux-armv7l/wheel/sdoc/command copying build/lib/sdoc/command/SDocCommand.py -> build/bdist.linux-armv7l/wheel/sdoc/command running install_egg_info running egg_info writing entry points to SDoc.egg-info/entry_points.txt writing SDoc.egg-info/PKG-INFO writing dependency_links to SDoc.egg-info/dependency_links.txt writing top-level names to SDoc.egg-info/top_level.txt writing requirements to SDoc.egg-info/requires.txt warning: manifest_maker: standard file '-c' not found reading manifest file 'SDoc.egg-info/SOURCES.txt' writing manifest file 'SDoc.egg-info/SOURCES.txt' Copying SDoc.egg-info to build/bdist.linux-armv7l/wheel/SDoc-0.9.0.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/SDoc-0.9.0.dist-info/WHEEL creating '/tmp/tmp8yuyrr6vpip-wheel-/SDoc-0.9.0-py3-none-any.whl' and adding '.' to it adding 'sdoc/SDoc.py' adding 'sdoc/__init__.py' adding 'sdoc/error.py' adding 'sdoc/antlr/__init__.py' adding 'sdoc/antlr/sdoc1Lexer.py' adding 'sdoc/antlr/sdoc1Parser.py' adding 'sdoc/antlr/sdoc1ParserVisitor.py' adding 'sdoc/antlr/sdoc2Lexer.py' adding 'sdoc/antlr/sdoc2Parser.py' adding 'sdoc/antlr/sdoc2ParserVisitor.py' adding 'sdoc/application/SDocApplication.py' adding 'sdoc/application/__init__.py' adding 'sdoc/command/BaseCommand.py' adding 'sdoc/command/SDoc1Command.py' adding 'sdoc/command/SDoc2Command.py' adding 'sdoc/command/SDocCommand.py' adding 'sdoc/command/__init__.py' adding 'sdoc/format/Format.py' adding 'sdoc/format/HtmlFormat.py' adding 'sdoc/format/__init__.py' adding 'sdoc/helper/Html.py' adding 'sdoc/helper/SDoc.py' adding 'sdoc/helper/__init__.py' adding 'sdoc/sdoc/SDocVisitor.py' adding 'sdoc/sdoc/__init__.py' adding 'sdoc/sdoc1/SDoc1Interpreter.py' adding 'sdoc/sdoc1/SDoc1Visitor.py' adding 'sdoc/sdoc1/__init__.py' adding 'sdoc/sdoc1/error.py' adding 'sdoc/sdoc1/data_type/ArrayDataType.py' adding 'sdoc/sdoc1/data_type/DataType.py' adding 'sdoc/sdoc1/data_type/IdentifierDataType.py' adding 'sdoc/sdoc1/data_type/IntegerDataType.py' adding 'sdoc/sdoc1/data_type/StringDataType.py' adding 'sdoc/sdoc1/data_type/__init__.py' adding 'sdoc/sdoc2/NodeStore.py' adding 'sdoc/sdoc2/Position.py' adding 'sdoc/sdoc2/SDoc2Interpreter.py' adding 'sdoc/sdoc2/SDoc2Visitor.py' adding 'sdoc/sdoc2/__init__.py' adding 'sdoc/sdoc2/formatter/Formatter.py' adding 'sdoc/sdoc2/formatter/__init__.py' adding 'sdoc/sdoc2/formatter/html/CaptionHtmlFormatter.py' adding 'sdoc/sdoc2/formatter/html/DateHtmlFormatter.py' adding 'sdoc/sdoc2/formatter/html/DocumentHtmlFormatter.py' adding 'sdoc/sdoc2/formatter/html/FigureHtmlFormatter.py' adding 'sdoc/sdoc2/formatter/html/HeadingHtmlFormatter.py' adding 'sdoc/sdoc2/formatter/html/HtmlFormatter.py' adding 'sdoc/sdoc2/formatter/html/HyperlinkHtmlFormatter.py' adding 'sdoc/sdoc2/formatter/html/IconDefHtmlFormatter.py' adding 'sdoc/sdoc2/formatter/html/IconHtmlFormatter.py' adding 'sdoc/sdoc2/formatter/html/ItemHtmlFormatter.py' adding 'sdoc/sdoc2/formatter/html/ItemizeHtmlFormatter.py' adding 'sdoc/sdoc2/formatter/html/LabelHtmlFormatter.py' adding 'sdoc/sdoc2/formatter/html/LineBreakHtmlFormatter.py' adding 'sdoc/sdoc2/formatter/html/ParagraphHtmlFormatter.py' adding 'sdoc/sdoc2/formatter/html/ReferenceHtmlFormatter.py' adding 'sdoc/sdoc2/formatter/html/SmileHtmlFormatter.py' adding 'sdoc/sdoc2/formatter/html/TableHtmlFormatter.py' adding 'sdoc/sdoc2/formatter/html/TextHtmlFormatter.py' adding 'sdoc/sdoc2/formatter/html/TitleHtmlFormatter.py' adding 'sdoc/sdoc2/formatter/html/TocHtmlFormatter.py' adding 'sdoc/sdoc2/formatter/html/UnknownHtmlFormatter.py' adding 'sdoc/sdoc2/formatter/html/VersionHtmlFormatter.py' adding 'sdoc/sdoc2/formatter/html/__init__.py' adding 'sdoc/sdoc2/helper/Enumerable.py' adding 'sdoc/sdoc2/helper/__init__.py' adding 'sdoc/sdoc2/node/CaptionNode.py' adding 'sdoc/sdoc2/node/ChapterNode.py' adding 'sdoc/sdoc2/node/DateNode.py' adding 'sdoc/sdoc2/node/DocumentNode.py' adding 'sdoc/sdoc2/node/EndParagraphNode.py' adding 'sdoc/sdoc2/node/FigureNode.py' adding 'sdoc/sdoc2/node/HeadingNode.py' adding 'sdoc/sdoc2/node/HyperlinkNode.py' adding 'sdoc/sdoc2/node/IconDefNode.py' adding 'sdoc/sdoc2/node/IconNode.py' adding 'sdoc/sdoc2/node/ItemNode.py' adding 'sdoc/sdoc2/node/ItemizeNode.py' adding 'sdoc/sdoc2/node/LabelNode.py' adding 'sdoc/sdoc2/node/LineBreakNode.py' adding 'sdoc/sdoc2/node/Node.py' adding 'sdoc/sdoc2/node/ParagraphNode.py' adding 'sdoc/sdoc2/node/PartNode.py' adding 'sdoc/sdoc2/node/ReferenceNode.py' adding 'sdoc/sdoc2/node/SectionNode.py' adding 'sdoc/sdoc2/node/SmileNode.py' adding 'sdoc/sdoc2/node/Sub1SectionNode.py' adding 'sdoc/sdoc2/node/Sub2SectionNode.py' adding 'sdoc/sdoc2/node/Sub3SectionNode.py' adding 'sdoc/sdoc2/node/TableNode.py' adding 'sdoc/sdoc2/node/TextNode.py' adding 'sdoc/sdoc2/node/TitleNode.py' adding 'sdoc/sdoc2/node/TocNode.py' adding 'sdoc/sdoc2/node/UnknownNode.py' adding 'sdoc/sdoc2/node/VersionNode.py' adding 'sdoc/sdoc2/node/__init__.py' adding 'SDoc-0.9.0.dist-info/DESCRIPTION.rst' adding 'SDoc-0.9.0.dist-info/entry_points.txt' adding 'SDoc-0.9.0.dist-info/metadata.json' adding 'SDoc-0.9.0.dist-info/top_level.txt' adding 'SDoc-0.9.0.dist-info/WHEEL' adding 'SDoc-0.9.0.dist-info/METADATA' adding 'SDoc-0.9.0.dist-info/RECORD' Running setup.py bdist_wheel for SDoc: finished with status 'done' Stored in directory: /tmp/tmp6ptnrm0r Successfully built SDoc Cleaning up... Removing source in /tmp/pip-build-88dwzc6_/SDoc