[Bug 1309907] Review Request: yamllint - A linter for YAML files

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



https://bugzilla.redhat.com/show_bug.cgi?id=1309907



--- Comment #6 from Adam Miller <admiller@xxxxxxxxxx> ---
the docs dir isn't included in the tarball from pypi.

$ wget -c
https://pypi.python.org/packages/source/y/yamllint/yamllint-0.7.2.tar.gz#md5=12903e44f70b0ddbbb1747daf69ee2e1
--2016-02-24 11:38:47-- 
https://pypi.python.org/packages/source/y/yamllint/yamllint-0.7.2.tar.gz
Resolving pypi.python.org (pypi.python.org)... 199.27.79.223
Connecting to pypi.python.org (pypi.python.org)|199.27.79.223|:443...
connected.
HTTP request sent, awaiting response... 200 OK
Length: 29830 (29K) [application/octet-stream]
Saving to: ‘yamllint-0.7.2.tar.gz’

yamllint-0.7.2.tar.gz        
100%[================================================>]  29.13K  --.-KB/s    in
0.001s

2016-02-24 11:38:47 (25.1 MB/s) - ‘yamllint-0.7.2.tar.gz’ saved [29830/29830]


$ tar -zxvf yamllint-0.7.2.tar.gz yamllint-0.7.2/
yamllint-0.7.2/setup.cfg
yamllint-0.7.2/PKG-INFO
yamllint-0.7.2/setup.py
yamllint-0.7.2/README.rst
yamllint-0.7.2/yamllint.egg-info/
yamllint-0.7.2/yamllint.egg-info/top_level.txt
yamllint-0.7.2/yamllint.egg-info/requires.txt
yamllint-0.7.2/yamllint.egg-info/entry_points.txt
yamllint-0.7.2/yamllint.egg-info/dependency_links.txt
yamllint-0.7.2/yamllint.egg-info/SOURCES.txt
yamllint-0.7.2/yamllint.egg-info/PKG-INFO
yamllint-0.7.2/yamllint/
yamllint-0.7.2/yamllint/parser.py
yamllint-0.7.2/yamllint/linter.py
yamllint-0.7.2/yamllint/config.py
yamllint-0.7.2/yamllint/cli.py
yamllint-0.7.2/yamllint/__init__.py
yamllint-0.7.2/yamllint/rules/
yamllint-0.7.2/yamllint/rules/trailing_spaces.py
yamllint-0.7.2/yamllint/rules/new_lines.py
yamllint-0.7.2/yamllint/rules/new_line_at_end_of_file.py
yamllint-0.7.2/yamllint/rules/line_length.py
yamllint-0.7.2/yamllint/rules/key_duplicates.py
yamllint-0.7.2/yamllint/rules/indentation.py
yamllint-0.7.2/yamllint/rules/hyphens.py
yamllint-0.7.2/yamllint/rules/empty_lines.py
yamllint-0.7.2/yamllint/rules/document_start.py
yamllint-0.7.2/yamllint/rules/document_end.py
yamllint-0.7.2/yamllint/rules/common.py
yamllint-0.7.2/yamllint/rules/comments_indentation.py
yamllint-0.7.2/yamllint/rules/comments.py
yamllint-0.7.2/yamllint/rules/commas.py
yamllint-0.7.2/yamllint/rules/colons.py
yamllint-0.7.2/yamllint/rules/brackets.py
yamllint-0.7.2/yamllint/rules/braces.py
yamllint-0.7.2/yamllint/rules/__init__.py
yamllint-0.7.2/yamllint/conf/
yamllint-0.7.2/yamllint/conf/default.yml
yamllint-0.7.2/tests/
yamllint-0.7.2/tests/test_syntax_errors.py
yamllint-0.7.2/tests/test_spec_examples.py
yamllint-0.7.2/tests/test_parser.py
yamllint-0.7.2/tests/test_config.py
yamllint-0.7.2/tests/common.py
yamllint-0.7.2/tests/__init__.py
yamllint-0.7.2/tests/rules/
yamllint-0.7.2/tests/rules/test_trailing_spaces.py
yamllint-0.7.2/tests/rules/test_new_lines.py
yamllint-0.7.2/tests/rules/test_new_line_at_end_of_file.py
yamllint-0.7.2/tests/rules/test_line_length.py
yamllint-0.7.2/tests/rules/test_key_duplicates.py
yamllint-0.7.2/tests/rules/test_indentation.py
yamllint-0.7.2/tests/rules/test_hyphens.py
yamllint-0.7.2/tests/rules/test_empty_lines.py
yamllint-0.7.2/tests/rules/test_document_start.py
yamllint-0.7.2/tests/rules/test_document_end.py
yamllint-0.7.2/tests/rules/test_common.py
yamllint-0.7.2/tests/rules/test_comments_indentation.py
yamllint-0.7.2/tests/rules/test_comments.py
yamllint-0.7.2/tests/rules/test_commas.py
yamllint-0.7.2/tests/rules/test_colons.py
yamllint-0.7.2/tests/rules/test_brackets.py
yamllint-0.7.2/tests/rules/test_braces.py
yamllint-0.7.2/tests/rules/__init__.py

$ ls -l yamllint-0.7.2/
total 16
-rw-rw-r--. 1 admiller admiller 1004 Feb  5 08:12 PKG-INFO
-rw-rw-r--. 1 admiller admiller 1422 Feb  5 08:11 README.rst
-rw-rw-r--. 1 admiller admiller   59 Feb  5 08:12 setup.cfg
-rw-rw-r--. 1 admiller admiller 1916 Feb  5 08:11 setup.py
drwxrwxr-x. 3 admiller admiller  180 Feb  5 08:12 tests
drwxrwxr-x. 4 admiller admiller  180 Feb  5 08:12 yamllint
drwxrwxr-x. 2 admiller admiller  160 Feb  5 08:12 yamllint.egg-info

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
package-review@xxxxxxxxxxxxxxxxxxxxxxx
https://admin.fedoraproject.org/mailman/listinfo/package-review




[Index of Archives]     [Fedora Legacy]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]     [Fedora Tools]