Changeset View
Changeset View
Standalone View
Standalone View
pspec_x86_64.xml
| <PISI> | <PISI> | ||||
| <Source> | <Source> | ||||
| <Name>flake8</Name> | <Name>flake8</Name> | ||||
| <Packager> | <Packager> | ||||
| <Name>Peter O'Connor</Name> | <Name>James Lee</Name> | ||||
| <Email>peter@solus-project.com</Email> | <Email>jamesl33info@gmail.com</Email> | ||||
| </Packager> | </Packager> | ||||
| <License>MIT</License> | <License>MIT</License> | ||||
| <PartOf>programming.python</PartOf> | <PartOf>programming.python</PartOf> | ||||
| <Summary xml:lang="en">Python Code Format Checking</Summary> | <Summary xml:lang="en">Python Code Format Checking</Summary> | ||||
| <Description xml:lang="en">flake8 is a python tool that glues together pep8, pyflakes, mccabe, and third-party plugins to check the style and quality of some python code. | <Description xml:lang="en">flake8 is a python tool that glues together pep8, pyflakes, mccabe, and third-party plugins to check the style and quality of some python code. | ||||
| </Description> | </Description> | ||||
| <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive> | <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive> | ||||
| </Source> | </Source> | ||||
| ▲ Show 20 Lines • Show All 70 Lines • ▼ Show 20 Lines | </Description> | ||||
| <Path fileType="library">/usr/lib/python2.7/site-packages/flake8/processor.py</Path> | <Path fileType="library">/usr/lib/python2.7/site-packages/flake8/processor.py</Path> | ||||
| <Path fileType="library">/usr/lib/python2.7/site-packages/flake8/processor.pyc</Path> | <Path fileType="library">/usr/lib/python2.7/site-packages/flake8/processor.pyc</Path> | ||||
| <Path fileType="library">/usr/lib/python2.7/site-packages/flake8/statistics.py</Path> | <Path fileType="library">/usr/lib/python2.7/site-packages/flake8/statistics.py</Path> | ||||
| <Path fileType="library">/usr/lib/python2.7/site-packages/flake8/statistics.pyc</Path> | <Path fileType="library">/usr/lib/python2.7/site-packages/flake8/statistics.pyc</Path> | ||||
| <Path fileType="library">/usr/lib/python2.7/site-packages/flake8/style_guide.py</Path> | <Path fileType="library">/usr/lib/python2.7/site-packages/flake8/style_guide.py</Path> | ||||
| <Path fileType="library">/usr/lib/python2.7/site-packages/flake8/style_guide.pyc</Path> | <Path fileType="library">/usr/lib/python2.7/site-packages/flake8/style_guide.pyc</Path> | ||||
| <Path fileType="library">/usr/lib/python2.7/site-packages/flake8/utils.py</Path> | <Path fileType="library">/usr/lib/python2.7/site-packages/flake8/utils.py</Path> | ||||
| <Path fileType="library">/usr/lib/python2.7/site-packages/flake8/utils.pyc</Path> | <Path fileType="library">/usr/lib/python2.7/site-packages/flake8/utils.pyc</Path> | ||||
| <Path fileType="library">/usr/lib/python3.6/site-packages/flake8-3.5.0-py3.6.egg-info/PKG-INFO</Path> | |||||
| <Path fileType="library">/usr/lib/python3.6/site-packages/flake8-3.5.0-py3.6.egg-info/SOURCES.txt</Path> | |||||
| <Path fileType="library">/usr/lib/python3.6/site-packages/flake8-3.5.0-py3.6.egg-info/dependency_links.txt</Path> | |||||
| <Path fileType="library">/usr/lib/python3.6/site-packages/flake8-3.5.0-py3.6.egg-info/entry_points.txt</Path> | |||||
| <Path fileType="library">/usr/lib/python3.6/site-packages/flake8-3.5.0-py3.6.egg-info/requires.txt</Path> | |||||
| <Path fileType="library">/usr/lib/python3.6/site-packages/flake8-3.5.0-py3.6.egg-info/top_level.txt</Path> | |||||
| <Path fileType="library">/usr/lib/python3.6/site-packages/flake8/__init__.py</Path> | |||||
| <Path fileType="library">/usr/lib/python3.6/site-packages/flake8/__main__.py</Path> | |||||
| <Path fileType="library">/usr/lib/python3.6/site-packages/flake8/__pycache__/__init__.cpython-36.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.6/site-packages/flake8/__pycache__/__main__.cpython-36.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.6/site-packages/flake8/__pycache__/checker.cpython-36.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.6/site-packages/flake8/__pycache__/defaults.cpython-36.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.6/site-packages/flake8/__pycache__/exceptions.cpython-36.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.6/site-packages/flake8/__pycache__/processor.cpython-36.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.6/site-packages/flake8/__pycache__/statistics.cpython-36.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.6/site-packages/flake8/__pycache__/style_guide.cpython-36.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.6/site-packages/flake8/__pycache__/utils.cpython-36.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.6/site-packages/flake8/api/__init__.py</Path> | |||||
| <Path fileType="library">/usr/lib/python3.6/site-packages/flake8/api/__pycache__/__init__.cpython-36.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.6/site-packages/flake8/api/__pycache__/legacy.cpython-36.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.6/site-packages/flake8/api/legacy.py</Path> | |||||
| <Path fileType="library">/usr/lib/python3.6/site-packages/flake8/checker.py</Path> | |||||
| <Path fileType="library">/usr/lib/python3.6/site-packages/flake8/defaults.py</Path> | |||||
| <Path fileType="library">/usr/lib/python3.6/site-packages/flake8/exceptions.py</Path> | |||||
| <Path fileType="library">/usr/lib/python3.6/site-packages/flake8/formatting/__init__.py</Path> | |||||
| <Path fileType="library">/usr/lib/python3.6/site-packages/flake8/formatting/__pycache__/__init__.cpython-36.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.6/site-packages/flake8/formatting/__pycache__/base.cpython-36.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.6/site-packages/flake8/formatting/__pycache__/default.cpython-36.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.6/site-packages/flake8/formatting/base.py</Path> | |||||
| <Path fileType="library">/usr/lib/python3.6/site-packages/flake8/formatting/default.py</Path> | |||||
| <Path fileType="library">/usr/lib/python3.6/site-packages/flake8/main/__init__.py</Path> | |||||
| <Path fileType="library">/usr/lib/python3.6/site-packages/flake8/main/__pycache__/__init__.cpython-36.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.6/site-packages/flake8/main/__pycache__/application.cpython-36.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.6/site-packages/flake8/main/__pycache__/cli.cpython-36.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.6/site-packages/flake8/main/__pycache__/debug.cpython-36.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.6/site-packages/flake8/main/__pycache__/git.cpython-36.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.6/site-packages/flake8/main/__pycache__/mercurial.cpython-36.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.6/site-packages/flake8/main/__pycache__/options.cpython-36.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.6/site-packages/flake8/main/__pycache__/setuptools_command.cpython-36.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.6/site-packages/flake8/main/__pycache__/vcs.cpython-36.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.6/site-packages/flake8/main/application.py</Path> | |||||
| <Path fileType="library">/usr/lib/python3.6/site-packages/flake8/main/cli.py</Path> | |||||
| <Path fileType="library">/usr/lib/python3.6/site-packages/flake8/main/debug.py</Path> | |||||
| <Path fileType="library">/usr/lib/python3.6/site-packages/flake8/main/git.py</Path> | |||||
| <Path fileType="library">/usr/lib/python3.6/site-packages/flake8/main/mercurial.py</Path> | |||||
| <Path fileType="library">/usr/lib/python3.6/site-packages/flake8/main/options.py</Path> | |||||
| <Path fileType="library">/usr/lib/python3.6/site-packages/flake8/main/setuptools_command.py</Path> | |||||
| <Path fileType="library">/usr/lib/python3.6/site-packages/flake8/main/vcs.py</Path> | |||||
| <Path fileType="library">/usr/lib/python3.6/site-packages/flake8/options/__init__.py</Path> | |||||
| <Path fileType="library">/usr/lib/python3.6/site-packages/flake8/options/__pycache__/__init__.cpython-36.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.6/site-packages/flake8/options/__pycache__/aggregator.cpython-36.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.6/site-packages/flake8/options/__pycache__/config.cpython-36.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.6/site-packages/flake8/options/__pycache__/manager.cpython-36.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.6/site-packages/flake8/options/aggregator.py</Path> | |||||
| <Path fileType="library">/usr/lib/python3.6/site-packages/flake8/options/config.py</Path> | |||||
| <Path fileType="library">/usr/lib/python3.6/site-packages/flake8/options/manager.py</Path> | |||||
| <Path fileType="library">/usr/lib/python3.6/site-packages/flake8/plugins/__init__.py</Path> | |||||
| <Path fileType="library">/usr/lib/python3.6/site-packages/flake8/plugins/__pycache__/__init__.cpython-36.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.6/site-packages/flake8/plugins/__pycache__/_trie.cpython-36.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.6/site-packages/flake8/plugins/__pycache__/manager.cpython-36.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.6/site-packages/flake8/plugins/__pycache__/notifier.cpython-36.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.6/site-packages/flake8/plugins/__pycache__/pyflakes.cpython-36.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.6/site-packages/flake8/plugins/_trie.py</Path> | |||||
| <Path fileType="library">/usr/lib/python3.6/site-packages/flake8/plugins/manager.py</Path> | |||||
| <Path fileType="library">/usr/lib/python3.6/site-packages/flake8/plugins/notifier.py</Path> | |||||
| <Path fileType="library">/usr/lib/python3.6/site-packages/flake8/plugins/pyflakes.py</Path> | |||||
| <Path fileType="library">/usr/lib/python3.6/site-packages/flake8/processor.py</Path> | |||||
| <Path fileType="library">/usr/lib/python3.6/site-packages/flake8/statistics.py</Path> | |||||
| <Path fileType="library">/usr/lib/python3.6/site-packages/flake8/style_guide.py</Path> | |||||
| <Path fileType="library">/usr/lib/python3.6/site-packages/flake8/utils.py</Path> | |||||
| </Files> | </Files> | ||||
| </Package> | </Package> | ||||
| <History> | <History> | ||||
| <Update release="3"> | <Update release="4"> | ||||
| <Date>2018-01-31</Date> | <Date>2018-05-08</Date> | ||||
| <Version>3.5.0</Version> | <Version>3.5.0</Version> | ||||
| <Comment>Packaging update</Comment> | <Comment>Packaging update</Comment> | ||||
| <Name>Peter O'Connor</Name> | <Name>James Lee</Name> | ||||
| <Email>peter@solus-project.com</Email> | <Email>jamesl33info@gmail.com</Email> | ||||
| </Update> | </Update> | ||||
| </History> | </History> | ||||
| </PISI> | </PISI> | ||||
| No newline at end of file | No newline at end of file | ||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.