[Python-apps-commits] r12758 - in packages/prospector/trunk/debian (3 files)

danstender-guest at users.alioth.debian.org danstender-guest at users.alioth.debian.org
Sun Jan 31 16:10:37 UTC 2016


    Date: Sunday, January 31, 2016 @ 16:10:37
  Author: danstender-guest
Revision: 12758

frosted appears to have vanished

Modified:
  packages/prospector/trunk/debian/changelog
  packages/prospector/trunk/debian/control
  packages/prospector/trunk/debian/prospector.txt

Modified: packages/prospector/trunk/debian/changelog
===================================================================
--- packages/prospector/trunk/debian/changelog	2016-01-31 16:05:12 UTC (rev 12757)
+++ packages/prospector/trunk/debian/changelog	2016-01-31 16:10:37 UTC (rev 12758)
@@ -5,7 +5,7 @@
     + updated needed versions of build-deps.
     + add sphinx-argparse and pylint-flask to build-deps.
     + dropped Testsuite field (deprecated).
-    + added vulture, python-pyroma and frosted to Recommends.
+    + added vulture and python-pyroma to Recommends.
     + updated description on supported tools.
   * deb/copyright: expanded copyright span.
   * deb/rules:
@@ -18,7 +18,7 @@
     + docs-correct-some-flaws.patch (applied upstream).
   * Updated remaining patches.
 
- -- Daniel Stender <debian at danielstender.com>  Sun, 31 Jan 2016 16:46:08 +0100
+ -- Daniel Stender <debian at danielstender.com>  Sun, 31 Jan 2016 17:06:34 +0100
 
 prospector (0.10.1+git20150706.a00e191-1) unstable; urgency=medium
 

Modified: packages/prospector/trunk/debian/control
===================================================================
--- packages/prospector/trunk/debian/control	2016-01-31 16:05:12 UTC (rev 12757)
+++ packages/prospector/trunk/debian/control	2016-01-31 16:10:37 UTC (rev 12758)
@@ -41,8 +41,7 @@
  ${sphinxdoc:Depends}
 Recommends:
  python-pyroma,
- vulture,
- frosted
+ vulture
 Description: comprehensive static Python code analyzer
  Prospector analyzes Python source files and puts out information about
  coding errors, potential problems, convention violation and unnecessary
@@ -51,7 +50,6 @@
  It provides an uniform and flexible interface for these tools:
   - Pylint (extensive Python code checker)
   - Pyflakes (checks Python code for logical errors)
-  - Frosted (a Pyflakes fork)  
   - Pep8 (checks for Python coding style conventions)
   - Pep8-naming (checks for naming conventions not covered by Pep8)
   - McCabe (checks for cyclomatic code complexity)

Modified: packages/prospector/trunk/debian/prospector.txt
===================================================================
--- packages/prospector/trunk/debian/prospector.txt	2016-01-31 16:05:12 UTC (rev 12757)
+++ packages/prospector/trunk/debian/prospector.txt	2016-01-31 16:10:37 UTC (rev 12758)
@@ -18,8 +18,7 @@
  Pep257, Pep8 (supplemented by Pep8-naming, Flake8 extension), a build-in
  profile-validator, Pyflakes, and Pylint. It auto detects libraries a project
  uses, to which it could adapt (currently, Celery, Django and Flask are supported
- individually). Additionally, Vulture, Pyroma, and Frosted could be employed for the
- testing.
+ individually). Additionally, Vulture and Pyroma could be employed for testing.
 
  Prospector could be adjusted very detailed to personal coding styles
  through profiles. For comprehensive information on this application,
@@ -41,7 +40,7 @@
   -w,--with-tool <tools>
 
      a tool or a list of tools to run in addition to the default tools
-     (use this to run with vulture, pyroma, and frosted)
+     (use this to run with vulture or pyroma)
 
   -P,--profile <profile>
 




More information about the Python-apps-commits mailing list