Received: by mail.netbsd.org (Postfix, from userid 605) id ADB6084DB2; Sun, 3 Mar 2019 17:42:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2EB1184CE9 for ; Sun, 3 Mar 2019 17:42:48 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 3zFbCWb1bTcG for ; Sun, 3 Mar 2019 17:42:40 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B0E4484CE3 for ; Sun, 3 Mar 2019 17:42:40 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A5CF5FB16; Sun, 3 Mar 2019 17:42:40 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1551634960288150" MIME-Version: 1.0 Date: Sun, 3 Mar 2019 17:42:40 +0000 From: "Youri Mouton" Subject: CVS commit: pkgsrc/devel/clion-bin To: pkgsrc-changes@NetBSD.org Reply-To: youri@netbsd.org X-Mailer: log_accum Message-Id: <20190303174240.A5CF5FB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1551634960288150 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: youri Date: Sun Mar 3 17:42:40 UTC 2019 Added Files: pkgsrc/devel/clion-bin: DESCR Makefile PLIST distinfo pkgsrc/devel/clion-bin/files: clion.desktop pkgsrc/devel/clion-bin/patches: patch-bin_clion.sh Log Message: devel/clion-bin: import clion-bin-2018.3.4 This is a binary package for CLion. Thanks to native C and C++ support, including modern C++ standards, libc++ and Boost, CLion knows your code through and through and takes care of the routine while you focus on the important things. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/devel/clion-bin/DESCR \ pkgsrc/devel/clion-bin/Makefile pkgsrc/devel/clion-bin/PLIST \ pkgsrc/devel/clion-bin/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/devel/clion-bin/files/clion.desktop cvs rdiff -u -r0 -r1.1 pkgsrc/devel/clion-bin/patches/patch-bin_clion.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1551634960288150 Content-Disposition: inline Content-Length: 152293 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/devel/clion-bin/DESCR diff -u /dev/null pkgsrc/devel/clion-bin/DESCR:1.1 --- /dev/null Sun Mar 3 17:42:40 2019 +++ pkgsrc/devel/clion-bin/DESCR Sun Mar 3 17:42:40 2019 @@ -0,0 +1,4 @@ +Thanks to native C and C++ support, +including modern C++ standards, libc++ and Boost, +CLion knows your code through and through and takes +care of the routine while you focus on the important things. Index: pkgsrc/devel/clion-bin/Makefile diff -u /dev/null pkgsrc/devel/clion-bin/Makefile:1.1 --- /dev/null Sun Mar 3 17:42:40 2019 +++ pkgsrc/devel/clion-bin/Makefile Sun Mar 3 17:42:40 2019 @@ -0,0 +1,56 @@ +# $NetBSD: Makefile,v 1.1 2019/03/03 17:42:40 youri Exp $ + + +VERSION= 2018.3.4 +DISTNAME= CLion-${VERSION} +PKGNAME= clion-bin-${VERSION} +CATEGORIES= devel +MASTER_SITES= http://download.jetbrains.com/cpp/ + +MAINTAINER= youri@NetBSD.org +HOMEPAGE= http://www.jetbrains.org/ +COMMENT= JetBrain\'s C/C++ IDE +LICENSE= apache-2.0 + +WRKSRC= ${WRKDIR}/clion-${VERSION} +USE_JAVA= yes +USE_JAVA2= 8 + +USE_TOOLS+= pax sed + +REPLACE_PYTHON= bin/printenv.py \ + bin/restart.py \ + +.include "../../mk/bsd.prefs.mk" + +INSTALLATION_DIRS= clion-bin-${VERSION} \ + share/applications + +NO_BUILD= yes + +SUBST_CLASSES+= jdk +SUBST_STAGE.jdk= pre-install +SUBST_MESSAGE.jdk= Adding JVM options +SUBST_FILES.jdk= bin/clion.sh +SUBST_VARS.jdk= PKG_JAVA_HOME + +REPLACE_BASH+= bin/gdb/linux/bin/gcore + +do-install: + cd ${WRKSRC} && \ + ${RM} -r bin/fsnotifier bin/fsnotifier-arm bin/clion.sh.orig\ + bin/fsnotifier64 bin/libdbm64.so \ + lib/pty4j-native/linux/x86/libpty.so \ + lib/pty4j-native/linux/x86_64/libpty.so \ + bin/clang bin/gdb bin/lldb jre64 bin/cmake plugins/tfsIntegration/lib/native \ + plugins/python/helpers/pydev/pydevd_attach_to_process \ + bin/libyjpagent-linux.so bin/libyjpagent-linux64.so && \ + ${ECHO} "idea.filewatcher.disabled=true" >> bin/idea.properties && \ + ${SED} -e "s|@@IDEA_HOME@@|${PREFIX}/${PKGNAME}|g" \ + ${FILESDIR}/clion.desktop > \ + ${DESTDIR}${PREFIX}/share/applications/clion.desktop && \ + pax -rw -pm * ${DESTDIR}${PREFIX}/${PKGNAME} + +.include "../../lang/python/application.mk" +.include "../../mk/java-vm.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/clion-bin/PLIST diff -u /dev/null pkgsrc/devel/clion-bin/PLIST:1.1 --- /dev/null Sun Mar 3 17:42:40 2019 +++ pkgsrc/devel/clion-bin/PLIST Sun Mar 3 17:42:40 2019 @@ -0,0 +1,2015 @@ +@comment $NetBSD: PLIST,v 1.1 2019/03/03 17:42:40 youri Exp $ +${PKGNAME}/Install-Linux-tar.txt +${PKGNAME}/bin/clion.png +${PKGNAME}/bin/clion.sh +${PKGNAME}/bin/clion.svg +${PKGNAME}/bin/clion.vmoptions +${PKGNAME}/bin/clion64.vmoptions +${PKGNAME}/bin/format.sh +${PKGNAME}/bin/idea.properties +${PKGNAME}/bin/inspect.sh +${PKGNAME}/bin/log.xml +${PKGNAME}/bin/printenv.py +${PKGNAME}/bin/restart.py +${PKGNAME}/build.txt +${PKGNAME}/help/ReferenceCard.pdf +${PKGNAME}/help/ReferenceCardForMac.pdf +${PKGNAME}/lib/annotations-16.0.2.jar +${PKGNAME}/lib/annotations-java5.jar +${PKGNAME}/lib/antlr-runtime-4.1.jar +${PKGNAME}/lib/asm-all-7.0.jar +${PKGNAME}/lib/automaton-1.12-1.jar +${PKGNAME}/lib/batik-all-1.10.jar +${PKGNAME}/lib/bcprov-jdk15on-1.60.jar +${PKGNAME}/lib/bootstrap.jar +${PKGNAME}/lib/cglib-nodep-3.2.4.jar +${PKGNAME}/lib/cli-parser-1.1.2.jar +${PKGNAME}/lib/clion.jar +${PKGNAME}/lib/cloud-config-client.jar +${PKGNAME}/lib/common-image-3.3.2.jar +${PKGNAME}/lib/common-io-3.3.2.jar +${PKGNAME}/lib/common-lang-3.3.2.jar +${PKGNAME}/lib/commons-codec-1.10.jar +${PKGNAME}/lib/commons-collections-3.2.2.jar +${PKGNAME}/lib/commons-compress-1.17.jar +${PKGNAME}/lib/commons-httpclient-3.1-patched.jar +${PKGNAME}/lib/commons-imaging-1.0-RC-1.jar +${PKGNAME}/lib/commons-lang-2.4.jar +${PKGNAME}/lib/commons-logging-1.2.jar +${PKGNAME}/lib/commons-net-3.6.jar +${PKGNAME}/lib/delight-rhino-sandbox-0.0.9.jar +${PKGNAME}/lib/eddsa-0.2.0.jar +${PKGNAME}/lib/error_prone_annotations-2.3.1.jar +${PKGNAME}/lib/extensions.jar +${PKGNAME}/lib/fluent-hc-4.5.6.jar +${PKGNAME}/lib/forms-1.1-preview.jar +${PKGNAME}/lib/forms_rt.jar +${PKGNAME}/lib/fst-2.57.jar +${PKGNAME}/lib/gradle-api-4.10.jar +${PKGNAME}/lib/gradle-api-impldep-4.10.jar +${PKGNAME}/lib/gradle-launcher-4.10.jar +${PKGNAME}/lib/gradle-wrapper-4.10.jar +${PKGNAME}/lib/groovy-all-2.4.15.jar +${PKGNAME}/lib/gson-2.8.5.jar +${PKGNAME}/lib/guava-25.1-jre.jar +${PKGNAME}/lib/hamcrest-core-1.3.jar +${PKGNAME}/lib/httpclient-4.5.6.jar +${PKGNAME}/lib/httpcore-4.4.10.jar +${PKGNAME}/lib/httpmime-4.5.6.jar +${PKGNAME}/lib/icons.jar +${PKGNAME}/lib/imageio-core-3.3.2.jar +${PKGNAME}/lib/imageio-metadata-3.3.2.jar +${PKGNAME}/lib/imageio-tiff-3.3.2.jar +${PKGNAME}/lib/imgscalr-lib-4.2.jar +${PKGNAME}/lib/ini4j-0.5.5-2.jar +${PKGNAME}/lib/intellij-coverage-agent-1.0.495.jar +${PKGNAME}/lib/intellij-test-discovery-agent-1.0.495.jar +${PKGNAME}/lib/isorelax-20030108.jar +${PKGNAME}/lib/jackson-annotations-2.9.0.jar +${PKGNAME}/lib/jackson-core-2.9.6.jar +${PKGNAME}/lib/jackson-databind-2.9.6.jar +${PKGNAME}/lib/java-compatibility-1.0.1.jar +${PKGNAME}/lib/javahelp-2.0.02.jar +${PKGNAME}/lib/javassist-3.22.0-GA.jar +${PKGNAME}/lib/jaxen-1.1.6.jar +${PKGNAME}/lib/jbcrypt-1.0.0.jar +${PKGNAME}/lib/jcip-annotations-1.0.jar +${PKGNAME}/lib/jdom.jar +${PKGNAME}/lib/jediterm-pty-2.14.jar +${PKGNAME}/lib/jetCheck-0.2.1.jar +${PKGNAME}/lib/jettison-1.4.0.jar +${PKGNAME}/lib/jing-20030619.jar +${PKGNAME}/lib/jna-platform.jar +${PKGNAME}/lib/jna.jar +${PKGNAME}/lib/jps-model.jar +${PKGNAME}/lib/jsch-0.1.54.jar +${PKGNAME}/lib/jsch-extension-0.1.11.jar +${PKGNAME}/lib/jsch-nio-1.0.10.jar +${PKGNAME}/lib/jsch.agentproxy.connector-factory.jar +${PKGNAME}/lib/jsch.agentproxy.core.jar +${PKGNAME}/lib/jsch.agentproxy.jsch.jar +${PKGNAME}/lib/jsch.agentproxy.pageant.jar +${PKGNAME}/lib/jsch.agentproxy.sshagent.jar +${PKGNAME}/lib/jsch.agentproxy.usocket-jna.jar +${PKGNAME}/lib/jsch.agentproxy.usocket-nc.jar +${PKGNAME}/lib/jshell-frontend.jar +${PKGNAME}/lib/junit-4.12.jar +${PKGNAME}/lib/jzlib-1.1.3.jar +${PKGNAME}/lib/kotlin-reflect.jar +${PKGNAME}/lib/kotlin-stdlib-jdk7.jar +${PKGNAME}/lib/kotlin-stdlib-jdk8.jar +${PKGNAME}/lib/kotlin-stdlib.jar +${PKGNAME}/lib/kotlin-test.jar +${PKGNAME}/lib/kotlinx-coroutines-core-0.26.1.jar +${PKGNAME}/lib/kotlinx-coroutines-jdk8-0.26.1.jar +${PKGNAME}/lib/kryo-2.24.0.jar +${PKGNAME}/lib/libthrift-0.11.0.jar +${PKGNAME}/lib/log4j.jar +${PKGNAME}/lib/lz4-1.3.0.jar +${PKGNAME}/lib/markdown4j-2.2-cj-1.1.jar +${PKGNAME}/lib/markdownj-core-0.4.2-SNAPSHOT.jar +${PKGNAME}/lib/microba.jar +${PKGNAME}/lib/miglayout-core-5.2.jar +${PKGNAME}/lib/miglayout-swing-5.2.jar +${PKGNAME}/lib/minlog-1.2.jar +${PKGNAME}/lib/mutability-annotations-compat.jar +${PKGNAME}/lib/nanoxml-2.2.3.jar +${PKGNAME}/lib/nekohtml-1.9.22.jar +${PKGNAME}/lib/netty-buffer-4.1.30.Final.jar +${PKGNAME}/lib/netty-codec-4.1.30.Final.jar +${PKGNAME}/lib/netty-codec-http-4.1.30.Final.jar +${PKGNAME}/lib/netty-common-4.1.30.Final.jar +${PKGNAME}/lib/netty-handler-4.1.30.Final.jar +${PKGNAME}/lib/netty-resolver-4.1.30.Final.jar +${PKGNAME}/lib/netty-transport-4.1.30.Final.jar +${PKGNAME}/lib/objenesis-2.1.jar +${PKGNAME}/lib/objenesis-2.6.jar +${PKGNAME}/lib/openapi.jar +${PKGNAME}/lib/org.eclipse.lsp4j-0.3.1.jar +${PKGNAME}/lib/org.eclipse.lsp4j.jsonrpc-0.3.0.jar +${PKGNAME}/lib/org.eclipse.xtext.xbase.lib-2.14.0.jar +${PKGNAME}/lib/oro-2.0.8.jar +${PKGNAME}/lib/picocontainer-1.2.jar +${PKGNAME}/lib/platform-impl.jar +${PKGNAME}/lib/protobuf-java-3.4.0.jar +${PKGNAME}/lib/proxy-vole-1.0.6.jar +${PKGNAME}/lib/pty4j-0.8.6.jar +${PKGNAME}/lib/purejavacomm-0.0.11.1.jar +${PKGNAME}/lib/resources.jar +${PKGNAME}/lib/resources_en.jar +${PKGNAME}/lib/rhino-1.7.10.jar +${PKGNAME}/lib/rngom-20051226-patched.jar +${PKGNAME}/lib/sa-jdwp-1.12.jar +${PKGNAME}/lib/serviceMessages.jar +${PKGNAME}/lib/slf4j-api-1.7.25.jar +${PKGNAME}/lib/slf4j-log4j12-1.7.25.jar +${PKGNAME}/lib/snakeyaml-1.22.jar +${PKGNAME}/lib/stax-api-1.0.1.jar +${PKGNAME}/lib/streamex-0.6.7.jar +${PKGNAME}/lib/swingx-core-1.6.2-2.jar +${PKGNAME}/lib/testFramework.jar +${PKGNAME}/lib/trang-core.jar +${PKGNAME}/lib/trilead-ssh2-build-217-jenkins-11.jar +${PKGNAME}/lib/trove4j.jar +${PKGNAME}/lib/util.jar +${PKGNAME}/lib/velocity-1.7.jar +${PKGNAME}/lib/winp-1.27.jar +${PKGNAME}/lib/xercesImpl-2.12.0.jar +${PKGNAME}/lib/xml-apis-ext-1.3.04.jar +${PKGNAME}/lib/xml-resolver-1.2.jar +${PKGNAME}/lib/xmlbeans-2.6.0.jar +${PKGNAME}/lib/xmlgraphics-commons-2.3.jar +${PKGNAME}/lib/xmlpull-1.1.3.1.jar +${PKGNAME}/lib/xmlrpc-2.0.1.jar +${PKGNAME}/lib/xpp3_min-1.1.4c.jar +${PKGNAME}/lib/xstream-1.4.10.jar +${PKGNAME}/lib/xz-1.8.jar +${PKGNAME}/lib/yjp-controller-api-redist.jar +${PKGNAME}/license/CMake-license-cygwin-exception.txt +${PKGNAME}/license/GDB-license.txt +${PKGNAME}/license/GDB-sources.txt +${PKGNAME}/license/LLDB-license.txt +${PKGNAME}/license/Python-license.txt +${PKGNAME}/license/XStream_license.txt +${PKGNAME}/license/ant_license.txt +${PKGNAME}/license/asm_license.txt +${PKGNAME}/license/eclipse_license.txt +${PKGNAME}/license/eclipse_license2.txt +${PKGNAME}/license/growl.license +${PKGNAME}/license/gson_license.txt +${PKGNAME}/license/imgscalr_license.txt +${PKGNAME}/license/javahelp_license.txt +${PKGNAME}/license/javolution_license.txt +${PKGNAME}/license/jaxb_license.txt +${PKGNAME}/license/jaxen_license.txt +${PKGNAME}/license/jdom_license.txt +${PKGNAME}/license/jgoodies_forms_license.txt +${PKGNAME}/license/junit_license.txt +${PKGNAME}/license/kryo-license.txt +${PKGNAME}/license/libstdcxx_printers-license.txt +${PKGNAME}/license/libstdcxx_printers-sources.txt +${PKGNAME}/license/log4j_license.txt +${PKGNAME}/license/microba_license.txt +${PKGNAME}/license/miglayout_swing_license.txt +${PKGNAME}/license/nanoxml_license.txt +${PKGNAME}/license/oromatcher_license.txt +${PKGNAME}/license/picoContainer_license.txt +${PKGNAME}/license/saxon-conditions.html +${PKGNAME}/license/swingx_license.txt +${PKGNAME}/license/third-party-libraries.html +${PKGNAME}/license/trove4j_license.txt +${PKGNAME}/license/winp_license.txt +${PKGNAME}/license/xerces_license.txt +${PKGNAME}/license/xmlrpc_license.txt +${PKGNAME}/license/yourkit-license-redist.txt +${PKGNAME}/plugins/CSS/lib/css-openapi.jar +${PKGNAME}/plugins/CSS/lib/css.jar +${PKGNAME}/plugins/CSS/lib/resources_en.jar +${PKGNAME}/plugins/DatabaseTools/lib/database-impl.jar +${PKGNAME}/plugins/DatabaseTools/lib/database-openapi.jar +${PKGNAME}/plugins/DatabaseTools/lib/dekaf-single-2.0.0.387.jar +${PKGNAME}/plugins/DatabaseTools/lib/jdbc-console.jar +${PKGNAME}/plugins/DatabaseTools/lib/resources_en.jar +${PKGNAME}/plugins/DatabaseTools/lib/unidecode-0.0.7.jar +${PKGNAME}/plugins/JSIntentionPowerPack/lib/JSIntentionPowerPack.jar +${PKGNAME}/plugins/JSIntentionPowerPack/lib/resources_en.jar +${PKGNAME}/plugins/JavaScriptDebugger/lib/ChromeConnector.jar +${PKGNAME}/plugins/JavaScriptDebugger/lib/FirefoxConnector.jar +${PKGNAME}/plugins/JavaScriptDebugger/lib/JavaScriptDebugger.jar +${PKGNAME}/plugins/JavaScriptDebugger/lib/debugConnector.js +${PKGNAME}/plugins/JavaScriptDebugger/lib/resources_en.jar +${PKGNAME}/plugins/JavaScriptLanguage/grunt_js/lib/grunt-intellij-util.js +${PKGNAME}/plugins/JavaScriptLanguage/grunt_js/tasks/grunt-tasks-fetcher.js +${PKGNAME}/plugins/JavaScriptLanguage/helpers/base-test-reporter/intellij-stringifier.js +${PKGNAME}/plugins/JavaScriptLanguage/helpers/base-test-reporter/intellij-tree.js +${PKGNAME}/plugins/JavaScriptLanguage/helpers/base-test-reporter/intellij-util.js +${PKGNAME}/plugins/JavaScriptLanguage/helpers/jest-intellij/lib/jest-intellij-jasmine.js +${PKGNAME}/plugins/JavaScriptLanguage/helpers/jest-intellij/lib/jest-intellij-reporter.js +${PKGNAME}/plugins/JavaScriptLanguage/helpers/jest-intellij/lib/jest-intellij-stdin-fix.js +${PKGNAME}/plugins/JavaScriptLanguage/helpers/jest-intellij/lib/jest-intellij-test-results-processor.js +${PKGNAME}/plugins/JavaScriptLanguage/helpers/jest-intellij/lib/jest-intellij-util.js +${PKGNAME}/plugins/JavaScriptLanguage/helpers/node-core-modules/node-core-modules-loader.js +${PKGNAME}/plugins/JavaScriptLanguage/helpers/node_modules/semver/LICENSE +${PKGNAME}/plugins/JavaScriptLanguage/helpers/node_modules/semver/README.md +${PKGNAME}/plugins/JavaScriptLanguage/helpers/node_modules/semver/bin/semver +${PKGNAME}/plugins/JavaScriptLanguage/helpers/node_modules/semver/package.json +${PKGNAME}/plugins/JavaScriptLanguage/helpers/node_modules/semver/range.bnf +${PKGNAME}/plugins/JavaScriptLanguage/helpers/node_modules/semver/semver.js +${PKGNAME}/plugins/JavaScriptLanguage/helpers/package-version-range-matcher/bin/batch-matcher +${PKGNAME}/plugins/JavaScriptLanguage/helpers/package-version-range-matcher/semver-range-matcher.js +${PKGNAME}/plugins/JavaScriptLanguage/helpers/package.json +${PKGNAME}/plugins/JavaScriptLanguage/helpers/protractor-intellij/lib/jasmine-reporter.d.ts +${PKGNAME}/plugins/JavaScriptLanguage/helpers/protractor-intellij/lib/protractor-intellij-cli.js +${PKGNAME}/plugins/JavaScriptLanguage/helpers/protractor-intellij/lib/protractor-intellij-config.js +${PKGNAME}/plugins/JavaScriptLanguage/helpers/protractor-intellij/lib/protractor-intellij-jasmine-reporter.js +${PKGNAME}/plugins/JavaScriptLanguage/helpers/protractor-intellij/lib/protractor-intellij-plugin.js +${PKGNAME}/plugins/JavaScriptLanguage/helpers/protractor-intellij/lib/protractor-intellij-stringifier.js +${PKGNAME}/plugins/JavaScriptLanguage/helpers/protractor-intellij/lib/protractor-intellij-tree.js +${PKGNAME}/plugins/JavaScriptLanguage/helpers/protractor-intellij/lib/protractor-intellij-util.js +${PKGNAME}/plugins/JavaScriptLanguage/index/sdk-stubs.input +${PKGNAME}/plugins/JavaScriptLanguage/index/sdk-stubs.input.keystream +${PKGNAME}/plugins/JavaScriptLanguage/index/sdk-stubs.input.keystream.len +${PKGNAME}/plugins/JavaScriptLanguage/index/sdk-stubs.input.len +${PKGNAME}/plugins/JavaScriptLanguage/index/sdk-stubs.input.values +${PKGNAME}/plugins/JavaScriptLanguage/index/sdk-stubs.input.values.at +${PKGNAME}/plugins/JavaScriptLanguage/index/sdk-stubs.input.values.s +${PKGNAME}/plugins/JavaScriptLanguage/index/sdk-stubs.input_i +${PKGNAME}/plugins/JavaScriptLanguage/index/sdk-stubs.input_i.len +${PKGNAME}/plugins/JavaScriptLanguage/index/sdk-stubs.names +${PKGNAME}/plugins/JavaScriptLanguage/index/sdk-stubs.names.keystream +${PKGNAME}/plugins/JavaScriptLanguage/index/sdk-stubs.names.keystream.len +${PKGNAME}/plugins/JavaScriptLanguage/index/sdk-stubs.names.len +${PKGNAME}/plugins/JavaScriptLanguage/index/sdk-stubs.names_i +${PKGNAME}/plugins/JavaScriptLanguage/index/sdk-stubs.names_i.len +${PKGNAME}/plugins/JavaScriptLanguage/index/sdk-stubs.version +${PKGNAME}/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/browser.d.ts +${PKGNAME}/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/cancellationToken.js +${PKGNAME}/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/flow.utilities.d.ts +${PKGNAME}/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.d.ts +${PKGNAME}/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.dom.d.ts +${PKGNAME}/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.dom.iterable.d.ts +${PKGNAME}/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2015.collection.d.ts +${PKGNAME}/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2015.core.d.ts +${PKGNAME}/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2015.d.ts +${PKGNAME}/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2015.generator.d.ts +${PKGNAME}/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2015.iterable.d.ts +${PKGNAME}/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2015.promise.d.ts +${PKGNAME}/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2015.proxy.d.ts +${PKGNAME}/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2015.reflect.d.ts +${PKGNAME}/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2015.symbol.d.ts +${PKGNAME}/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2015.symbol.wellknown.d.ts +${PKGNAME}/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2016.array.include.d.ts +${PKGNAME}/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2016.d.ts +${PKGNAME}/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2016.full.d.ts +${PKGNAME}/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2017.d.ts +${PKGNAME}/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2017.full.d.ts +${PKGNAME}/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2017.intl.d.ts +${PKGNAME}/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2017.object.d.ts +${PKGNAME}/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2017.sharedmemory.d.ts +${PKGNAME}/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2017.string.d.ts +${PKGNAME}/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2017.typedarrays.d.ts +${PKGNAME}/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2018.d.ts +${PKGNAME}/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2018.full.d.ts +${PKGNAME}/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2018.intl.d.ts +${PKGNAME}/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2018.promise.d.ts +${PKGNAME}/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2018.regexp.d.ts +${PKGNAME}/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es5.d.ts +${PKGNAME}/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es6.d.ts +${PKGNAME}/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es7.d.ts +${PKGNAME}/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.esnext.array.d.ts +${PKGNAME}/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.esnext.asynciterable.d.ts +${PKGNAME}/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.esnext.bigint.d.ts +${PKGNAME}/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.esnext.d.ts +${PKGNAME}/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.esnext.full.d.ts +${PKGNAME}/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.esnext.intl.d.ts +${PKGNAME}/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.esnext.promise.d.ts +${PKGNAME}/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.esnext.symbol.d.ts +${PKGNAME}/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.scripthost.d.ts +${PKGNAME}/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.webworker.d.ts +${PKGNAME}/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.webworker.importscripts.d.ts +${PKGNAME}/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/react.d.ts +${PKGNAME}/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/tsserverlibrary.js +${PKGNAME}/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/typesMap.json +${PKGNAME}/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/typingsInstaller.js +${PKGNAME}/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/watchGuard.js +${PKGNAME}/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/websql.d.ts +${PKGNAME}/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/xpath.d.ts +${PKGNAME}/plugins/JavaScriptLanguage/jsLanguageServicesImpl/flow/bom.js +${PKGNAME}/plugins/JavaScriptLanguage/jsLanguageServicesImpl/flow/core.js +${PKGNAME}/plugins/JavaScriptLanguage/jsLanguageServicesImpl/flow/cssom.js +${PKGNAME}/plugins/JavaScriptLanguage/jsLanguageServicesImpl/flow/dom.js +${PKGNAME}/plugins/JavaScriptLanguage/jsLanguageServicesImpl/flow/indexeddb.js +${PKGNAME}/plugins/JavaScriptLanguage/jsLanguageServicesImpl/flow/intl.js +${PKGNAME}/plugins/JavaScriptLanguage/jsLanguageServicesImpl/flow/node.js +${PKGNAME}/plugins/JavaScriptLanguage/jsLanguageServicesImpl/flow/react-dom.js +${PKGNAME}/plugins/JavaScriptLanguage/jsLanguageServicesImpl/flow/react.js +${PKGNAME}/plugins/JavaScriptLanguage/jsLanguageServicesImpl/flow/serviceworkers.js +${PKGNAME}/plugins/JavaScriptLanguage/jsLanguageServicesImpl/flow/streams.js +${PKGNAME}/plugins/JavaScriptLanguage/jsLanguageServicesImpl/flow/webassembly.js +${PKGNAME}/plugins/JavaScriptLanguage/jsLanguageServicesImpl/js-language-service.js +${PKGNAME}/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/ide-watcher.js +${PKGNAME}/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/logger-impl.js +${PKGNAME}/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/out-path-process.js +${PKGNAME}/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/service-loader.js +${PKGNAME}/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/session/compile-info-holder.js +${PKGNAME}/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/session/old/ts-common-session-1x_21.js +${PKGNAME}/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/session/old/ts-project-service-1x.js +${PKGNAME}/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/session/old/ts-project-service-21.js +${PKGNAME}/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/session/old/ts-session-1x.js +${PKGNAME}/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/session/old/ts-session-21.js +${PKGNAME}/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/session/old/ts15impl.js +${PKGNAME}/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/ts-default-options.js +${PKGNAME}/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/ts-plugin.js +${PKGNAME}/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/ts-session-latest.js +${PKGNAME}/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/ts-session-provider.js +${PKGNAME}/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/util.js +${PKGNAME}/plugins/JavaScriptLanguage/languageService/eslint/bin/eslint-plugin-provider.js +${PKGNAME}/plugins/JavaScriptLanguage/languageService/eslint/bin/eslint-plugin.js +${PKGNAME}/plugins/JavaScriptLanguage/languageService/eslint/package-lock.json +${PKGNAME}/plugins/JavaScriptLanguage/languageService/eslint/package.json +${PKGNAME}/plugins/JavaScriptLanguage/languageService/eslint/src/eslint-plugin-provider.ts +${PKGNAME}/plugins/JavaScriptLanguage/languageService/eslint/src/eslint-plugin.ts +${PKGNAME}/plugins/JavaScriptLanguage/languageService/eslint/src/typings/js-lanuage-api.d.ts +${PKGNAME}/plugins/JavaScriptLanguage/languageService/eslint/tsconfig.json +${PKGNAME}/plugins/JavaScriptLanguage/lib/JavaScriptLanguage.jar +${PKGNAME}/plugins/JavaScriptLanguage/lib/javascript-openapi.jar +${PKGNAME}/plugins/JavaScriptLanguage/lib/js-test-common.jar +${PKGNAME}/plugins/JavaScriptLanguage/lib/resources_en.jar +${PKGNAME}/plugins/JavaScriptLanguage/lib/semver4j-2.2.0.jar +${PKGNAME}/plugins/PerforceIntegration/lib/PerforceIntegration.jar +${PKGNAME}/plugins/PerforceIntegration/lib/perforce_util.jar +${PKGNAME}/plugins/cidr-externalSystem/lib/cidr-externalSystem.jar +${PKGNAME}/plugins/cidr-externalSystem/lib/compiler-impl.jar +${PKGNAME}/plugins/cidr-externalSystem/lib/compiler-openapi.jar +${PKGNAME}/plugins/cidr-externalSystem/lib/debugger-impl.jar +${PKGNAME}/plugins/cidr-externalSystem/lib/execution-impl.jar +${PKGNAME}/plugins/cidr-externalSystem/lib/execution-openapi.jar +${PKGNAME}/plugins/cidr-externalSystem/lib/external-system-api.jar +${PKGNAME}/plugins/cidr-externalSystem/lib/external-system-impl.jar +${PKGNAME}/plugins/cidr-externalSystem/lib/external-system-rt.jar +${PKGNAME}/plugins/cidr-externalSystem/lib/fst-2.57.jar +${PKGNAME}/plugins/cidr-externalSystem/lib/idea-ui.jar +${PKGNAME}/plugins/cidr-externalSystem/lib/resources_en.jar +${PKGNAME}/plugins/clion-compdb/lib/clion-compdb.jar +${PKGNAME}/plugins/clion-compdb/lib/resources_en.jar +${PKGNAME}/plugins/clion-gradle/lib/clion-gradle.jar +${PKGNAME}/plugins/clion-gradle/lib/gradle-native-tooling.jar +${PKGNAME}/plugins/clion-webDeployment/lib/clion-webDeployment.jar +${PKGNAME}/plugins/cloud-config/lib/cloud-config.jar +${PKGNAME}/plugins/cloud-config/lib/resources_en.jar +${PKGNAME}/plugins/coffeescript-core/lib/coffeescript-core.jar +${PKGNAME}/plugins/coffeescript-core/lib/resources_en.jar +${PKGNAME}/plugins/configurationScript/lib/configurationScript.jar +${PKGNAME}/plugins/cvsIntegration/lib/cvsIntegration.jar +${PKGNAME}/plugins/cvsIntegration/lib/cvs_util.jar +${PKGNAME}/plugins/cvsIntegration/lib/javacvs-src.jar +${PKGNAME}/plugins/cvsIntegration/lib/resources_en.jar +${PKGNAME}/plugins/cvsIntegration/lib/smartcvs-src.jar +${PKGNAME}/plugins/cvsIntegration/lib/trilead-ssh2-build213.jar +${PKGNAME}/plugins/git4idea/lib/git4idea-rt.jar +${PKGNAME}/plugins/git4idea/lib/git4idea.jar +${PKGNAME}/plugins/git4idea/lib/remote-servers-git.jar +${PKGNAME}/plugins/git4idea/lib/resources_en.jar +${PKGNAME}/plugins/github/lib/github.jar +${PKGNAME}/plugins/gradle/lib/gradle-common.jar +${PKGNAME}/plugins/gradle/lib/gradle-tooling-extension-api.jar +${PKGNAME}/plugins/gradle/lib/gradle-tooling-extension-impl.jar +${PKGNAME}/plugins/gradle/lib/gradle.jar +${PKGNAME}/plugins/hg4idea/lib/hg4idea.jar +${PKGNAME}/plugins/hg4idea/lib/resources_en.jar +${PKGNAME}/plugins/htmltools/lib/htmltools.jar +${PKGNAME}/plugins/htmltools/lib/resources_en.jar +${PKGNAME}/plugins/less/lib/less.jar +${PKGNAME}/plugins/less/lib/resources_en.jar +${PKGNAME}/plugins/python/helpers/MathJax/MathJax.js +${PKGNAME}/plugins/python/helpers/MathJax/config/TeX-AMS_HTML-full.js +${PKGNAME}/plugins/python/helpers/MathJax/config/local/local.js +${PKGNAME}/plugins/python/helpers/MathJax/extensions/AssistiveMML.js +${PKGNAME}/plugins/python/helpers/MathJax/extensions/MathEvents.js +${PKGNAME}/plugins/python/helpers/MathJax/extensions/MathMenu.js +${PKGNAME}/plugins/python/helpers/MathJax/extensions/MathZoom.js +${PKGNAME}/plugins/python/helpers/MathJax/extensions/TeX/AMSmath.js +${PKGNAME}/plugins/python/helpers/MathJax/extensions/TeX/AMSsymbols.js +${PKGNAME}/plugins/python/helpers/MathJax/extensions/TeX/noErrors.js +${PKGNAME}/plugins/python/helpers/MathJax/extensions/TeX/noUndefined.js +${PKGNAME}/plugins/python/helpers/MathJax/extensions/fast-preview.js +${PKGNAME}/plugins/python/helpers/MathJax/extensions/tex2jax.js +${PKGNAME}/plugins/python/helpers/MathJax/extensions/toMathML.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/element/mml/jax.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/element/mml/optable/Arrows.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/element/mml/optable/BasicLatin.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/element/mml/optable/CombDiacritMarks.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/element/mml/optable/CombDiactForSymbols.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/element/mml/optable/Dingbats.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/element/mml/optable/GeneralPunctuation.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/element/mml/optable/GeometricShapes.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/element/mml/optable/GreekAndCoptic.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/element/mml/optable/Latin1Supplement.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/element/mml/optable/LetterlikeSymbols.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/element/mml/optable/MathOperators.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/element/mml/optable/MiscMathSymbolsA.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/element/mml/optable/MiscMathSymbolsB.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/element/mml/optable/MiscSymbolsAndArrows.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/element/mml/optable/MiscTechnical.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/element/mml/optable/SpacingModLetters.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/element/mml/optable/SuppMathOperators.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/element/mml/optable/SupplementalArrowsA.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/element/mml/optable/SupplementalArrowsB.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/input/TeX/config.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/input/TeX/jax.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/autoload/annotation-xml.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/autoload/maction.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/autoload/menclose.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/autoload/mglyph.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/autoload/mmultiscripts.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/autoload/ms.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/autoload/mtable.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/autoload/multiline.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/blank.gif +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/config.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Arrows.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/BBBold.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/BoxDrawing.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/CombDiacritMarks.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Dingbats.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/EnclosedAlphanum.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GeneralPunctuation.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GeometricShapes.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GreekAndCoptic.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Latin1Supplement.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/LatinExtendedA.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/LetterlikeSymbols.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Main.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MathOperators.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscMathSymbolsB.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscSymbols.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscTechnical.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/PUA.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/SpacingModLetters.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/SuppMathOperators.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Caligraphic/Bold/Main.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Caligraphic/Regular/Main.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/BasicLatin.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/Main.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/Other.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/PUA.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/BasicLatin.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/Main.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/Other.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/PUA.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Greek/Bold/Main.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Greek/BoldItalic/Main.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Greek/Italic/Main.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Greek/Regular/Main.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Arrows.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/CombDiacritMarks.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/CombDiactForSymbols.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/GeneralPunctuation.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/GeometricShapes.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Latin1Supplement.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LatinExtendedA.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LatinExtendedB.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LetterlikeSymbols.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Main.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MathOperators.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscMathSymbolsA.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscSymbols.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscTechnical.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SpacingModLetters.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SuppMathOperators.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SupplementalArrowsA.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/CombDiacritMarks.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/GeneralPunctuation.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/Latin1Supplement.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/LetterlikeSymbols.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/Main.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/CombDiacritMarks.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/GeometricShapes.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/Main.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/MiscSymbols.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/SpacingModLetters.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Math/BoldItalic/Main.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Math/Italic/Main.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/BasicLatin.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/CombDiacritMarks.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/Main.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/Other.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/BasicLatin.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/CombDiacritMarks.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/Main.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/Other.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/BasicLatin.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/CombDiacritMarks.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/Main.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/Other.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Script/Regular/BasicLatin.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Script/Regular/Main.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Script/Regular/Other.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Size1/Regular/Main.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Size2/Regular/Main.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Size3/Regular/Main.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Size4/Regular/Main.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/BasicLatin.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/CombDiacritMarks.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/Main.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/Other.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/WinChrome/Regular/Main.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/AMS.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/Bold.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/Main.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/fontdata-extra.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/fontdata.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/imageFonts.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/HTML-CSS/jax.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/PreviewHTML/config.js +${PKGNAME}/plugins/python/helpers/MathJax/jax/output/PreviewHTML/jax.js +${PKGNAME}/plugins/python/helpers/check_all_test_suite.py +${PKGNAME}/plugins/python/helpers/conda_packaging_tool.py +${PKGNAME}/plugins/python/helpers/coverage_runner/__init__.py +${PKGNAME}/plugins/python/helpers/coverage_runner/run_coverage.py +${PKGNAME}/plugins/python/helpers/coveragepy/__init__.py +${PKGNAME}/plugins/python/helpers/coveragepy/coverage/__init__.py +${PKGNAME}/plugins/python/helpers/coveragepy/coverage/__main__.py +${PKGNAME}/plugins/python/helpers/coveragepy/coverage/annotate.py +${PKGNAME}/plugins/python/helpers/coveragepy/coverage/backunittest.py +${PKGNAME}/plugins/python/helpers/coveragepy/coverage/backward.py +${PKGNAME}/plugins/python/helpers/coveragepy/coverage/bytecode.py +${PKGNAME}/plugins/python/helpers/coveragepy/coverage/cmdline.py +${PKGNAME}/plugins/python/helpers/coveragepy/coverage/collector.py +${PKGNAME}/plugins/python/helpers/coveragepy/coverage/config.py +${PKGNAME}/plugins/python/helpers/coveragepy/coverage/control.py +${PKGNAME}/plugins/python/helpers/coveragepy/coverage/data.py +${PKGNAME}/plugins/python/helpers/coveragepy/coverage/debug.py +${PKGNAME}/plugins/python/helpers/coveragepy/coverage/env.py +${PKGNAME}/plugins/python/helpers/coveragepy/coverage/execfile.py +${PKGNAME}/plugins/python/helpers/coveragepy/coverage/files.py +${PKGNAME}/plugins/python/helpers/coveragepy/coverage/html.py +${PKGNAME}/plugins/python/helpers/coveragepy/coverage/misc.py +${PKGNAME}/plugins/python/helpers/coveragepy/coverage/multiproc.py +${PKGNAME}/plugins/python/helpers/coveragepy/coverage/parser.py +${PKGNAME}/plugins/python/helpers/coveragepy/coverage/phystokens.py +${PKGNAME}/plugins/python/helpers/coveragepy/coverage/pickle2json.py +${PKGNAME}/plugins/python/helpers/coveragepy/coverage/plugin.py +${PKGNAME}/plugins/python/helpers/coveragepy/coverage/plugin_support.py +${PKGNAME}/plugins/python/helpers/coveragepy/coverage/python.py +${PKGNAME}/plugins/python/helpers/coveragepy/coverage/pytracer.py +${PKGNAME}/plugins/python/helpers/coveragepy/coverage/report.py +${PKGNAME}/plugins/python/helpers/coveragepy/coverage/results.py +${PKGNAME}/plugins/python/helpers/coveragepy/coverage/summary.py +${PKGNAME}/plugins/python/helpers/coveragepy/coverage/templite.py +${PKGNAME}/plugins/python/helpers/coveragepy/coverage/version.py +${PKGNAME}/plugins/python/helpers/coveragepy/coverage/xmlreport.py +${PKGNAME}/plugins/python/helpers/docstring_formatter.py +${PKGNAME}/plugins/python/helpers/docutils/__init__.py +${PKGNAME}/plugins/python/helpers/docutils/_compat.py +${PKGNAME}/plugins/python/helpers/docutils/core.py +${PKGNAME}/plugins/python/helpers/docutils/docutils.conf +${PKGNAME}/plugins/python/helpers/docutils/examples.py +${PKGNAME}/plugins/python/helpers/docutils/frontend.py +${PKGNAME}/plugins/python/helpers/docutils/io.py +${PKGNAME}/plugins/python/helpers/docutils/languages/__init__.py +${PKGNAME}/plugins/python/helpers/docutils/languages/af.py +${PKGNAME}/plugins/python/helpers/docutils/languages/ca.py +${PKGNAME}/plugins/python/helpers/docutils/languages/cs.py +${PKGNAME}/plugins/python/helpers/docutils/languages/da.py +${PKGNAME}/plugins/python/helpers/docutils/languages/de.py +${PKGNAME}/plugins/python/helpers/docutils/languages/en.py +${PKGNAME}/plugins/python/helpers/docutils/languages/eo.py +${PKGNAME}/plugins/python/helpers/docutils/languages/es.py +${PKGNAME}/plugins/python/helpers/docutils/languages/fi.py +${PKGNAME}/plugins/python/helpers/docutils/languages/fr.py +${PKGNAME}/plugins/python/helpers/docutils/languages/gl.py +${PKGNAME}/plugins/python/helpers/docutils/languages/he.py +${PKGNAME}/plugins/python/helpers/docutils/languages/it.py +${PKGNAME}/plugins/python/helpers/docutils/languages/ja.py +${PKGNAME}/plugins/python/helpers/docutils/languages/lt.py +${PKGNAME}/plugins/python/helpers/docutils/languages/nl.py +${PKGNAME}/plugins/python/helpers/docutils/languages/pl.py +${PKGNAME}/plugins/python/helpers/docutils/languages/pt_br.py +${PKGNAME}/plugins/python/helpers/docutils/languages/ru.py +${PKGNAME}/plugins/python/helpers/docutils/languages/sk.py +${PKGNAME}/plugins/python/helpers/docutils/languages/sv.py +${PKGNAME}/plugins/python/helpers/docutils/languages/zh_cn.py +${PKGNAME}/plugins/python/helpers/docutils/languages/zh_tw.py +${PKGNAME}/plugins/python/helpers/docutils/nodes.py +${PKGNAME}/plugins/python/helpers/docutils/parsers/__init__.py +${PKGNAME}/plugins/python/helpers/docutils/parsers/null.py +${PKGNAME}/plugins/python/helpers/docutils/parsers/rst/__init__.py +${PKGNAME}/plugins/python/helpers/docutils/parsers/rst/directives/__init__.py +${PKGNAME}/plugins/python/helpers/docutils/parsers/rst/directives/admonitions.py +${PKGNAME}/plugins/python/helpers/docutils/parsers/rst/directives/body.py +${PKGNAME}/plugins/python/helpers/docutils/parsers/rst/directives/html.py +${PKGNAME}/plugins/python/helpers/docutils/parsers/rst/directives/images.py +${PKGNAME}/plugins/python/helpers/docutils/parsers/rst/directives/misc.py +${PKGNAME}/plugins/python/helpers/docutils/parsers/rst/directives/parts.py +${PKGNAME}/plugins/python/helpers/docutils/parsers/rst/directives/references.py +${PKGNAME}/plugins/python/helpers/docutils/parsers/rst/directives/tables.py +${PKGNAME}/plugins/python/helpers/docutils/parsers/rst/include/README.txt +${PKGNAME}/plugins/python/helpers/docutils/parsers/rst/include/isoamsa.txt +${PKGNAME}/plugins/python/helpers/docutils/parsers/rst/include/isoamsb.txt +${PKGNAME}/plugins/python/helpers/docutils/parsers/rst/include/isoamsc.txt +${PKGNAME}/plugins/python/helpers/docutils/parsers/rst/include/isoamsn.txt +${PKGNAME}/plugins/python/helpers/docutils/parsers/rst/include/isoamso.txt +${PKGNAME}/plugins/python/helpers/docutils/parsers/rst/include/isoamsr.txt +${PKGNAME}/plugins/python/helpers/docutils/parsers/rst/include/isobox.txt +${PKGNAME}/plugins/python/helpers/docutils/parsers/rst/include/isocyr1.txt +${PKGNAME}/plugins/python/helpers/docutils/parsers/rst/include/isocyr2.txt +${PKGNAME}/plugins/python/helpers/docutils/parsers/rst/include/isodia.txt +${PKGNAME}/plugins/python/helpers/docutils/parsers/rst/include/isogrk1.txt +${PKGNAME}/plugins/python/helpers/docutils/parsers/rst/include/isogrk2.txt +${PKGNAME}/plugins/python/helpers/docutils/parsers/rst/include/isogrk3.txt +${PKGNAME}/plugins/python/helpers/docutils/parsers/rst/include/isogrk4-wide.txt +${PKGNAME}/plugins/python/helpers/docutils/parsers/rst/include/isogrk4.txt +${PKGNAME}/plugins/python/helpers/docutils/parsers/rst/include/isolat1.txt +${PKGNAME}/plugins/python/helpers/docutils/parsers/rst/include/isolat2.txt +${PKGNAME}/plugins/python/helpers/docutils/parsers/rst/include/isomfrk-wide.txt +${PKGNAME}/plugins/python/helpers/docutils/parsers/rst/include/isomfrk.txt +${PKGNAME}/plugins/python/helpers/docutils/parsers/rst/include/isomopf-wide.txt +${PKGNAME}/plugins/python/helpers/docutils/parsers/rst/include/isomopf.txt +${PKGNAME}/plugins/python/helpers/docutils/parsers/rst/include/isomscr-wide.txt +${PKGNAME}/plugins/python/helpers/docutils/parsers/rst/include/isomscr.txt +${PKGNAME}/plugins/python/helpers/docutils/parsers/rst/include/isonum.txt +${PKGNAME}/plugins/python/helpers/docutils/parsers/rst/include/isopub.txt +${PKGNAME}/plugins/python/helpers/docutils/parsers/rst/include/isotech.txt +${PKGNAME}/plugins/python/helpers/docutils/parsers/rst/include/mmlalias.txt +${PKGNAME}/plugins/python/helpers/docutils/parsers/rst/include/mmlextra-wide.txt +${PKGNAME}/plugins/python/helpers/docutils/parsers/rst/include/mmlextra.txt +${PKGNAME}/plugins/python/helpers/docutils/parsers/rst/include/s5defs.txt +${PKGNAME}/plugins/python/helpers/docutils/parsers/rst/include/xhtml1-lat1.txt +${PKGNAME}/plugins/python/helpers/docutils/parsers/rst/include/xhtml1-special.txt +${PKGNAME}/plugins/python/helpers/docutils/parsers/rst/include/xhtml1-symbol.txt +${PKGNAME}/plugins/python/helpers/docutils/parsers/rst/languages/__init__.py +${PKGNAME}/plugins/python/helpers/docutils/parsers/rst/languages/af.py +${PKGNAME}/plugins/python/helpers/docutils/parsers/rst/languages/ca.py +${PKGNAME}/plugins/python/helpers/docutils/parsers/rst/languages/cs.py +${PKGNAME}/plugins/python/helpers/docutils/parsers/rst/languages/da.py +${PKGNAME}/plugins/python/helpers/docutils/parsers/rst/languages/de.py +${PKGNAME}/plugins/python/helpers/docutils/parsers/rst/languages/en.py +${PKGNAME}/plugins/python/helpers/docutils/parsers/rst/languages/eo.py +${PKGNAME}/plugins/python/helpers/docutils/parsers/rst/languages/es.py +${PKGNAME}/plugins/python/helpers/docutils/parsers/rst/languages/fi.py +${PKGNAME}/plugins/python/helpers/docutils/parsers/rst/languages/fr.py +${PKGNAME}/plugins/python/helpers/docutils/parsers/rst/languages/gl.py +${PKGNAME}/plugins/python/helpers/docutils/parsers/rst/languages/he.py +${PKGNAME}/plugins/python/helpers/docutils/parsers/rst/languages/it.py +${PKGNAME}/plugins/python/helpers/docutils/parsers/rst/languages/ja.py +${PKGNAME}/plugins/python/helpers/docutils/parsers/rst/languages/lt.py +${PKGNAME}/plugins/python/helpers/docutils/parsers/rst/languages/nl.py +${PKGNAME}/plugins/python/helpers/docutils/parsers/rst/languages/pl.py +${PKGNAME}/plugins/python/helpers/docutils/parsers/rst/languages/pt_br.py +${PKGNAME}/plugins/python/helpers/docutils/parsers/rst/languages/ru.py +${PKGNAME}/plugins/python/helpers/docutils/parsers/rst/languages/sk.py +${PKGNAME}/plugins/python/helpers/docutils/parsers/rst/languages/sv.py +${PKGNAME}/plugins/python/helpers/docutils/parsers/rst/languages/zh_cn.py +${PKGNAME}/plugins/python/helpers/docutils/parsers/rst/languages/zh_tw.py +${PKGNAME}/plugins/python/helpers/docutils/parsers/rst/roles.py +${PKGNAME}/plugins/python/helpers/docutils/parsers/rst/states.py +${PKGNAME}/plugins/python/helpers/docutils/parsers/rst/tableparser.py +${PKGNAME}/plugins/python/helpers/docutils/readers/__init__.py +${PKGNAME}/plugins/python/helpers/docutils/readers/doctree.py +${PKGNAME}/plugins/python/helpers/docutils/readers/pep.py +${PKGNAME}/plugins/python/helpers/docutils/readers/standalone.py +${PKGNAME}/plugins/python/helpers/docutils/statemachine.py +${PKGNAME}/plugins/python/helpers/docutils/transforms/__init__.py +${PKGNAME}/plugins/python/helpers/docutils/transforms/components.py +${PKGNAME}/plugins/python/helpers/docutils/transforms/frontmatter.py +${PKGNAME}/plugins/python/helpers/docutils/transforms/misc.py +${PKGNAME}/plugins/python/helpers/docutils/transforms/parts.py +${PKGNAME}/plugins/python/helpers/docutils/transforms/peps.py +${PKGNAME}/plugins/python/helpers/docutils/transforms/references.py +${PKGNAME}/plugins/python/helpers/docutils/transforms/universal.py +${PKGNAME}/plugins/python/helpers/docutils/transforms/writer_aux.py +${PKGNAME}/plugins/python/helpers/docutils/utils/__init__.py +${PKGNAME}/plugins/python/helpers/docutils/utils/code_analyzer.py +${PKGNAME}/plugins/python/helpers/docutils/utils/error_reporting.py +${PKGNAME}/plugins/python/helpers/docutils/utils/math/__init__.py +${PKGNAME}/plugins/python/helpers/docutils/utils/math/latex2mathml.py +${PKGNAME}/plugins/python/helpers/docutils/utils/math/math2html.py +${PKGNAME}/plugins/python/helpers/docutils/utils/math/tex2unichar.py +${PKGNAME}/plugins/python/helpers/docutils/utils/math/unichar2tex.py +${PKGNAME}/plugins/python/helpers/docutils/utils/punctuation_chars.py +${PKGNAME}/plugins/python/helpers/docutils/utils/roman.py +${PKGNAME}/plugins/python/helpers/docutils/utils/smartquotes.py +${PKGNAME}/plugins/python/helpers/docutils/utils/urischemes.py +${PKGNAME}/plugins/python/helpers/docutils/writers/__init__.py +${PKGNAME}/plugins/python/helpers/docutils/writers/docutils_xml.py +${PKGNAME}/plugins/python/helpers/docutils/writers/html4css1/__init__.py +${PKGNAME}/plugins/python/helpers/docutils/writers/html4css1/html4css1.css +${PKGNAME}/plugins/python/helpers/docutils/writers/html4css1/math.css +${PKGNAME}/plugins/python/helpers/docutils/writers/html4css1/template.txt +${PKGNAME}/plugins/python/helpers/docutils/writers/latex2e/__init__.py +${PKGNAME}/plugins/python/helpers/docutils/writers/latex2e/default.tex +${PKGNAME}/plugins/python/helpers/docutils/writers/latex2e/docutils-05-compat.sty +${PKGNAME}/plugins/python/helpers/docutils/writers/latex2e/titlepage.tex +${PKGNAME}/plugins/python/helpers/docutils/writers/latex2e/xelatex.tex +${PKGNAME}/plugins/python/helpers/docutils/writers/manpage.py +${PKGNAME}/plugins/python/helpers/docutils/writers/null.py +${PKGNAME}/plugins/python/helpers/docutils/writers/odf_odt/__init__.py +${PKGNAME}/plugins/python/helpers/docutils/writers/odf_odt/pygmentsformatter.py +${PKGNAME}/plugins/python/helpers/docutils/writers/odf_odt/styles.odt +${PKGNAME}/plugins/python/helpers/docutils/writers/pep_html/__init__.py +${PKGNAME}/plugins/python/helpers/docutils/writers/pep_html/pep.css +${PKGNAME}/plugins/python/helpers/docutils/writers/pep_html/template.txt +${PKGNAME}/plugins/python/helpers/docutils/writers/pseudoxml.py +${PKGNAME}/plugins/python/helpers/docutils/writers/s5_html/__init__.py +${PKGNAME}/plugins/python/helpers/docutils/writers/s5_html/themes/README.txt +${PKGNAME}/plugins/python/helpers/docutils/writers/s5_html/themes/big-black/__base__ +${PKGNAME}/plugins/python/helpers/docutils/writers/s5_html/themes/big-black/framing.css +${PKGNAME}/plugins/python/helpers/docutils/writers/s5_html/themes/big-black/pretty.css +${PKGNAME}/plugins/python/helpers/docutils/writers/s5_html/themes/big-white/framing.css +${PKGNAME}/plugins/python/helpers/docutils/writers/s5_html/themes/big-white/pretty.css +${PKGNAME}/plugins/python/helpers/docutils/writers/s5_html/themes/default/blank.gif +${PKGNAME}/plugins/python/helpers/docutils/writers/s5_html/themes/default/framing.css +${PKGNAME}/plugins/python/helpers/docutils/writers/s5_html/themes/default/iepngfix.htc +${PKGNAME}/plugins/python/helpers/docutils/writers/s5_html/themes/default/opera.css +${PKGNAME}/plugins/python/helpers/docutils/writers/s5_html/themes/default/outline.css +${PKGNAME}/plugins/python/helpers/docutils/writers/s5_html/themes/default/pretty.css +${PKGNAME}/plugins/python/helpers/docutils/writers/s5_html/themes/default/print.css +${PKGNAME}/plugins/python/helpers/docutils/writers/s5_html/themes/default/s5-core.css +${PKGNAME}/plugins/python/helpers/docutils/writers/s5_html/themes/default/slides.css +${PKGNAME}/plugins/python/helpers/docutils/writers/s5_html/themes/default/slides.js +${PKGNAME}/plugins/python/helpers/docutils/writers/s5_html/themes/medium-black/__base__ +${PKGNAME}/plugins/python/helpers/docutils/writers/s5_html/themes/medium-black/pretty.css +${PKGNAME}/plugins/python/helpers/docutils/writers/s5_html/themes/medium-white/framing.css +${PKGNAME}/plugins/python/helpers/docutils/writers/s5_html/themes/medium-white/pretty.css +${PKGNAME}/plugins/python/helpers/docutils/writers/s5_html/themes/small-black/__base__ +${PKGNAME}/plugins/python/helpers/docutils/writers/s5_html/themes/small-black/pretty.css +${PKGNAME}/plugins/python/helpers/docutils/writers/s5_html/themes/small-white/framing.css +${PKGNAME}/plugins/python/helpers/docutils/writers/s5_html/themes/small-white/pretty.css +${PKGNAME}/plugins/python/helpers/docutils/writers/xetex/__init__.py +${PKGNAME}/plugins/python/helpers/epydoc/__init__.py +${PKGNAME}/plugins/python/helpers/epydoc/apidoc.py +${PKGNAME}/plugins/python/helpers/epydoc/checker.py +${PKGNAME}/plugins/python/helpers/epydoc/cli.py +${PKGNAME}/plugins/python/helpers/epydoc/compat.py +${PKGNAME}/plugins/python/helpers/epydoc/docbuilder.py +${PKGNAME}/plugins/python/helpers/epydoc/docintrospecter.py +${PKGNAME}/plugins/python/helpers/epydoc/docparser.py +${PKGNAME}/plugins/python/helpers/epydoc/docstringparser.py +${PKGNAME}/plugins/python/helpers/epydoc/docwriter/__init__.py +${PKGNAME}/plugins/python/helpers/epydoc/docwriter/dotgraph.py +${PKGNAME}/plugins/python/helpers/epydoc/docwriter/html.py +${PKGNAME}/plugins/python/helpers/epydoc/docwriter/html_colorize.py +${PKGNAME}/plugins/python/helpers/epydoc/docwriter/html_css.py +${PKGNAME}/plugins/python/helpers/epydoc/docwriter/html_help.py +${PKGNAME}/plugins/python/helpers/epydoc/docwriter/latex.py +${PKGNAME}/plugins/python/helpers/epydoc/docwriter/plaintext.py +${PKGNAME}/plugins/python/helpers/epydoc/docwriter/xlink.py +${PKGNAME}/plugins/python/helpers/epydoc/gui.py +${PKGNAME}/plugins/python/helpers/epydoc/log.py +${PKGNAME}/plugins/python/helpers/epydoc/markup/__init__.py +${PKGNAME}/plugins/python/helpers/epydoc/markup/doctest.py +${PKGNAME}/plugins/python/helpers/epydoc/markup/epytext.py +${PKGNAME}/plugins/python/helpers/epydoc/markup/javadoc.py +${PKGNAME}/plugins/python/helpers/epydoc/markup/plaintext.py +${PKGNAME}/plugins/python/helpers/epydoc/markup/pyval_repr.py +${PKGNAME}/plugins/python/helpers/epydoc/markup/restructuredtext.py +${PKGNAME}/plugins/python/helpers/epydoc/util.py +${PKGNAME}/plugins/python/helpers/extra_syspath.py +${PKGNAME}/plugins/python/helpers/generator3.py +${PKGNAME}/plugins/python/helpers/icon-robots.txt +${PKGNAME}/plugins/python/helpers/idle.py +${PKGNAME}/plugins/python/helpers/packaging_tool.py +${PKGNAME}/plugins/python/helpers/pip-10.0.1.tar.gz +${PKGNAME}/plugins/python/helpers/pip-9.0.3.tar.gz +${PKGNAME}/plugins/python/helpers/pockets/__init__.py +${PKGNAME}/plugins/python/helpers/pockets/_version.py +${PKGNAME}/plugins/python/helpers/pockets/collections.py +${PKGNAME}/plugins/python/helpers/pockets/inspect.py +${PKGNAME}/plugins/python/helpers/pockets/iterators.py +${PKGNAME}/plugins/python/helpers/pockets/string.py +${PKGNAME}/plugins/python/helpers/profiler/__init__.py +${PKGNAME}/plugins/python/helpers/profiler/_imps/__init__.py +${PKGNAME}/plugins/python/helpers/profiler/_imps/_pydev_pkgutil_old.py +${PKGNAME}/plugins/python/helpers/profiler/_prof_imports.py +${PKGNAME}/plugins/python/helpers/profiler/load_pstat.py +${PKGNAME}/plugins/python/helpers/profiler/prof_io.py +${PKGNAME}/plugins/python/helpers/profiler/prof_six.py +${PKGNAME}/plugins/python/helpers/profiler/prof_util.py +${PKGNAME}/plugins/python/helpers/profiler/profiler.thrift +${PKGNAME}/plugins/python/helpers/profiler/run_profiler.py +${PKGNAME}/plugins/python/helpers/profiler/vmprof_profiler.py +${PKGNAME}/plugins/python/helpers/profiler/yappi_profiler.py +${PKGNAME}/plugins/python/helpers/py2ipnb_converter.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/__init__.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/_compat.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/core.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/docutils.conf +${PKGNAME}/plugins/python/helpers/py2only/docutils/examples.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/frontend.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/io.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/languages/__init__.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/languages/af.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/languages/ca.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/languages/cs.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/languages/da.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/languages/de.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/languages/en.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/languages/eo.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/languages/es.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/languages/fi.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/languages/fr.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/languages/gl.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/languages/he.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/languages/it.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/languages/ja.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/languages/lt.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/languages/nl.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/languages/pl.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/languages/pt_br.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/languages/ru.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/languages/sk.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/languages/sv.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/languages/zh_cn.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/languages/zh_tw.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/nodes.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/parsers/__init__.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/parsers/null.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/parsers/rst/__init__.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/parsers/rst/directives/__init__.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/parsers/rst/directives/admonitions.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/parsers/rst/directives/body.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/parsers/rst/directives/html.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/parsers/rst/directives/images.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/parsers/rst/directives/misc.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/parsers/rst/directives/parts.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/parsers/rst/directives/references.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/parsers/rst/directives/tables.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/parsers/rst/include/README.txt +${PKGNAME}/plugins/python/helpers/py2only/docutils/parsers/rst/include/isoamsa.txt +${PKGNAME}/plugins/python/helpers/py2only/docutils/parsers/rst/include/isoamsb.txt +${PKGNAME}/plugins/python/helpers/py2only/docutils/parsers/rst/include/isoamsc.txt +${PKGNAME}/plugins/python/helpers/py2only/docutils/parsers/rst/include/isoamsn.txt +${PKGNAME}/plugins/python/helpers/py2only/docutils/parsers/rst/include/isoamso.txt +${PKGNAME}/plugins/python/helpers/py2only/docutils/parsers/rst/include/isoamsr.txt +${PKGNAME}/plugins/python/helpers/py2only/docutils/parsers/rst/include/isobox.txt +${PKGNAME}/plugins/python/helpers/py2only/docutils/parsers/rst/include/isocyr1.txt +${PKGNAME}/plugins/python/helpers/py2only/docutils/parsers/rst/include/isocyr2.txt +${PKGNAME}/plugins/python/helpers/py2only/docutils/parsers/rst/include/isodia.txt +${PKGNAME}/plugins/python/helpers/py2only/docutils/parsers/rst/include/isogrk1.txt +${PKGNAME}/plugins/python/helpers/py2only/docutils/parsers/rst/include/isogrk2.txt +${PKGNAME}/plugins/python/helpers/py2only/docutils/parsers/rst/include/isogrk3.txt +${PKGNAME}/plugins/python/helpers/py2only/docutils/parsers/rst/include/isogrk4-wide.txt +${PKGNAME}/plugins/python/helpers/py2only/docutils/parsers/rst/include/isogrk4.txt +${PKGNAME}/plugins/python/helpers/py2only/docutils/parsers/rst/include/isolat1.txt +${PKGNAME}/plugins/python/helpers/py2only/docutils/parsers/rst/include/isolat2.txt +${PKGNAME}/plugins/python/helpers/py2only/docutils/parsers/rst/include/isomfrk-wide.txt +${PKGNAME}/plugins/python/helpers/py2only/docutils/parsers/rst/include/isomfrk.txt +${PKGNAME}/plugins/python/helpers/py2only/docutils/parsers/rst/include/isomopf-wide.txt +${PKGNAME}/plugins/python/helpers/py2only/docutils/parsers/rst/include/isomopf.txt +${PKGNAME}/plugins/python/helpers/py2only/docutils/parsers/rst/include/isomscr-wide.txt +${PKGNAME}/plugins/python/helpers/py2only/docutils/parsers/rst/include/isomscr.txt +${PKGNAME}/plugins/python/helpers/py2only/docutils/parsers/rst/include/isonum.txt +${PKGNAME}/plugins/python/helpers/py2only/docutils/parsers/rst/include/isopub.txt +${PKGNAME}/plugins/python/helpers/py2only/docutils/parsers/rst/include/isotech.txt +${PKGNAME}/plugins/python/helpers/py2only/docutils/parsers/rst/include/mmlalias.txt +${PKGNAME}/plugins/python/helpers/py2only/docutils/parsers/rst/include/mmlextra-wide.txt +${PKGNAME}/plugins/python/helpers/py2only/docutils/parsers/rst/include/mmlextra.txt +${PKGNAME}/plugins/python/helpers/py2only/docutils/parsers/rst/include/s5defs.txt +${PKGNAME}/plugins/python/helpers/py2only/docutils/parsers/rst/include/xhtml1-lat1.txt +${PKGNAME}/plugins/python/helpers/py2only/docutils/parsers/rst/include/xhtml1-special.txt +${PKGNAME}/plugins/python/helpers/py2only/docutils/parsers/rst/include/xhtml1-symbol.txt +${PKGNAME}/plugins/python/helpers/py2only/docutils/parsers/rst/languages/__init__.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/parsers/rst/languages/af.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/parsers/rst/languages/ca.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/parsers/rst/languages/cs.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/parsers/rst/languages/da.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/parsers/rst/languages/de.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/parsers/rst/languages/en.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/parsers/rst/languages/eo.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/parsers/rst/languages/es.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/parsers/rst/languages/fi.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/parsers/rst/languages/fr.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/parsers/rst/languages/gl.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/parsers/rst/languages/he.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/parsers/rst/languages/it.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/parsers/rst/languages/ja.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/parsers/rst/languages/lt.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/parsers/rst/languages/nl.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/parsers/rst/languages/pl.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/parsers/rst/languages/pt_br.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/parsers/rst/languages/ru.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/parsers/rst/languages/sk.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/parsers/rst/languages/sv.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/parsers/rst/languages/zh_cn.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/parsers/rst/languages/zh_tw.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/parsers/rst/roles.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/parsers/rst/states.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/parsers/rst/tableparser.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/readers/__init__.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/readers/doctree.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/readers/pep.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/readers/standalone.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/statemachine.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/transforms/__init__.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/transforms/components.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/transforms/frontmatter.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/transforms/misc.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/transforms/parts.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/transforms/peps.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/transforms/references.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/transforms/universal.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/transforms/writer_aux.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/utils/__init__.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/utils/code_analyzer.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/utils/error_reporting.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/utils/math/__init__.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/utils/math/latex2mathml.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/utils/math/math2html.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/utils/math/tex2unichar.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/utils/math/unichar2tex.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/utils/punctuation_chars.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/utils/roman.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/utils/smartquotes.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/utils/urischemes.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/writers/__init__.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/writers/docutils_xml.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/writers/html4css1/__init__.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/writers/html4css1/html4css1.css +${PKGNAME}/plugins/python/helpers/py2only/docutils/writers/html4css1/math.css +${PKGNAME}/plugins/python/helpers/py2only/docutils/writers/html4css1/template.txt +${PKGNAME}/plugins/python/helpers/py2only/docutils/writers/latex2e/__init__.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/writers/latex2e/default.tex +${PKGNAME}/plugins/python/helpers/py2only/docutils/writers/latex2e/docutils-05-compat.sty +${PKGNAME}/plugins/python/helpers/py2only/docutils/writers/latex2e/titlepage.tex +${PKGNAME}/plugins/python/helpers/py2only/docutils/writers/latex2e/xelatex.tex +${PKGNAME}/plugins/python/helpers/py2only/docutils/writers/manpage.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/writers/null.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/writers/odf_odt/__init__.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/writers/odf_odt/pygmentsformatter.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/writers/odf_odt/styles.odt +${PKGNAME}/plugins/python/helpers/py2only/docutils/writers/pep_html/__init__.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/writers/pep_html/pep.css +${PKGNAME}/plugins/python/helpers/py2only/docutils/writers/pep_html/template.txt +${PKGNAME}/plugins/python/helpers/py2only/docutils/writers/pseudoxml.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/writers/s5_html/__init__.py +${PKGNAME}/plugins/python/helpers/py2only/docutils/writers/s5_html/themes/README.txt +${PKGNAME}/plugins/python/helpers/py2only/docutils/writers/s5_html/themes/big-black/__base__ +${PKGNAME}/plugins/python/helpers/py2only/docutils/writers/s5_html/themes/big-black/framing.css +${PKGNAME}/plugins/python/helpers/py2only/docutils/writers/s5_html/themes/big-black/pretty.css +${PKGNAME}/plugins/python/helpers/py2only/docutils/writers/s5_html/themes/big-white/framing.css +${PKGNAME}/plugins/python/helpers/py2only/docutils/writers/s5_html/themes/big-white/pretty.css +${PKGNAME}/plugins/python/helpers/py2only/docutils/writers/s5_html/themes/default/blank.gif +${PKGNAME}/plugins/python/helpers/py2only/docutils/writers/s5_html/themes/default/framing.css +${PKGNAME}/plugins/python/helpers/py2only/docutils/writers/s5_html/themes/default/iepngfix.htc +${PKGNAME}/plugins/python/helpers/py2only/docutils/writers/s5_html/themes/default/opera.css +${PKGNAME}/plugins/python/helpers/py2only/docutils/writers/s5_html/themes/default/outline.css +${PKGNAME}/plugins/python/helpers/py2only/docutils/writers/s5_html/themes/default/pretty.css +${PKGNAME}/plugins/python/helpers/py2only/docutils/writers/s5_html/themes/default/print.css +${PKGNAME}/plugins/python/helpers/py2only/docutils/writers/s5_html/themes/default/s5-core.css +${PKGNAME}/plugins/python/helpers/py2only/docutils/writers/s5_html/themes/default/slides.css +${PKGNAME}/plugins/python/helpers/py2only/docutils/writers/s5_html/themes/default/slides.js +${PKGNAME}/plugins/python/helpers/py2only/docutils/writers/s5_html/themes/medium-black/__base__ +${PKGNAME}/plugins/python/helpers/py2only/docutils/writers/s5_html/themes/medium-black/pretty.css +${PKGNAME}/plugins/python/helpers/py2only/docutils/writers/s5_html/themes/medium-white/framing.css +${PKGNAME}/plugins/python/helpers/py2only/docutils/writers/s5_html/themes/medium-white/pretty.css +${PKGNAME}/plugins/python/helpers/py2only/docutils/writers/s5_html/themes/small-black/__base__ +${PKGNAME}/plugins/python/helpers/py2only/docutils/writers/s5_html/themes/small-black/pretty.css +${PKGNAME}/plugins/python/helpers/py2only/docutils/writers/s5_html/themes/small-white/framing.css +${PKGNAME}/plugins/python/helpers/py2only/docutils/writers/s5_html/themes/small-white/pretty.css +${PKGNAME}/plugins/python/helpers/py2only/docutils/writers/xetex/__init__.py +${PKGNAME}/plugins/python/helpers/py2only/roman.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/__init__.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/_compat.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/core.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/examples.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/frontend.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/io.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/languages/__init__.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/languages/af.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/languages/ca.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/languages/cs.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/languages/da.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/languages/de.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/languages/en.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/languages/eo.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/languages/es.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/languages/fi.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/languages/fr.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/languages/gl.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/languages/he.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/languages/it.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/languages/ja.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/languages/lt.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/languages/nl.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/languages/pl.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/languages/pt_br.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/languages/ru.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/languages/sk.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/languages/sv.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/languages/zh_cn.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/languages/zh_tw.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/nodes.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/parsers/__init__.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/parsers/null.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/parsers/rst/__init__.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/parsers/rst/directives/__init__.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/parsers/rst/directives/admonitions.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/parsers/rst/directives/body.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/parsers/rst/directives/html.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/parsers/rst/directives/images.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/parsers/rst/directives/misc.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/parsers/rst/directives/parts.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/parsers/rst/directives/references.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/parsers/rst/directives/tables.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/parsers/rst/include/README.txt +${PKGNAME}/plugins/python/helpers/py3only/docutils/parsers/rst/include/isoamsa.txt +${PKGNAME}/plugins/python/helpers/py3only/docutils/parsers/rst/include/isoamsb.txt +${PKGNAME}/plugins/python/helpers/py3only/docutils/parsers/rst/include/isoamsc.txt +${PKGNAME}/plugins/python/helpers/py3only/docutils/parsers/rst/include/isoamsn.txt +${PKGNAME}/plugins/python/helpers/py3only/docutils/parsers/rst/include/isoamso.txt +${PKGNAME}/plugins/python/helpers/py3only/docutils/parsers/rst/include/isoamsr.txt +${PKGNAME}/plugins/python/helpers/py3only/docutils/parsers/rst/include/isobox.txt +${PKGNAME}/plugins/python/helpers/py3only/docutils/parsers/rst/include/isocyr1.txt +${PKGNAME}/plugins/python/helpers/py3only/docutils/parsers/rst/include/isocyr2.txt +${PKGNAME}/plugins/python/helpers/py3only/docutils/parsers/rst/include/isodia.txt +${PKGNAME}/plugins/python/helpers/py3only/docutils/parsers/rst/include/isogrk1.txt +${PKGNAME}/plugins/python/helpers/py3only/docutils/parsers/rst/include/isogrk2.txt +${PKGNAME}/plugins/python/helpers/py3only/docutils/parsers/rst/include/isogrk3.txt +${PKGNAME}/plugins/python/helpers/py3only/docutils/parsers/rst/include/isogrk4-wide.txt +${PKGNAME}/plugins/python/helpers/py3only/docutils/parsers/rst/include/isogrk4.txt +${PKGNAME}/plugins/python/helpers/py3only/docutils/parsers/rst/include/isolat1.txt +${PKGNAME}/plugins/python/helpers/py3only/docutils/parsers/rst/include/isolat2.txt +${PKGNAME}/plugins/python/helpers/py3only/docutils/parsers/rst/include/isomfrk-wide.txt +${PKGNAME}/plugins/python/helpers/py3only/docutils/parsers/rst/include/isomfrk.txt +${PKGNAME}/plugins/python/helpers/py3only/docutils/parsers/rst/include/isomopf-wide.txt +${PKGNAME}/plugins/python/helpers/py3only/docutils/parsers/rst/include/isomopf.txt +${PKGNAME}/plugins/python/helpers/py3only/docutils/parsers/rst/include/isomscr-wide.txt +${PKGNAME}/plugins/python/helpers/py3only/docutils/parsers/rst/include/isomscr.txt +${PKGNAME}/plugins/python/helpers/py3only/docutils/parsers/rst/include/isonum.txt +${PKGNAME}/plugins/python/helpers/py3only/docutils/parsers/rst/include/isopub.txt +${PKGNAME}/plugins/python/helpers/py3only/docutils/parsers/rst/include/isotech.txt +${PKGNAME}/plugins/python/helpers/py3only/docutils/parsers/rst/include/mmlalias.txt +${PKGNAME}/plugins/python/helpers/py3only/docutils/parsers/rst/include/mmlextra-wide.txt +${PKGNAME}/plugins/python/helpers/py3only/docutils/parsers/rst/include/mmlextra.txt +${PKGNAME}/plugins/python/helpers/py3only/docutils/parsers/rst/include/s5defs.txt +${PKGNAME}/plugins/python/helpers/py3only/docutils/parsers/rst/include/xhtml1-lat1.txt +${PKGNAME}/plugins/python/helpers/py3only/docutils/parsers/rst/include/xhtml1-special.txt +${PKGNAME}/plugins/python/helpers/py3only/docutils/parsers/rst/include/xhtml1-symbol.txt +${PKGNAME}/plugins/python/helpers/py3only/docutils/parsers/rst/languages/__init__.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/parsers/rst/languages/af.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/parsers/rst/languages/ca.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/parsers/rst/languages/cs.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/parsers/rst/languages/da.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/parsers/rst/languages/de.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/parsers/rst/languages/en.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/parsers/rst/languages/eo.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/parsers/rst/languages/es.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/parsers/rst/languages/fi.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/parsers/rst/languages/fr.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/parsers/rst/languages/gl.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/parsers/rst/languages/he.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/parsers/rst/languages/it.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/parsers/rst/languages/ja.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/parsers/rst/languages/lt.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/parsers/rst/languages/nl.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/parsers/rst/languages/pl.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/parsers/rst/languages/pt_br.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/parsers/rst/languages/ru.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/parsers/rst/languages/sk.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/parsers/rst/languages/sv.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/parsers/rst/languages/zh_cn.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/parsers/rst/languages/zh_tw.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/parsers/rst/roles.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/parsers/rst/states.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/parsers/rst/tableparser.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/readers/__init__.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/readers/doctree.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/readers/pep.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/readers/standalone.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/statemachine.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/transforms/__init__.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/transforms/components.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/transforms/frontmatter.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/transforms/misc.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/transforms/parts.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/transforms/peps.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/transforms/references.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/transforms/universal.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/transforms/writer_aux.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/utils/__init__.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/utils/code_analyzer.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/utils/error_reporting.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/utils/math/__init__.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/utils/math/latex2mathml.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/utils/math/math2html.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/utils/math/tex2unichar.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/utils/math/unichar2tex.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/utils/punctuation_chars.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/utils/roman.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/utils/smartquotes.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/utils/urischemes.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/writers/__init__.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/writers/docutils_xml.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/writers/html4css1/__init__.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/writers/html4css1/html4css1.css +${PKGNAME}/plugins/python/helpers/py3only/docutils/writers/html4css1/math.css +${PKGNAME}/plugins/python/helpers/py3only/docutils/writers/html4css1/template.txt +${PKGNAME}/plugins/python/helpers/py3only/docutils/writers/latex2e/__init__.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/writers/latex2e/default.tex +${PKGNAME}/plugins/python/helpers/py3only/docutils/writers/latex2e/titlepage.tex +${PKGNAME}/plugins/python/helpers/py3only/docutils/writers/latex2e/xelatex.tex +${PKGNAME}/plugins/python/helpers/py3only/docutils/writers/manpage.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/writers/null.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/writers/odf_odt/__init__.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/writers/odf_odt/pygmentsformatter.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/writers/odf_odt/styles.odt +${PKGNAME}/plugins/python/helpers/py3only/docutils/writers/pep_html/__init__.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/writers/pep_html/pep.css +${PKGNAME}/plugins/python/helpers/py3only/docutils/writers/pep_html/template.txt +${PKGNAME}/plugins/python/helpers/py3only/docutils/writers/pseudoxml.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/writers/s5_html/__init__.py +${PKGNAME}/plugins/python/helpers/py3only/docutils/writers/s5_html/themes/README.txt +${PKGNAME}/plugins/python/helpers/py3only/docutils/writers/s5_html/themes/big-black/__base__ +${PKGNAME}/plugins/python/helpers/py3only/docutils/writers/s5_html/themes/big-black/framing.css +${PKGNAME}/plugins/python/helpers/py3only/docutils/writers/s5_html/themes/big-black/pretty.css +${PKGNAME}/plugins/python/helpers/py3only/docutils/writers/s5_html/themes/big-white/framing.css +${PKGNAME}/plugins/python/helpers/py3only/docutils/writers/s5_html/themes/big-white/pretty.css +${PKGNAME}/plugins/python/helpers/py3only/docutils/writers/s5_html/themes/default/blank.gif +${PKGNAME}/plugins/python/helpers/py3only/docutils/writers/s5_html/themes/default/framing.css +${PKGNAME}/plugins/python/helpers/py3only/docutils/writers/s5_html/themes/default/iepngfix.htc +${PKGNAME}/plugins/python/helpers/py3only/docutils/writers/s5_html/themes/default/opera.css +${PKGNAME}/plugins/python/helpers/py3only/docutils/writers/s5_html/themes/default/outline.css +${PKGNAME}/plugins/python/helpers/py3only/docutils/writers/s5_html/themes/default/pretty.css +${PKGNAME}/plugins/python/helpers/py3only/docutils/writers/s5_html/themes/default/print.css +${PKGNAME}/plugins/python/helpers/py3only/docutils/writers/s5_html/themes/default/s5-core.css +${PKGNAME}/plugins/python/helpers/py3only/docutils/writers/s5_html/themes/default/slides.css +${PKGNAME}/plugins/python/helpers/py3only/docutils/writers/s5_html/themes/default/slides.js +${PKGNAME}/plugins/python/helpers/py3only/docutils/writers/s5_html/themes/medium-black/__base__ +${PKGNAME}/plugins/python/helpers/py3only/docutils/writers/s5_html/themes/medium-black/pretty.css +${PKGNAME}/plugins/python/helpers/py3only/docutils/writers/s5_html/themes/medium-white/framing.css +${PKGNAME}/plugins/python/helpers/py3only/docutils/writers/s5_html/themes/medium-white/pretty.css +${PKGNAME}/plugins/python/helpers/py3only/docutils/writers/s5_html/themes/small-black/__base__ +${PKGNAME}/plugins/python/helpers/py3only/docutils/writers/s5_html/themes/small-black/pretty.css +${PKGNAME}/plugins/python/helpers/py3only/docutils/writers/s5_html/themes/small-white/framing.css +${PKGNAME}/plugins/python/helpers/py3only/docutils/writers/s5_html/themes/small-white/pretty.css +${PKGNAME}/plugins/python/helpers/py3only/docutils/writers/xetex/__init__.py +${PKGNAME}/plugins/python/helpers/pycharm/__init__.py +${PKGNAME}/plugins/python/helpers/pycharm/__jb.for_twisted/twisted/plugins/README.txt +${PKGNAME}/plugins/python/helpers/pycharm/__jb.for_twisted/twisted/plugins/teamcity_plugin.py +${PKGNAME}/plugins/python/helpers/pycharm/_bdd_utils.py +${PKGNAME}/plugins/python/helpers/pycharm/_jb_create_folder.py +${PKGNAME}/plugins/python/helpers/pycharm/_jb_django_behave.py +${PKGNAME}/plugins/python/helpers/pycharm/_jb_django_project_creator.py +${PKGNAME}/plugins/python/helpers/pycharm/_jb_find_best_place.py +${PKGNAME}/plugins/python/helpers/pycharm/_jb_manage_tasks_provider.py +${PKGNAME}/plugins/python/helpers/pycharm/_jb_nosetest_runner.py +${PKGNAME}/plugins/python/helpers/pycharm/_jb_pytest_runner.py +${PKGNAME}/plugins/python/helpers/pycharm/_jb_runner_tools.py +${PKGNAME}/plugins/python/helpers/pycharm/_jb_tox_runner.py +${PKGNAME}/plugins/python/helpers/pycharm/_jb_trialtest_runner.py +${PKGNAME}/plugins/python/helpers/pycharm/_jb_unittest_runner.py +${PKGNAME}/plugins/python/helpers/pycharm/_jb_utils.py +${PKGNAME}/plugins/python/helpers/pycharm/appcfg_fetcher.py +${PKGNAME}/plugins/python/helpers/pycharm/attestrunner.py +${PKGNAME}/plugins/python/helpers/pycharm/behave_runner.py +${PKGNAME}/plugins/python/helpers/pycharm/buildout_engulfer.py +${PKGNAME}/plugins/python/helpers/pycharm/django_manage.py +${PKGNAME}/plugins/python/helpers/pycharm/django_manage_commands_provider/__init__.py +${PKGNAME}/plugins/python/helpers/pycharm/django_manage_commands_provider/_parser/__init__.py +${PKGNAME}/plugins/python/helpers/pycharm/django_manage_commands_provider/_parser/_argparse.py +${PKGNAME}/plugins/python/helpers/pycharm/django_manage_commands_provider/_parser/_optparse.py +${PKGNAME}/plugins/python/helpers/pycharm/django_manage_commands_provider/_parser/_utils.py +${PKGNAME}/plugins/python/helpers/pycharm/django_manage_commands_provider/_parser/parser.py +${PKGNAME}/plugins/python/helpers/pycharm/django_manage_commands_provider/_xml.py +${PKGNAME}/plugins/python/helpers/pycharm/django_manage_commands_provider/readme.txt +${PKGNAME}/plugins/python/helpers/pycharm/django_manage_shell.py +${PKGNAME}/plugins/python/helpers/pycharm/django_test_manage.py +${PKGNAME}/plugins/python/helpers/pycharm/django_test_runner.py +${PKGNAME}/plugins/python/helpers/pycharm/docrunner.py +${PKGNAME}/plugins/python/helpers/pycharm/fix_getpass.py +${PKGNAME}/plugins/python/helpers/pycharm/lettuce_runner.py +${PKGNAME}/plugins/python/helpers/pycharm/nose_helper/_2.py +${PKGNAME}/plugins/python/helpers/pycharm/nose_helper/_3.py +${PKGNAME}/plugins/python/helpers/pycharm/nose_helper/__init__.py +${PKGNAME}/plugins/python/helpers/pycharm/nose_helper/case.py +${PKGNAME}/plugins/python/helpers/pycharm/nose_helper/config.py +${PKGNAME}/plugins/python/helpers/pycharm/nose_helper/failure.py +${PKGNAME}/plugins/python/helpers/pycharm/nose_helper/loader.py +${PKGNAME}/plugins/python/helpers/pycharm/nose_helper/raise_compat.py +${PKGNAME}/plugins/python/helpers/pycharm/nose_helper/selector.py +${PKGNAME}/plugins/python/helpers/pycharm/nose_helper/suite.py +${PKGNAME}/plugins/python/helpers/pycharm/nose_helper/util.py +${PKGNAME}/plugins/python/helpers/pycharm/nose_utils.py +${PKGNAME}/plugins/python/helpers/pycharm/noserunner.py +${PKGNAME}/plugins/python/helpers/pycharm/pycharm_commands/__init__.py +${PKGNAME}/plugins/python/helpers/pycharm/pycharm_commands/pycharm_test.py +${PKGNAME}/plugins/python/helpers/pycharm/pycharm_load_entry_point.py +${PKGNAME}/plugins/python/helpers/pycharm/pycharm_run_utils.py +${PKGNAME}/plugins/python/helpers/pycharm/pycharm_setup_runner.py +${PKGNAME}/plugins/python/helpers/pycharm/pytest_teamcity.py +${PKGNAME}/plugins/python/helpers/pycharm/pytestrunner.py +${PKGNAME}/plugins/python/helpers/pycharm/runpy_compat.py +${PKGNAME}/plugins/python/helpers/pycharm/tcmessages.py +${PKGNAME}/plugins/python/helpers/pycharm/tcunittest.py +${PKGNAME}/plugins/python/helpers/pycharm/teamcity/README.txt +${PKGNAME}/plugins/python/helpers/pycharm/teamcity/__init__.py +${PKGNAME}/plugins/python/helpers/pycharm/teamcity/common.py +${PKGNAME}/plugins/python/helpers/pycharm/teamcity/context_managers.py +${PKGNAME}/plugins/python/helpers/pycharm/teamcity/diff_tools.py +${PKGNAME}/plugins/python/helpers/pycharm/teamcity/django.py +${PKGNAME}/plugins/python/helpers/pycharm/teamcity/flake8_plugin.py +${PKGNAME}/plugins/python/helpers/pycharm/teamcity/flake8_v2_plugin.py +${PKGNAME}/plugins/python/helpers/pycharm/teamcity/flake8_v3_plugin.py +${PKGNAME}/plugins/python/helpers/pycharm/teamcity/jb_behave_formatter.py +${PKGNAME}/plugins/python/helpers/pycharm/teamcity/messages.py +${PKGNAME}/plugins/python/helpers/pycharm/teamcity/nose_report.py +${PKGNAME}/plugins/python/helpers/pycharm/teamcity/pytest_plugin.py +${PKGNAME}/plugins/python/helpers/pycharm/teamcity/unittestpy.py +${PKGNAME}/plugins/python/helpers/pycharm/utrunner.py +${PKGNAME}/plugins/python/helpers/pycharm_generator_utils/__init__.py +${PKGNAME}/plugins/python/helpers/pycharm_generator_utils/clr_tools.py +${PKGNAME}/plugins/python/helpers/pycharm_generator_utils/constants.py +${PKGNAME}/plugins/python/helpers/pycharm_generator_utils/module_redeclarator.py +${PKGNAME}/plugins/python/helpers/pycharm_generator_utils/pyparsing.py +${PKGNAME}/plugins/python/helpers/pycharm_generator_utils/pyparsing_py3.py +${PKGNAME}/plugins/python/helpers/pycharm_generator_utils/util_methods.py +${PKGNAME}/plugins/python/helpers/pycharm_matplotlib_backend/__init__.py +${PKGNAME}/plugins/python/helpers/pycharm_matplotlib_backend/backend_interagg.py +${PKGNAME}/plugins/python/helpers/pycharm_matplotlib_backend/sitecustomize.py +${PKGNAME}/plugins/python/helpers/pycodestyle.py +${PKGNAME}/plugins/python/helpers/pydev/LICENSE +${PKGNAME}/plugins/python/helpers/pydev/README.rst +${PKGNAME}/plugins/python/helpers/pydev/_pydev_bundle/__init__.py +${PKGNAME}/plugins/python/helpers/pydev/_pydev_bundle/_pydev_calltip_util.py +${PKGNAME}/plugins/python/helpers/pydev/_pydev_bundle/_pydev_completer.py +${PKGNAME}/plugins/python/helpers/pydev/_pydev_bundle/_pydev_filesystem_encoding.py +${PKGNAME}/plugins/python/helpers/pydev/_pydev_bundle/_pydev_getopt.py +${PKGNAME}/plugins/python/helpers/pydev/_pydev_bundle/_pydev_imports_tipper.py +${PKGNAME}/plugins/python/helpers/pydev/_pydev_bundle/_pydev_jy_imports_tipper.py +${PKGNAME}/plugins/python/helpers/pydev/_pydev_bundle/_pydev_log.py +${PKGNAME}/plugins/python/helpers/pydev/_pydev_bundle/_pydev_tipper_common.py +${PKGNAME}/plugins/python/helpers/pydev/_pydev_bundle/fix_getpass.py +${PKGNAME}/plugins/python/helpers/pydev/_pydev_bundle/pydev_code_executor.py +${PKGNAME}/plugins/python/helpers/pydev/_pydev_bundle/pydev_console_commands.py +${PKGNAME}/plugins/python/helpers/pydev/_pydev_bundle/pydev_console_types.py +${PKGNAME}/plugins/python/helpers/pydev/_pydev_bundle/pydev_console_utils.py +${PKGNAME}/plugins/python/helpers/pydev/_pydev_bundle/pydev_import_hook.py +${PKGNAME}/plugins/python/helpers/pydev/_pydev_bundle/pydev_imports.py +${PKGNAME}/plugins/python/helpers/pydev/_pydev_bundle/pydev_ipython_code_executor.py +${PKGNAME}/plugins/python/helpers/pydev/_pydev_bundle/pydev_ipython_console.py +${PKGNAME}/plugins/python/helpers/pydev/_pydev_bundle/pydev_ipython_console_011.py +${PKGNAME}/plugins/python/helpers/pydev/_pydev_bundle/pydev_is_thread_alive.py +${PKGNAME}/plugins/python/helpers/pydev/_pydev_bundle/pydev_localhost.py +${PKGNAME}/plugins/python/helpers/pydev/_pydev_bundle/pydev_log.py +${PKGNAME}/plugins/python/helpers/pydev/_pydev_bundle/pydev_monkey.py +${PKGNAME}/plugins/python/helpers/pydev/_pydev_bundle/pydev_monkey_qt.py +${PKGNAME}/plugins/python/helpers/pydev/_pydev_bundle/pydev_override.py +${PKGNAME}/plugins/python/helpers/pydev/_pydev_bundle/pydev_stdin.py +${PKGNAME}/plugins/python/helpers/pydev/_pydev_bundle/pydev_umd.py +${PKGNAME}/plugins/python/helpers/pydev/_pydev_bundle/pydev_versioncheck.py +${PKGNAME}/plugins/python/helpers/pydev/_pydev_comm/__init__.py +${PKGNAME}/plugins/python/helpers/pydev/_pydev_comm/io.py +${PKGNAME}/plugins/python/helpers/pydev/_pydev_comm/rpc.py +${PKGNAME}/plugins/python/helpers/pydev/_pydev_comm/server.py +${PKGNAME}/plugins/python/helpers/pydev/_pydev_comm/transport.py +${PKGNAME}/plugins/python/helpers/pydev/_pydev_imps/__init__.py +${PKGNAME}/plugins/python/helpers/pydev/_pydev_imps/_pydev_BaseHTTPServer.py +${PKGNAME}/plugins/python/helpers/pydev/_pydev_imps/_pydev_SimpleXMLRPCServer.py +${PKGNAME}/plugins/python/helpers/pydev/_pydev_imps/_pydev_SocketServer.py +${PKGNAME}/plugins/python/helpers/pydev/_pydev_imps/_pydev_execfile.py +${PKGNAME}/plugins/python/helpers/pydev/_pydev_imps/_pydev_inspect.py +${PKGNAME}/plugins/python/helpers/pydev/_pydev_imps/_pydev_pkgutil_old.py +${PKGNAME}/plugins/python/helpers/pydev/_pydev_imps/_pydev_saved_modules.py +${PKGNAME}/plugins/python/helpers/pydev/_pydev_imps/_pydev_sys_patch.py +${PKGNAME}/plugins/python/helpers/pydev/_pydev_imps/_pydev_uuid_old.py +${PKGNAME}/plugins/python/helpers/pydev/_pydev_imps/_pydev_xmlrpclib.py +${PKGNAME}/plugins/python/helpers/pydev/_pydev_runfiles/__init__.py +${PKGNAME}/plugins/python/helpers/pydev/_pydev_runfiles/pydev_runfiles.py +${PKGNAME}/plugins/python/helpers/pydev/_pydev_runfiles/pydev_runfiles_coverage.py +${PKGNAME}/plugins/python/helpers/pydev/_pydev_runfiles/pydev_runfiles_nose.py +${PKGNAME}/plugins/python/helpers/pydev/_pydev_runfiles/pydev_runfiles_parallel.py +${PKGNAME}/plugins/python/helpers/pydev/_pydev_runfiles/pydev_runfiles_parallel_client.py +${PKGNAME}/plugins/python/helpers/pydev/_pydev_runfiles/pydev_runfiles_pytest2.py +${PKGNAME}/plugins/python/helpers/pydev/_pydev_runfiles/pydev_runfiles_unittest.py +${PKGNAME}/plugins/python/helpers/pydev/_pydev_runfiles/pydev_runfiles_xml_rpc.py +${PKGNAME}/plugins/python/helpers/pydev/_pydevd_bundle/__init__.py +${PKGNAME}/plugins/python/helpers/pydev/_pydevd_bundle/pydevconsole_code_for_ironpython.py +${PKGNAME}/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_additional_thread_info.py +${PKGNAME}/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_additional_thread_info_regular.py +${PKGNAME}/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_breakpointhook.py +${PKGNAME}/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_breakpoints.py +${PKGNAME}/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_comm.py +${PKGNAME}/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_command_line_handling.py +${PKGNAME}/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_console.py +${PKGNAME}/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_console_integration.py +${PKGNAME}/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_constants.py +${PKGNAME}/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_custom_frames.py +${PKGNAME}/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython.c +${PKGNAME}/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython.pyx +${PKGNAME}/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_26_64.so +${PKGNAME}/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_27_64.so +${PKGNAME}/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_34_64.so +${PKGNAME}/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_35_64.cpython-35m-darwin.so +${PKGNAME}/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_36_64.cpython-36m-darwin.so +${PKGNAME}/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_37_64.cpython-37m-darwin.so +${PKGNAME}/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_26_32.pyd +${PKGNAME}/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_26_64.pyd +${PKGNAME}/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_27_32.pyd +${PKGNAME}/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_27_64.pyd +${PKGNAME}/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_34_32.pyd +${PKGNAME}/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_34_64.pyd +${PKGNAME}/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_35_32.cp35-win32.pyd +${PKGNAME}/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_35_64.cp35-win_amd64.pyd +${PKGNAME}/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_36_32.cp36-win32.pyd +${PKGNAME}/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_36_64.cp36-win_amd64.pyd +${PKGNAME}/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_37_32.cp37-win32.pyd +${PKGNAME}/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_37_64.cp37-win_amd64.pyd +${PKGNAME}/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_wrapper.py +${PKGNAME}/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_dont_trace.py +${PKGNAME}/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_dont_trace_files.py +${PKGNAME}/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_exec.py +${PKGNAME}/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_exec2.py +${PKGNAME}/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_extension_api.py +${PKGNAME}/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_extension_utils.py +${PKGNAME}/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_frame.py +${PKGNAME}/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_frame_utils.py +${PKGNAME}/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_import_class.py +${PKGNAME}/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_io.py +${PKGNAME}/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_kill_all_pydevd_threads.py +${PKGNAME}/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_plugin_utils.py +${PKGNAME}/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_process_net_command.py +${PKGNAME}/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_referrers.py +${PKGNAME}/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_reload.py +${PKGNAME}/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_resolver.py +${PKGNAME}/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_save_locals.py +${PKGNAME}/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_signature.py +${PKGNAME}/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_stackless.py +${PKGNAME}/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_thrift.py +${PKGNAME}/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_trace_api.py +${PKGNAME}/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_trace_dispatch.py +${PKGNAME}/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_trace_dispatch_regular.py +${PKGNAME}/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_traceproperty.py +${PKGNAME}/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_tracing.py +${PKGNAME}/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_utils.py +${PKGNAME}/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_vars.py +${PKGNAME}/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_vm_type.py +${PKGNAME}/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_xml.py +${PKGNAME}/plugins/python/helpers/pydev/_pydevd_frame_eval/__init__.py +${PKGNAME}/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_eval_cython_wrapper.py +${PKGNAME}/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_eval_main.py +${PKGNAME}/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator.c +${PKGNAME}/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator.pxd +${PKGNAME}/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator.pyx +${PKGNAME}/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_darwin_36_64.cpython-36m-darwin.so +${PKGNAME}/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_darwin_37_64.cpython-37m-darwin.so +${PKGNAME}/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_36_32.cp36-win32.pyd +${PKGNAME}/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_36_64.cp36-win_amd64.pyd +${PKGNAME}/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_37_32.cp37-win32.pyd +${PKGNAME}/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_37_64.cp37-win_amd64.pyd +${PKGNAME}/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_tracing.py +${PKGNAME}/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_modify_bytecode.py +${PKGNAME}/plugins/python/helpers/pydev/build_tools/build.py +${PKGNAME}/plugins/python/helpers/pydev/build_tools/build_binaries_osx.py +${PKGNAME}/plugins/python/helpers/pydev/build_tools/build_binaries_windows.py +${PKGNAME}/plugins/python/helpers/pydev/build_tools/generate_code.py +${PKGNAME}/plugins/python/helpers/pydev/build_tools/names_to_rename.py +${PKGNAME}/plugins/python/helpers/pydev/build_tools/rename_pep8.py +${PKGNAME}/plugins/python/helpers/pydev/interpreterInfo.py +${PKGNAME}/plugins/python/helpers/pydev/jython_test_deps/ant.jar +${PKGNAME}/plugins/python/helpers/pydev/jython_test_deps/junit.jar +${PKGNAME}/plugins/python/helpers/pydev/merge_pydev_pycharm.txt +${PKGNAME}/plugins/python/helpers/pydev/pycharm-readme.txt +${PKGNAME}/plugins/python/helpers/pydev/pycompletionserver.py +${PKGNAME}/plugins/python/helpers/pydev/pydev_app_engine_debug_startup.py +${PKGNAME}/plugins/python/helpers/pydev/pydev_console/__init__.py +${PKGNAME}/plugins/python/helpers/pydev/pydev_console/console.thrift +${PKGNAME}/plugins/python/helpers/pydev/pydev_console/protocol.py +${PKGNAME}/plugins/python/helpers/pydev/pydev_coverage.py +${PKGNAME}/plugins/python/helpers/pydev/pydev_ipython/README +${PKGNAME}/plugins/python/helpers/pydev/pydev_ipython/__init__.py +${PKGNAME}/plugins/python/helpers/pydev/pydev_ipython/inputhook.py +${PKGNAME}/plugins/python/helpers/pydev/pydev_ipython/inputhookglut.py +${PKGNAME}/plugins/python/helpers/pydev/pydev_ipython/inputhookgtk.py +${PKGNAME}/plugins/python/helpers/pydev/pydev_ipython/inputhookgtk3.py +${PKGNAME}/plugins/python/helpers/pydev/pydev_ipython/inputhookpyglet.py +${PKGNAME}/plugins/python/helpers/pydev/pydev_ipython/inputhookqt4.py +${PKGNAME}/plugins/python/helpers/pydev/pydev_ipython/inputhookqt5.py +${PKGNAME}/plugins/python/helpers/pydev/pydev_ipython/inputhooktk.py +${PKGNAME}/plugins/python/helpers/pydev/pydev_ipython/inputhookwx.py +${PKGNAME}/plugins/python/helpers/pydev/pydev_ipython/matplotlibtools.py +${PKGNAME}/plugins/python/helpers/pydev/pydev_ipython/qt.py +${PKGNAME}/plugins/python/helpers/pydev/pydev_ipython/qt_for_kernel.py +${PKGNAME}/plugins/python/helpers/pydev/pydev_ipython/qt_loaders.py +${PKGNAME}/plugins/python/helpers/pydev/pydev_ipython/version.py +${PKGNAME}/plugins/python/helpers/pydev/pydev_pysrc.py +${PKGNAME}/plugins/python/helpers/pydev/pydev_sitecustomize/__not_in_default_pythonpath.txt +${PKGNAME}/plugins/python/helpers/pydev/pydev_sitecustomize/sitecustomize.py +${PKGNAME}/plugins/python/helpers/pydev/pydevconsole.py +${PKGNAME}/plugins/python/helpers/pydev/pydevd.py +${PKGNAME}/plugins/python/helpers/pydev/pydevd_concurrency_analyser/__init__.py +${PKGNAME}/plugins/python/helpers/pydev/pydevd_concurrency_analyser/pydevd_concurrency_logger.py +${PKGNAME}/plugins/python/helpers/pydev/pydevd_concurrency_analyser/pydevd_thread_wrappers.py +${PKGNAME}/plugins/python/helpers/pydev/pydevd_file_utils.py +${PKGNAME}/plugins/python/helpers/pydev/pydevd_plugins/__init__.py +${PKGNAME}/plugins/python/helpers/pydev/pydevd_plugins/django_debug.py +${PKGNAME}/plugins/python/helpers/pydev/pydevd_plugins/extensions/README.md +${PKGNAME}/plugins/python/helpers/pydev/pydevd_plugins/extensions/__init__.py +${PKGNAME}/plugins/python/helpers/pydev/pydevd_plugins/extensions/types/README.md +${PKGNAME}/plugins/python/helpers/pydev/pydevd_plugins/extensions/types/__init__.py +${PKGNAME}/plugins/python/helpers/pydev/pydevd_plugins/extensions/types/pydevd_helpers.py +${PKGNAME}/plugins/python/helpers/pydev/pydevd_plugins/extensions/types/pydevd_plugin_numpy_types.py +${PKGNAME}/plugins/python/helpers/pydev/pydevd_plugins/extensions/types/pydevd_plugins_django_form_str.py +${PKGNAME}/plugins/python/helpers/pydev/pydevd_plugins/jinja2_debug.py +${PKGNAME}/plugins/python/helpers/pydev/runfiles.py +${PKGNAME}/plugins/python/helpers/pydev/setup.py +${PKGNAME}/plugins/python/helpers/pydev/setup_cython.py +${PKGNAME}/plugins/python/helpers/pydev/stubs/_django_manager_body.py +${PKGNAME}/plugins/python/helpers/pydev/stubs/_get_tips.py +${PKGNAME}/plugins/python/helpers/pydev/stubs/pycompletion.py +${PKGNAME}/plugins/python/helpers/pydev/test_pydevd_reload/__init__.py +${PKGNAME}/plugins/python/helpers/pydev/test_pydevd_reload/test_pydevd_reload.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd/__init__.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd/test_check_pydevconsole.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd/test_get_referrers.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd/test_jyserver.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd/test_jysimpleTipper.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd/test_pydev_ipython_011.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd/test_pydevconsole.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd/test_pyserver.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd/test_signature.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd/test_simpleTipper.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_mainloop/README +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_mainloop/__init__.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_mainloop/gui-glut.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_mainloop/gui-gtk.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_mainloop/gui-gtk3.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_mainloop/gui-pyglet.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_mainloop/gui-qt.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_mainloop/gui-tk.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_mainloop/gui-wx.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_python/__init__.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_python/_bytecode_many_names_example.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_python/_bytecode_overflow_example.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case1.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case10.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case13.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case14.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case15.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case15_execfile.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case16.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case17.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case17a.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case18.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case19.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case2.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case20.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case3.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case4.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case56.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case7.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case89.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case_event_ext.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case_m_switch.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case_m_switch_2.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case_module_entry_point.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case_qthread1.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case_qthread2.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case_qthread3.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case_qthread4.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case_remote.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case_remote_1.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case_remote_2.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case_set_next_statement.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case_type_ext.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_python/_performance_1.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_python/_performance_2.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_python/_performance_3.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_python/debugger_unittest.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_python/my_django_proj_17/manage.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_python/my_django_proj_17/my_app/__init__.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_python/my_django_proj_17/my_app/admin.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_python/my_django_proj_17/my_app/forms.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_python/my_django_proj_17/my_app/models.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_python/my_django_proj_17/my_app/templates/my_app/index.html +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_python/my_django_proj_17/my_app/templates/my_app/name.html +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_python/my_django_proj_17/my_app/tests.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_python/my_django_proj_17/my_app/urls.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_python/my_django_proj_17/my_app/views.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_python/my_django_proj_17/my_django_proj_17/__init__.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_python/my_django_proj_17/my_django_proj_17/settings.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_python/my_django_proj_17/my_django_proj_17/urls.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_python/my_django_proj_17/my_django_proj_17/wsgi.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_python/my_extensions/pydevd_plugins/__init__.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_python/my_extensions/pydevd_plugins/extensions/__init__.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_python/my_extensions/pydevd_plugins/extensions/pydevd_plugin_test_events.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_python/my_extensions/pydevd_plugins/extensions/pydevd_plugin_test_exttype.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_python/performance_check.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_python/test_additional_thread_info.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_python/test_bytecode_modification.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_python/test_debugger.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_python/test_frame_eval_and_tracing.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_python/test_process_command_line.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_python/test_pydev_monkey.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_python/test_save_locals.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_runfiles/not_in_default_pythonpath.txt +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_runfiles/samples/nested_dir/__init__.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_runfiles/samples/nested_dir/nested2/__init__.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_runfiles/samples/nested_dir/nested2/deep_nest_test.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_runfiles/samples/nested_dir/nested2/non_test_file.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_runfiles/samples/nested_dir/nested3/__init__.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_runfiles/samples/nested_dir/nested3/junk.txt +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_runfiles/samples/nested_dir/nested3/non_test_file.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_runfiles/samples/nested_dir/non_test_file.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_runfiles/samples/nested_dir/simple4_test.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_runfiles/samples/non_test_file.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_runfiles/samples/not_in_default_pythonpath.txt +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_runfiles/samples/simple2_test.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_runfiles/samples/simple3_test.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_runfiles/samples/simpleClass_test.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_runfiles/samples/simpleModule_test.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_runfiles/samples/simple_test.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_runfiles/test_pydevd_property.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_runfiles/test_pydevdio.py +${PKGNAME}/plugins/python/helpers/pydev/tests_pydevd_runfiles/test_runfiles.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/isort_container/isort/__init__.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/isort_container/isort/__main__.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/isort_container/isort/hooks.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/isort_container/isort/isort.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/isort_container/isort/main.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/isort_container/isort/natural.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/isort_container/isort/pie_slice.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/isort_container/isort/pylama_isort.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/isort_container/isort/settings.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/pep8/autopep8.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/Grammar.txt +${PKGNAME}/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/PatternGrammar.txt +${PKGNAME}/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/__init__.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/__main__.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/btm_matcher.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/btm_utils.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixer_base.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixer_util.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/__init__.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_apply.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_basestring.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_buffer.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_callable.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_dict.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_except.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_exec.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_execfile.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_exitfunc.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_filter.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_funcattrs.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_future.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_getcwdu.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_has_key.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_idioms.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_import.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_imports.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_imports2.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_input.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_intern.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_isinstance.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_itertools.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_itertools_imports.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_long.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_map.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_metaclass.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_methodattrs.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_ne.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_next.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_nonzero.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_numliterals.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_operator.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_paren.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_print.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_raise.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_raw_input.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_reduce.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_renames.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_repr.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_set_literal.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_standarderror.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_sys_exc.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_throw.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_tuple_params.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_types.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_unicode.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_urllib.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_ws_comma.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_xrange.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_xreadlines.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_zip.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/main.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/patcomp.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/__init__.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/conv.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/driver.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/grammar.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/literals.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/parse.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/pgen.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/token.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/tokenize.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pygram.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pytree.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/refactor.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/pep8/pycodestyle.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/wrapped_for_pydev/ctypes/__init__.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/wrapped_for_pydev/ctypes/_ctypes.dll +${PKGNAME}/plugins/python/helpers/pydev/third_party/wrapped_for_pydev/ctypes/_endian.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/wrapped_for_pydev/ctypes/ctypes-README.txt +${PKGNAME}/plugins/python/helpers/pydev/third_party/wrapped_for_pydev/ctypes/macholib/__init__.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/wrapped_for_pydev/ctypes/macholib/dyld.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/wrapped_for_pydev/ctypes/macholib/dylib.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/wrapped_for_pydev/ctypes/macholib/framework.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/wrapped_for_pydev/ctypes/util.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/wrapped_for_pydev/ctypes/wintypes.py +${PKGNAME}/plugins/python/helpers/pydev/third_party/wrapped_for_pydev/not_in_default_pythonpath.txt +${PKGNAME}/plugins/python/helpers/python-skeletons/AUTHORS.txt +${PKGNAME}/plugins/python/helpers/python-skeletons/LICENSE.txt +${PKGNAME}/plugins/python/helpers/python-skeletons/README.md +${PKGNAME}/plugins/python/helpers/python-skeletons/StringIO.py +${PKGNAME}/plugins/python/helpers/python-skeletons/_csv.py +${PKGNAME}/plugins/python/helpers/python-skeletons/_pytest/__init__.py +${PKGNAME}/plugins/python/helpers/python-skeletons/_pytest/mark/__init__.py +${PKGNAME}/plugins/python/helpers/python-skeletons/_pytest/mark/structures.py +${PKGNAME}/plugins/python/helpers/python-skeletons/alembic.py +${PKGNAME}/plugins/python/helpers/python-skeletons/asyncio/__init__.py +${PKGNAME}/plugins/python/helpers/python-skeletons/asyncio/events.py +${PKGNAME}/plugins/python/helpers/python-skeletons/behave.py +${PKGNAME}/plugins/python/helpers/python-skeletons/cStringIO.py +${PKGNAME}/plugins/python/helpers/python-skeletons/copy.py +${PKGNAME}/plugins/python/helpers/python-skeletons/decimal.py +${PKGNAME}/plugins/python/helpers/python-skeletons/django/__init__.py +${PKGNAME}/plugins/python/helpers/python-skeletons/django/core/__init__.py +${PKGNAME}/plugins/python/helpers/python-skeletons/django/core/mail.py +${PKGNAME}/plugins/python/helpers/python-skeletons/django/db/__init__.py +${PKGNAME}/plugins/python/helpers/python-skeletons/django/db/models/__init__.py +${PKGNAME}/plugins/python/helpers/python-skeletons/django/db/models/query.py +${PKGNAME}/plugins/python/helpers/python-skeletons/django/forms/__init__.py +${PKGNAME}/plugins/python/helpers/python-skeletons/django/forms/forms.py +${PKGNAME}/plugins/python/helpers/python-skeletons/django/forms/formsets.py +${PKGNAME}/plugins/python/helpers/python-skeletons/django/forms/models.py +${PKGNAME}/plugins/python/helpers/python-skeletons/django/views/__init__.py +${PKGNAME}/plugins/python/helpers/python-skeletons/django/views/generic/__init__.py +${PKGNAME}/plugins/python/helpers/python-skeletons/django/views/generic/base.py +${PKGNAME}/plugins/python/helpers/python-skeletons/lettuce/__init__.py +${PKGNAME}/plugins/python/helpers/python-skeletons/lettuce/terrain.py +${PKGNAME}/plugins/python/helpers/python-skeletons/logging.py +${PKGNAME}/plugins/python/helpers/python-skeletons/multiprocessing/__init__.py +${PKGNAME}/plugins/python/helpers/python-skeletons/multiprocessing/managers.py +${PKGNAME}/plugins/python/helpers/python-skeletons/nose/__init__.py +${PKGNAME}/plugins/python/helpers/python-skeletons/nose/tools/__init__.py +${PKGNAME}/plugins/python/helpers/python-skeletons/numpy/__init__.py +${PKGNAME}/plugins/python/helpers/python-skeletons/numpy/core/__init__.py +${PKGNAME}/plugins/python/helpers/python-skeletons/numpy/core/multiarray.py +${PKGNAME}/plugins/python/helpers/python-skeletons/os/__init__.py +${PKGNAME}/plugins/python/helpers/python-skeletons/os/path.py +${PKGNAME}/plugins/python/helpers/python-skeletons/pickle.py +${PKGNAME}/plugins/python/helpers/python-skeletons/py/__init__.py +${PKGNAME}/plugins/python/helpers/python-skeletons/py/error.py +${PKGNAME}/plugins/python/helpers/python-skeletons/py/path/__init__.py +${PKGNAME}/plugins/python/helpers/python-skeletons/pytest/__init__.py +${PKGNAME}/plugins/python/helpers/python-skeletons/struct.py +${PKGNAME}/plugins/python/helpers/python-skeletons/sys.py +${PKGNAME}/plugins/python/helpers/required_gen_version +${PKGNAME}/plugins/python/helpers/rest_runners/rst2smth.py +${PKGNAME}/plugins/python/helpers/rest_runners/sphinx_runner.py +${PKGNAME}/plugins/python/helpers/roman.py +${PKGNAME}/plugins/python/helpers/setuptools-36.8.0.tar.gz +${PKGNAME}/plugins/python/helpers/setuptools-39.1.0.tar.gz +${PKGNAME}/plugins/python/helpers/six.py +${PKGNAME}/plugins/python/helpers/sphinxcontrib/__init__.py +${PKGNAME}/plugins/python/helpers/sphinxcontrib/napoleon/__init__.py +${PKGNAME}/plugins/python/helpers/sphinxcontrib/napoleon/_version.py +${PKGNAME}/plugins/python/helpers/sphinxcontrib/napoleon/docstring.py +${PKGNAME}/plugins/python/helpers/syspath.py +${PKGNAME}/plugins/python/helpers/test_generator.py +${PKGNAME}/plugins/python/helpers/third_party/thriftpy/README.md +${PKGNAME}/plugins/python/helpers/third_party/thriftpy/_shaded_ply/__init__.py +${PKGNAME}/plugins/python/helpers/third_party/thriftpy/_shaded_ply/cpp.py +${PKGNAME}/plugins/python/helpers/third_party/thriftpy/_shaded_ply/ctokens.py +${PKGNAME}/plugins/python/helpers/third_party/thriftpy/_shaded_ply/lex.py +${PKGNAME}/plugins/python/helpers/third_party/thriftpy/_shaded_ply/yacc.py +${PKGNAME}/plugins/python/helpers/third_party/thriftpy/_shaded_ply/ygen.py +${PKGNAME}/plugins/python/helpers/third_party/thriftpy/_shaded_thriftpy/__init__.py +${PKGNAME}/plugins/python/helpers/third_party/thriftpy/_shaded_thriftpy/_compat.py +${PKGNAME}/plugins/python/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/__init__.py +${PKGNAME}/plugins/python/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/tracking/__init__.py +${PKGNAME}/plugins/python/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/tracking/tracker.py +${PKGNAME}/plugins/python/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/tracking/tracking.thrift +${PKGNAME}/plugins/python/helpers/third_party/thriftpy/_shaded_thriftpy/hook.py +${PKGNAME}/plugins/python/helpers/third_party/thriftpy/_shaded_thriftpy/parser/__init__.py +${PKGNAME}/plugins/python/helpers/third_party/thriftpy/_shaded_thriftpy/parser/exc.py +${PKGNAME}/plugins/python/helpers/third_party/thriftpy/_shaded_thriftpy/parser/lexer.py +${PKGNAME}/plugins/python/helpers/third_party/thriftpy/_shaded_thriftpy/parser/parser.py +${PKGNAME}/plugins/python/helpers/third_party/thriftpy/_shaded_thriftpy/protocol/__init__.py +${PKGNAME}/plugins/python/helpers/third_party/thriftpy/_shaded_thriftpy/protocol/binary.py +${PKGNAME}/plugins/python/helpers/third_party/thriftpy/_shaded_thriftpy/protocol/compact.py +${PKGNAME}/plugins/python/helpers/third_party/thriftpy/_shaded_thriftpy/protocol/cybin/cybin.pyx +${PKGNAME}/plugins/python/helpers/third_party/thriftpy/_shaded_thriftpy/protocol/cybin/endian_port.h +${PKGNAME}/plugins/python/helpers/third_party/thriftpy/_shaded_thriftpy/protocol/exc.py +${PKGNAME}/plugins/python/helpers/third_party/thriftpy/_shaded_thriftpy/protocol/json.py +${PKGNAME}/plugins/python/helpers/third_party/thriftpy/_shaded_thriftpy/protocol/multiplex.py +${PKGNAME}/plugins/python/helpers/third_party/thriftpy/_shaded_thriftpy/rpc.py +${PKGNAME}/plugins/python/helpers/third_party/thriftpy/_shaded_thriftpy/server.py +${PKGNAME}/plugins/python/helpers/third_party/thriftpy/_shaded_thriftpy/thrift.py +${PKGNAME}/plugins/python/helpers/third_party/thriftpy/_shaded_thriftpy/tornado.py +${PKGNAME}/plugins/python/helpers/third_party/thriftpy/_shaded_thriftpy/transport/__init__.py +${PKGNAME}/plugins/python/helpers/third_party/thriftpy/_shaded_thriftpy/transport/_ssl.py +${PKGNAME}/plugins/python/helpers/third_party/thriftpy/_shaded_thriftpy/transport/buffered/__init__.py +${PKGNAME}/plugins/python/helpers/third_party/thriftpy/_shaded_thriftpy/transport/buffered/cybuffered.pyx +${PKGNAME}/plugins/python/helpers/third_party/thriftpy/_shaded_thriftpy/transport/cybase.pxd +${PKGNAME}/plugins/python/helpers/third_party/thriftpy/_shaded_thriftpy/transport/cybase.pyx +${PKGNAME}/plugins/python/helpers/third_party/thriftpy/_shaded_thriftpy/transport/framed/__init__.py +${PKGNAME}/plugins/python/helpers/third_party/thriftpy/_shaded_thriftpy/transport/framed/cyframed.pyx +${PKGNAME}/plugins/python/helpers/third_party/thriftpy/_shaded_thriftpy/transport/memory/__init__.py +${PKGNAME}/plugins/python/helpers/third_party/thriftpy/_shaded_thriftpy/transport/memory/cymemory.pyx +${PKGNAME}/plugins/python/helpers/third_party/thriftpy/_shaded_thriftpy/transport/socket.py +${PKGNAME}/plugins/python/helpers/third_party/thriftpy/_shaded_thriftpy/transport/sslsocket.py +${PKGNAME}/plugins/python/helpers/third_party/thriftpy/_shaded_thriftpy/utils.py +${PKGNAME}/plugins/python/helpers/tools/class_method_versions.xml +${PKGNAME}/plugins/python/helpers/tools/packages +${PKGNAME}/plugins/python/helpers/tools/python_keywords/False +${PKGNAME}/plugins/python/helpers/tools/python_keywords/None +${PKGNAME}/plugins/python/helpers/tools/python_keywords/True +${PKGNAME}/plugins/python/helpers/tools/python_keywords/__debug__ +${PKGNAME}/plugins/python/helpers/tools/python_keywords/and +${PKGNAME}/plugins/python/helpers/tools/python_keywords/as +${PKGNAME}/plugins/python/helpers/tools/python_keywords/assert +${PKGNAME}/plugins/python/helpers/tools/python_keywords/break +${PKGNAME}/plugins/python/helpers/tools/python_keywords/class +${PKGNAME}/plugins/python/helpers/tools/python_keywords/continue +${PKGNAME}/plugins/python/helpers/tools/python_keywords/def +${PKGNAME}/plugins/python/helpers/tools/python_keywords/del +${PKGNAME}/plugins/python/helpers/tools/python_keywords/elif +${PKGNAME}/plugins/python/helpers/tools/python_keywords/else +${PKGNAME}/plugins/python/helpers/tools/python_keywords/except +${PKGNAME}/plugins/python/helpers/tools/python_keywords/exec +${PKGNAME}/plugins/python/helpers/tools/python_keywords/finally +${PKGNAME}/plugins/python/helpers/tools/python_keywords/for +${PKGNAME}/plugins/python/helpers/tools/python_keywords/from +${PKGNAME}/plugins/python/helpers/tools/python_keywords/global +${PKGNAME}/plugins/python/helpers/tools/python_keywords/if +${PKGNAME}/plugins/python/helpers/tools/python_keywords/import +${PKGNAME}/plugins/python/helpers/tools/python_keywords/in +${PKGNAME}/plugins/python/helpers/tools/python_keywords/is +${PKGNAME}/plugins/python/helpers/tools/python_keywords/lambda +${PKGNAME}/plugins/python/helpers/tools/python_keywords/nonlocal +${PKGNAME}/plugins/python/helpers/tools/python_keywords/not +${PKGNAME}/plugins/python/helpers/tools/python_keywords/or +${PKGNAME}/plugins/python/helpers/tools/python_keywords/pass +${PKGNAME}/plugins/python/helpers/tools/python_keywords/raise +${PKGNAME}/plugins/python/helpers/tools/python_keywords/return +${PKGNAME}/plugins/python/helpers/tools/python_keywords/try +${PKGNAME}/plugins/python/helpers/tools/python_keywords/while +${PKGNAME}/plugins/python/helpers/tools/python_keywords/with +${PKGNAME}/plugins/python/helpers/tools/python_keywords/yield +${PKGNAME}/plugins/python/helpers/tools/stdlib_packages.txt +${PKGNAME}/plugins/python/helpers/tools/versions.xml +${PKGNAME}/plugins/python/helpers/typeshed/.flake8 +${PKGNAME}/plugins/python/helpers/typeshed/.travis.yml +${PKGNAME}/plugins/python/helpers/typeshed/CONTRIBUTING.md +${PKGNAME}/plugins/python/helpers/typeshed/LICENSE +${PKGNAME}/plugins/python/helpers/typeshed/README.md +${PKGNAME}/plugins/python/helpers/typeshed/requirements-tests-py3.txt +${PKGNAME}/plugins/python/helpers/typeshed/stdlib/2/__builtin__.pyi +${PKGNAME}/plugins/python/helpers/typeshed/stdlib/2/_io.pyi +${PKGNAME}/plugins/python/helpers/typeshed/stdlib/2/builtins.pyi +${PKGNAME}/plugins/python/helpers/typeshed/stdlib/2/collections.pyi +${PKGNAME}/plugins/python/helpers/typeshed/stdlib/2/exceptions.pyi +${PKGNAME}/plugins/python/helpers/typeshed/stdlib/2/functools.pyi +${PKGNAME}/plugins/python/helpers/typeshed/stdlib/2/io.pyi +${PKGNAME}/plugins/python/helpers/typeshed/stdlib/2/itertools.pyi +${PKGNAME}/plugins/python/helpers/typeshed/stdlib/2/multiprocessing/__init__.pyi +${PKGNAME}/plugins/python/helpers/typeshed/stdlib/2/multiprocessing/dummy/__init__.pyi +${PKGNAME}/plugins/python/helpers/typeshed/stdlib/2/multiprocessing/dummy/connection.pyi +${PKGNAME}/plugins/python/helpers/typeshed/stdlib/2/multiprocessing/pool.pyi +${PKGNAME}/plugins/python/helpers/typeshed/stdlib/2/multiprocessing/process.pyi +${PKGNAME}/plugins/python/helpers/typeshed/stdlib/2/multiprocessing/util.pyi +${PKGNAME}/plugins/python/helpers/typeshed/stdlib/2/re.pyi +${PKGNAME}/plugins/python/helpers/typeshed/stdlib/2/signal.pyi +${PKGNAME}/plugins/python/helpers/typeshed/stdlib/2/subprocess.pyi +${PKGNAME}/plugins/python/helpers/typeshed/stdlib/2/types.pyi +${PKGNAME}/plugins/python/helpers/typeshed/stdlib/2/typing.pyi +${PKGNAME}/plugins/python/helpers/typeshed/stdlib/2/unittest.pyi +${PKGNAME}/plugins/python/helpers/typeshed/stdlib/2and3/argparse.pyi +${PKGNAME}/plugins/python/helpers/typeshed/stdlib/2and3/datetime.pyi +${PKGNAME}/plugins/python/helpers/typeshed/stdlib/2and3/math.pyi +${PKGNAME}/plugins/python/helpers/typeshed/stdlib/2and3/shutil.pyi +${PKGNAME}/plugins/python/helpers/typeshed/stdlib/2and3/socket.pyi +${PKGNAME}/plugins/python/helpers/typeshed/stdlib/2and3/sqlite3/__init__.pyi +${PKGNAME}/plugins/python/helpers/typeshed/stdlib/2and3/sqlite3/dbapi2.pyi +${PKGNAME}/plugins/python/helpers/typeshed/stdlib/2and3/ssl.pyi +${PKGNAME}/plugins/python/helpers/typeshed/stdlib/2and3/threading.pyi +${PKGNAME}/plugins/python/helpers/typeshed/stdlib/2and3/time.pyi +${PKGNAME}/plugins/python/helpers/typeshed/stdlib/2and3/uuid.pyi +${PKGNAME}/plugins/python/helpers/typeshed/stdlib/3/_importlib_modulespec.pyi +${PKGNAME}/plugins/python/helpers/typeshed/stdlib/3/asyncio/__init__.pyi +${PKGNAME}/plugins/python/helpers/typeshed/stdlib/3/asyncio/coroutines.pyi +${PKGNAME}/plugins/python/helpers/typeshed/stdlib/3/asyncio/events.pyi +${PKGNAME}/plugins/python/helpers/typeshed/stdlib/3/asyncio/futures.pyi +${PKGNAME}/plugins/python/helpers/typeshed/stdlib/3/asyncio/locks.pyi +${PKGNAME}/plugins/python/helpers/typeshed/stdlib/3/asyncio/protocols.pyi +${PKGNAME}/plugins/python/helpers/typeshed/stdlib/3/asyncio/queues.pyi +${PKGNAME}/plugins/python/helpers/typeshed/stdlib/3/asyncio/runners.pyi +${PKGNAME}/plugins/python/helpers/typeshed/stdlib/3/asyncio/streams.pyi +${PKGNAME}/plugins/python/helpers/typeshed/stdlib/3/asyncio/subprocess.pyi +${PKGNAME}/plugins/python/helpers/typeshed/stdlib/3/asyncio/tasks.pyi +${PKGNAME}/plugins/python/helpers/typeshed/stdlib/3/asyncio/transports.pyi +${PKGNAME}/plugins/python/helpers/typeshed/stdlib/3/builtins.pyi +${PKGNAME}/plugins/python/helpers/typeshed/stdlib/3/collections/__init__.pyi +${PKGNAME}/plugins/python/helpers/typeshed/stdlib/3/collections/abc.pyi +${PKGNAME}/plugins/python/helpers/typeshed/stdlib/3/functools.pyi +${PKGNAME}/plugins/python/helpers/typeshed/stdlib/3/io.pyi +${PKGNAME}/plugins/python/helpers/typeshed/stdlib/3/itertools.pyi +${PKGNAME}/plugins/python/helpers/typeshed/stdlib/3/multiprocessing/__init__.pyi +${PKGNAME}/plugins/python/helpers/typeshed/stdlib/3/multiprocessing/connection.pyi +${PKGNAME}/plugins/python/helpers/typeshed/stdlib/3/multiprocessing/context.pyi +${PKGNAME}/plugins/python/helpers/typeshed/stdlib/3/multiprocessing/dummy/__init__.pyi +${PKGNAME}/plugins/python/helpers/typeshed/stdlib/3/multiprocessing/dummy/connection.pyi +${PKGNAME}/plugins/python/helpers/typeshed/stdlib/3/multiprocessing/managers.pyi +${PKGNAME}/plugins/python/helpers/typeshed/stdlib/3/multiprocessing/pool.pyi +${PKGNAME}/plugins/python/helpers/typeshed/stdlib/3/multiprocessing/process.pyi +${PKGNAME}/plugins/python/helpers/typeshed/stdlib/3/multiprocessing/queues.pyi +${PKGNAME}/plugins/python/helpers/typeshed/stdlib/3/multiprocessing/synchronize.pyi +${PKGNAME}/plugins/python/helpers/typeshed/stdlib/3/pathlib.pyi +${PKGNAME}/plugins/python/helpers/typeshed/stdlib/3/queue.pyi +${PKGNAME}/plugins/python/helpers/typeshed/stdlib/3/re.pyi +${PKGNAME}/plugins/python/helpers/typeshed/stdlib/3/signal.pyi +${PKGNAME}/plugins/python/helpers/typeshed/stdlib/3/subprocess.pyi +${PKGNAME}/plugins/python/helpers/typeshed/stdlib/3/types.pyi +${PKGNAME}/plugins/python/helpers/typeshed/stdlib/3/typing.pyi +${PKGNAME}/plugins/python/helpers/typeshed/stdlib/3/unittest/__init__.pyi +${PKGNAME}/plugins/python/helpers/typeshed/stdlib/3/unittest/mock.pyi +${PKGNAME}/plugins/python/helpers/typeshed/tests/check_consistent.py +${PKGNAME}/plugins/python/helpers/typeshed/tests/mypy_blacklist.txt +${PKGNAME}/plugins/python/helpers/typeshed/tests/mypy_selftest.py +${PKGNAME}/plugins/python/helpers/typeshed/tests/mypy_test.py +${PKGNAME}/plugins/python/helpers/typeshed/tests/pytype_blacklist.txt +${PKGNAME}/plugins/python/helpers/typeshed/tests/pytype_test.py +${PKGNAME}/plugins/python/helpers/typeshed/third_party/2/six/__init__.pyi +${PKGNAME}/plugins/python/helpers/typeshed/third_party/2/six/moves/BaseHTTPServer.pyi +${PKGNAME}/plugins/python/helpers/typeshed/third_party/2/six/moves/SimpleHTTPServer.pyi +${PKGNAME}/plugins/python/helpers/typeshed/third_party/2/six/moves/__init__.pyi +${PKGNAME}/plugins/python/helpers/typeshed/third_party/2/six/moves/_dummy_thread.pyi +${PKGNAME}/plugins/python/helpers/typeshed/third_party/2/six/moves/_thread.pyi +${PKGNAME}/plugins/python/helpers/typeshed/third_party/2/six/moves/cPickle.pyi +${PKGNAME}/plugins/python/helpers/typeshed/third_party/2/six/moves/configparser.pyi +${PKGNAME}/plugins/python/helpers/typeshed/third_party/2/six/moves/email_mime_text.pyi +${PKGNAME}/plugins/python/helpers/typeshed/third_party/2/six/moves/html_entities.pyi +${PKGNAME}/plugins/python/helpers/typeshed/third_party/2/six/moves/html_parser.pyi +${PKGNAME}/plugins/python/helpers/typeshed/third_party/2/six/moves/http_client.pyi +${PKGNAME}/plugins/python/helpers/typeshed/third_party/2/six/moves/http_cookiejar.pyi +${PKGNAME}/plugins/python/helpers/typeshed/third_party/2/six/moves/http_cookies.pyi +${PKGNAME}/plugins/python/helpers/typeshed/third_party/2/six/moves/queue.pyi +${PKGNAME}/plugins/python/helpers/typeshed/third_party/2/six/moves/reprlib.pyi +${PKGNAME}/plugins/python/helpers/typeshed/third_party/2/six/moves/socketserver.pyi +${PKGNAME}/plugins/python/helpers/typeshed/third_party/2/six/moves/urllib/__init__.pyi +${PKGNAME}/plugins/python/helpers/typeshed/third_party/2/six/moves/urllib/error.pyi +${PKGNAME}/plugins/python/helpers/typeshed/third_party/2/six/moves/urllib/parse.pyi +${PKGNAME}/plugins/python/helpers/typeshed/third_party/2/six/moves/urllib/request.pyi +${PKGNAME}/plugins/python/helpers/typeshed/third_party/2/six/moves/urllib/response.pyi +${PKGNAME}/plugins/python/helpers/typeshed/third_party/2/six/moves/urllib/robotparser.pyi +${PKGNAME}/plugins/python/helpers/typeshed/third_party/2/six/moves/urllib_error.pyi +${PKGNAME}/plugins/python/helpers/typeshed/third_party/2/six/moves/urllib_parse.pyi +${PKGNAME}/plugins/python/helpers/typeshed/third_party/2/six/moves/urllib_request.pyi +${PKGNAME}/plugins/python/helpers/typeshed/third_party/2/six/moves/urllib_response.pyi +${PKGNAME}/plugins/python/helpers/typeshed/third_party/2/six/moves/urllib_robotparser.pyi +${PKGNAME}/plugins/python/helpers/typeshed/third_party/2/six/moves/xmlrpc_client.pyi +${PKGNAME}/plugins/python/helpers/typeshed/third_party/2and3/attr/__init__.pyi +${PKGNAME}/plugins/python/helpers/typeshed/third_party/2and3/attr/converters.pyi +${PKGNAME}/plugins/python/helpers/typeshed/third_party/2and3/attr/exceptions.pyi +${PKGNAME}/plugins/python/helpers/typeshed/third_party/2and3/attr/filters.pyi +${PKGNAME}/plugins/python/helpers/typeshed/third_party/2and3/attr/validators.pyi +${PKGNAME}/plugins/python/helpers/typeshed/third_party/2and3/mock.pyi +${PKGNAME}/plugins/python/helpers/typeshed/third_party/3/six/__init__.pyi +${PKGNAME}/plugins/python/helpers/typeshed/third_party/3/six/moves/BaseHTTPServer.pyi +${PKGNAME}/plugins/python/helpers/typeshed/third_party/3/six/moves/CGIHTTPServer.pyi +${PKGNAME}/plugins/python/helpers/typeshed/third_party/3/six/moves/SimpleHTTPServer.pyi +${PKGNAME}/plugins/python/helpers/typeshed/third_party/3/six/moves/__init__.pyi +${PKGNAME}/plugins/python/helpers/typeshed/third_party/3/six/moves/_dummy_thread.pyi +${PKGNAME}/plugins/python/helpers/typeshed/third_party/3/six/moves/_thread.pyi +${PKGNAME}/plugins/python/helpers/typeshed/third_party/3/six/moves/builtins.pyi +${PKGNAME}/plugins/python/helpers/typeshed/third_party/3/six/moves/cPickle.pyi +${PKGNAME}/plugins/python/helpers/typeshed/third_party/3/six/moves/configparser.pyi +${PKGNAME}/plugins/python/helpers/typeshed/third_party/3/six/moves/email_mime_base.pyi +${PKGNAME}/plugins/python/helpers/typeshed/third_party/3/six/moves/email_mime_multipart.pyi +${PKGNAME}/plugins/python/helpers/typeshed/third_party/3/six/moves/email_mime_nonmultipart.pyi +${PKGNAME}/plugins/python/helpers/typeshed/third_party/3/six/moves/email_mime_text.pyi +${PKGNAME}/plugins/python/helpers/typeshed/third_party/3/six/moves/html_entities.pyi +${PKGNAME}/plugins/python/helpers/typeshed/third_party/3/six/moves/html_parser.pyi +${PKGNAME}/plugins/python/helpers/typeshed/third_party/3/six/moves/http_client.pyi +${PKGNAME}/plugins/python/helpers/typeshed/third_party/3/six/moves/http_cookiejar.pyi +${PKGNAME}/plugins/python/helpers/typeshed/third_party/3/six/moves/http_cookies.pyi +${PKGNAME}/plugins/python/helpers/typeshed/third_party/3/six/moves/queue.pyi +${PKGNAME}/plugins/python/helpers/typeshed/third_party/3/six/moves/reprlib.pyi +${PKGNAME}/plugins/python/helpers/typeshed/third_party/3/six/moves/socketserver.pyi +${PKGNAME}/plugins/python/helpers/typeshed/third_party/3/six/moves/tkinter.pyi +${PKGNAME}/plugins/python/helpers/typeshed/third_party/3/six/moves/tkinter_commondialog.pyi +${PKGNAME}/plugins/python/helpers/typeshed/third_party/3/six/moves/tkinter_constants.pyi +${PKGNAME}/plugins/python/helpers/typeshed/third_party/3/six/moves/tkinter_dialog.pyi +${PKGNAME}/plugins/python/helpers/typeshed/third_party/3/six/moves/tkinter_filedialog.pyi +${PKGNAME}/plugins/python/helpers/typeshed/third_party/3/six/moves/tkinter_tkfiledialog.pyi +${PKGNAME}/plugins/python/helpers/typeshed/third_party/3/six/moves/tkinter_ttk.pyi +${PKGNAME}/plugins/python/helpers/typeshed/third_party/3/six/moves/urllib/__init__.pyi +${PKGNAME}/plugins/python/helpers/typeshed/third_party/3/six/moves/urllib/error.pyi +${PKGNAME}/plugins/python/helpers/typeshed/third_party/3/six/moves/urllib/parse.pyi +${PKGNAME}/plugins/python/helpers/typeshed/third_party/3/six/moves/urllib/request.pyi +${PKGNAME}/plugins/python/helpers/typeshed/third_party/3/six/moves/urllib/response.pyi +${PKGNAME}/plugins/python/helpers/typeshed/third_party/3/six/moves/urllib/robotparser.pyi +${PKGNAME}/plugins/python/helpers/typeshed/third_party/3/six/moves/urllib_error.pyi +${PKGNAME}/plugins/python/helpers/typeshed/third_party/3/six/moves/urllib_parse.pyi +${PKGNAME}/plugins/python/helpers/typeshed/third_party/3/six/moves/urllib_request.pyi +${PKGNAME}/plugins/python/helpers/typeshed/third_party/3/six/moves/urllib_response.pyi +${PKGNAME}/plugins/python/helpers/typeshed/third_party/3/six/moves/urllib_robotparser.pyi +${PKGNAME}/plugins/python/helpers/virtualenv-15.2.0.tar.gz +${PKGNAME}/plugins/python/helpers/virtualenv-16.0.0.tar.gz +${PKGNAME}/plugins/python/lib/jsoup-1.10.3.jar +${PKGNAME}/plugins/python/lib/python.jar +${PKGNAME}/plugins/python/lib/resources_en.jar +${PKGNAME}/plugins/remote-run/lib/remote-run.jar +${PKGNAME}/plugins/restClient/lib/resources_en.jar +${PKGNAME}/plugins/restClient/lib/restClient.jar +${PKGNAME}/plugins/sass/lib/jrubyparser-0.5.4.jar +${PKGNAME}/plugins/sass/lib/resources_en.jar +${PKGNAME}/plugins/sass/lib/sass.jar +${PKGNAME}/plugins/settings-repository/lib/jgit.jar +${PKGNAME}/plugins/settings-repository/lib/resources_en.jar +${PKGNAME}/plugins/settings-repository/lib/settings-repository.jar +${PKGNAME}/plugins/stylus/lib/resources_en.jar +${PKGNAME}/plugins/stylus/lib/stylus.jar +${PKGNAME}/plugins/svn4idea/lib/resources_en.jar +${PKGNAME}/plugins/svn4idea/lib/sqlite-jdbc-3.20.1.jar +${PKGNAME}/plugins/svn4idea/lib/svn4idea.jar +${PKGNAME}/plugins/tasks-time-tracking/lib/tasks-time-tracking.jar +${PKGNAME}/plugins/tasks/lib/axis-1.4.jar +${PKGNAME}/plugins/tasks/lib/axis-jaxrpc-1.4.jar +${PKGNAME}/plugins/tasks/lib/axis-saaj-1.3.jar +${PKGNAME}/plugins/tasks/lib/commons-discovery-0.4.jar +${PKGNAME}/plugins/tasks/lib/jira.jar +${PKGNAME}/plugins/tasks/lib/json-path-0.8.0.jar +${PKGNAME}/plugins/tasks/lib/json-smart-1.1.1.jar +${PKGNAME}/plugins/tasks/lib/tasks-api.jar +${PKGNAME}/plugins/tasks/lib/tasks-core.jar +${PKGNAME}/plugins/tasks/lib/wsdl4j-1.4.jar +${PKGNAME}/plugins/terminal/.zshrc +${PKGNAME}/plugins/terminal/fish/config.fish +${PKGNAME}/plugins/terminal/jediterm-bash.in +${PKGNAME}/plugins/terminal/lib/resources_en.jar +${PKGNAME}/plugins/terminal/lib/terminal.jar +${PKGNAME}/plugins/tfsIntegration/lib/XmlSchema-1.4.3.jar +${PKGNAME}/plugins/tfsIntegration/lib/activation-1.1.jar +${PKGNAME}/plugins/tfsIntegration/lib/axiom-api-1.2.8.jar +${PKGNAME}/plugins/tfsIntegration/lib/axiom-dom-1.2.8.jar +${PKGNAME}/plugins/tfsIntegration/lib/axiom-impl-1.2.8.jar +${PKGNAME}/plugins/tfsIntegration/lib/axis2-adb-1.5.1.jar +${PKGNAME}/plugins/tfsIntegration/lib/axis2-kernel-1.5.1.jar +${PKGNAME}/plugins/tfsIntegration/lib/axis2-transport-http-1.5.1.jar +${PKGNAME}/plugins/tfsIntegration/lib/axis2-transport-local-1.5.1.jar +${PKGNAME}/plugins/tfsIntegration/lib/backport-util-concurrent-3.1.jar +${PKGNAME}/plugins/tfsIntegration/lib/com.microsoft.tfs.sdk-14.0.1.jar +${PKGNAME}/plugins/tfsIntegration/lib/com.microsoft.tfs.sdk-14.0.1_license.html +${PKGNAME}/plugins/tfsIntegration/lib/geronimo-stax-api_1.0_spec-1.0.1.jar +${PKGNAME}/plugins/tfsIntegration/lib/httpcore-4.0.jar +${PKGNAME}/plugins/tfsIntegration/lib/jcifs-1.3.1.jar +${PKGNAME}/plugins/tfsIntegration/lib/mail-1.4.jar +${PKGNAME}/plugins/tfsIntegration/lib/neethi-2.0.4.jar +${PKGNAME}/plugins/tfsIntegration/lib/resources_en.jar +${PKGNAME}/plugins/tfsIntegration/lib/stubs.jar +${PKGNAME}/plugins/tfsIntegration/lib/tfsIntegration.jar +${PKGNAME}/plugins/tfsIntegration/lib/wsdl4j-1.6.2.jar +${PKGNAME}/plugins/tfsIntegration/lib/wstx-asl-3.2.9.jar +${PKGNAME}/plugins/tslint/js/convert-tslint-config.js +${PKGNAME}/plugins/tslint/js/languageService/tslint-plugin-provider.js +${PKGNAME}/plugins/tslint/js/languageService/tslint-plugin.js +${PKGNAME}/plugins/tslint/js/utils.js +${PKGNAME}/plugins/tslint/lib/resources_en.jar +${PKGNAME}/plugins/tslint/lib/tslint.jar +${PKGNAME}/plugins/uml/lib/diagram-api.jar +${PKGNAME}/plugins/uml/lib/uml-support.jar +${PKGNAME}/plugins/webDeployment/lib/commons-vfs2-2.2.1.2.jar +${PKGNAME}/plugins/webDeployment/lib/resources_en.jar +${PKGNAME}/plugins/webDeployment/lib/webDeployment.jar +${PKGNAME}/plugins/xpath/lib/resources_en.jar +${PKGNAME}/plugins/xpath/lib/rt/xslt-rt.jar +${PKGNAME}/plugins/xpath/lib/xpath.jar +${PKGNAME}/plugins/yaml/lib/resources_en.jar +${PKGNAME}/plugins/yaml/lib/yaml.jar +${PKGNAME}/product-info.json +share/applications/clion.desktop +@pkgdir ${PKGNAME}/lib/pty4j-native/linux/x86_64 +@pkgdir ${PKGNAME}/lib/pty4j-native/linux/x86 Index: pkgsrc/devel/clion-bin/distinfo diff -u /dev/null pkgsrc/devel/clion-bin/distinfo:1.1 --- /dev/null Sun Mar 3 17:42:40 2019 +++ pkgsrc/devel/clion-bin/distinfo Sun Mar 3 17:42:40 2019 @@ -0,0 +1,7 @@ +$NetBSD: distinfo,v 1.1 2019/03/03 17:42:40 youri Exp $ + +SHA1 (CLion-2018.3.4.tar.gz) = 913e6c963049cc9c3d7e5371438205e3ba71b2e6 +RMD160 (CLion-2018.3.4.tar.gz) = 920978275d50c304866b3cc84dbabef9ffa68914 +SHA512 (CLion-2018.3.4.tar.gz) = ffe594b2df390cb41cd2c5629a1b8f9a80cf8463c05d22d43af2da3a8db73e9d52ebd70c15771b813c049299ce4b3a3765a4bd6f65fe59cbd904b3536f182d75 +Size (CLion-2018.3.4.tar.gz) = 454682485 bytes +SHA1 (patch-bin_clion.sh) = 39563d59f2cab854ffcf1d5e5825082165bd4581 Index: pkgsrc/devel/clion-bin/files/clion.desktop diff -u /dev/null pkgsrc/devel/clion-bin/files/clion.desktop:1.1 --- /dev/null Sun Mar 3 17:42:40 2019 +++ pkgsrc/devel/clion-bin/files/clion.desktop Sun Mar 3 17:42:40 2019 @@ -0,0 +1,12 @@ +[Desktop Entry] +Version=1.0 +Encoding=UTF-8 +Type=Application +Name=CLion +GenericName=CLion +Comment=C/C++ IDE +Icon=@@IDEA_HOME@@/bin/clion.png +Exec=@@IDEA_HOME@@/bin/clion.sh +Terminal=false +StartupNotify=true +Categories=Application;Development; Index: pkgsrc/devel/clion-bin/patches/patch-bin_clion.sh diff -u /dev/null pkgsrc/devel/clion-bin/patches/patch-bin_clion.sh:1.1 --- /dev/null Sun Mar 3 17:42:40 2019 +++ pkgsrc/devel/clion-bin/patches/patch-bin_clion.sh Sun Mar 3 17:42:40 2019 @@ -0,0 +1,24 @@ +$NetBSD: patch-bin_clion.sh,v 1.1 2019/03/03 17:42:40 youri Exp $ + +Add JVM options for a typical NetBSD setup. + +--- bin/clion.sh.orig 2019-01-31 19:23:02.000000000 +0000 ++++ bin/clion.sh +@@ -21,6 +21,7 @@ message() + fi + } + ++CLION_JDK=@PKG_JAVA_HOME@ + UNAME=`which uname` + GREP=`which egrep` + GREP_OPTIONS="" +@@ -201,6 +202,9 @@ fi + # --------------------------------------------------------------------- + IFS="$(printf '\n\t')" + "$JAVA_BIN" \ ++ -Xmx4096 -Xms4096 \ ++ -XX:-UseCompressedClassPointers \ ++ -XX:-UseCompressedOops \ + -classpath "$CLASSPATH" \ + ${VM_OPTIONS} \ + "-XX:ErrorFile=$HOME/java_error_in_CLION_%p.log" \ --_----------=_1551634960288150--