[Python-modules-commits] [pytest-pep8] 07/10: d/control: update package descriptions.

Adrian Vondendriesch discostu-guest at moszumanska.debian.org
Wed May 31 15:33:21 UTC 2017


This is an automated email from the git hooks/post-receive script.

discostu-guest pushed a commit to branch master
in repository pytest-pep8.

commit 903f780a98fae8df59508df9a462f1dffea15730
Author: Adrian Vondendriesch <adrian.vondendriesch at credativ.de>
Date:   Fri May 12 17:01:50 2017 +0200

    d/control: update package descriptions.
---
 debian/control | 57 +++++++++++++--------------------------------------------
 1 file changed, 13 insertions(+), 44 deletions(-)

diff --git a/debian/control b/debian/control
index ae68829..d13acbf 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Uploaders:
  Adrian Vondendriesch <adrian.vondendriesch at credativ.de>,
 Section: python
 Priority: optional
-Build-Depends: dh-python, python-setuptools (>= 0.6b3), python3-setuptools, python-all (>= 2.6.6-3), python3-all, debhelper (>= 9)
+Build-Depends: dh-python, python-setuptools (>= 0.6b3), python3-setuptools, python-all (>= 2.6.6-3), python3-all, debhelper (>= 9), python-pep8, python3-pep8
 Standards-Version: 3.9.8
 Homepage: http://bitbucket.org/hpk42/pytest-pep8/
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/pytest-pep8.git
@@ -12,51 +12,20 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pytest-pep8
 
 Package: python-pytest-pep8
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-pytest
+Depends: ${misc:Depends}, ${python:Depends}, python-pytest, python-pep8
 Description: pytest plugin to check PEP8 requirements
- py.test plugin for efficiently checking PEP8 compliance 
- ========================================================================
- .
- Usage
- ---------
- .
- install via::
- .
-     pip install pytest-pep8
- .
- if you then type::
- .
-     py.test --pep8
- .
- every file ending in ``.py`` will be discovered and pep8-checked, 
- starting from the command line arguments. 
- .
- .. warning::
- .
-     Running pep8 tests on your project is likely to cause a lot of 
+ py.test plugin for efficiently checking PEP8 compliance such as:
+   - Code layout
+   - String Quotes
+   - Naming Conventions
+ and more. See: https://www.python.org/dev/peps/pep-0008/
 
 Package: python3-pytest-pep8
 Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}, python-pytest
+Depends: ${misc:Depends}, ${python3:Depends}, python-pytest, python3-pep8
 Description: pytest plugin to check PEP8 requirements
- py.test plugin for efficiently checking PEP8 compliance 
- ========================================================================
- .
- Usage
- ---------
- .
- install via::
- .
-     pip install pytest-pep8
- .
- if you then type::
- .
-     py.test --pep8
- .
- every file ending in ``.py`` will be discovered and pep8-checked, 
- starting from the command line arguments. 
- .
- .. warning::
- .
-     Running pep8 tests on your project is likely to cause a lot of 
-
+ py.test plugin for efficiently checking PEP8 compliance such as:
+   - Code layout
+   - String Quotes
+   - Naming Conventions
+ and more. See: https://www.python.org/dev/peps/pep-0008/

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pytest-pep8.git



More information about the Python-modules-commits mailing list