[Python-modules-commits] [pylint-common] 02/05: Import pylint-common_0.2.5.orig.tar.gz

ChangZhuo Chen czchen at moszumanska.debian.org
Tue Jun 20 15:12:42 UTC 2017


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

czchen pushed a commit to branch master
in repository pylint-common.

commit c9727f4f95164a7825ceb587fa41e373f521565a
Author: ChangZhuo Chen (陳昌倬) <czchen at debian.org>
Date:   Tue Jun 20 23:07:41 2017 +0800

    Import pylint-common_0.2.5.orig.tar.gz
---
 .coveragerc                                       |  3 --
 .gitignore                                        | 35 -----------------------
 .travis.yml                                       | 15 ----------
 MANIFEST.in                                       |  1 +
 PKG-INFO                                          | 22 ++++++++++++++
 README.md                                         | 14 ---------
 pylint_common.egg-info/PKG-INFO                   | 22 ++++++++++++++
 pylint_common.egg-info/SOURCES.txt                | 12 ++++++++
 pylint_common.egg-info/dependency_links.txt       |  1 +
 pylint_common.egg-info/not-zip-safe               |  1 +
 pylint_common.egg-info/requires.txt               |  2 ++
 pylint_common.egg-info/top_level.txt              |  1 +
 setup.cfg                                         |  5 ++++
 setup.py                                          | 10 ++++---
 test/input/__init__.py                            |  0
 test/input/func_noerror_class_attribute_string.py | 17 -----------
 16 files changed, 73 insertions(+), 88 deletions(-)

diff --git a/.coveragerc b/.coveragerc
deleted file mode 100644
index 517451b..0000000
--- a/.coveragerc
+++ /dev/null
@@ -1,3 +0,0 @@
-
-[run]
-source=pylint_common
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index d2d6f36..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,35 +0,0 @@
-*.py[cod]
-
-# C extensions
-*.so
-
-# Packages
-*.egg
-*.egg-info
-dist
-build
-eggs
-parts
-bin
-var
-sdist
-develop-eggs
-.installed.cfg
-lib
-lib64
-
-# Installer logs
-pip-log.txt
-
-# Unit test / coverage reports
-.coverage
-.tox
-nosetests.xml
-
-# Translations
-*.mo
-
-# Mr Developer
-.mr.developer.cfg
-.project
-.pydevproject
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index d0c9439..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,15 +0,0 @@
-language: python
-python:
-  - "2.6"
-  - "2.7"
-  - "3.3"
-  - "3.4"
-  - "3.5"
-install:
-  - "pip install coverage coveralls"
-  - "pip install git+https://github.com/landscapeio/pylint-plugin-utils.git@develop"
-  - "pip install --editable ."
-script:
-  coverage run test/test_func.py
-after_success:
-  coveralls
diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644
index 0000000..1aba38f
--- /dev/null
+++ b/MANIFEST.in
@@ -0,0 +1 @@
+include LICENSE
diff --git a/PKG-INFO b/PKG-INFO
new file mode 100644
index 0000000..c631e67
--- /dev/null
+++ b/PKG-INFO
@@ -0,0 +1,22 @@
+Metadata-Version: 1.1
+Name: pylint-common
+Version: 0.2.5
+Summary: pylint-common is a Pylint plugin to improve Pylint error analysis of the standard Python library
+Home-page: https://github.com/landscapeio/pylint-common
+Author: landscape.io
+Author-email: code at landscape.io
+License: GPLv2
+Description: UNKNOWN
+Keywords: pylint stdlib plugin
+Platform: UNKNOWN
+Classifier: Development Status :: 6 - Mature
+Classifier: Environment :: Console
+Classifier: Intended Audience :: Developers
+Classifier: Operating System :: Unix
+Classifier: Topic :: Software Development :: Quality Assurance
+Classifier: Programming Language :: Python :: 2.6
+Classifier: Programming Language :: Python :: 2.7
+Classifier: Programming Language :: Python :: 3.3
+Classifier: Programming Language :: Python :: 3.4
+Classifier: Programming Language :: Python :: 3.5
+Classifier: Programming Language :: Python :: 3.6
diff --git a/README.md b/README.md
deleted file mode 100644
index f9e50ad..0000000
--- a/README.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# pylint-common
-
-## Status
-
-[![Build Status](https://travis-ci.org/landscapeio/pylint-common.png?branch=master)](https://travis-ci.org/landscapeio/pylint-common) 
-[![Code Quality](https://landscape.io/github/landscapeio/pylint-common/master/landscape.png)](https://landscape.io/github/landscapeio/pylint-common)
-[![Coverage Status](https://coveralls.io/repos/landscapeio/pylint-common/badge.png)](https://coveralls.io/r/landscapeio/pylint-common)
-[![Latest Version](https://pypip.in/v/pylint-common/badge.png)](https://crate.io/packages/pylint-common)
-[![Downloads](https://pypip.in/d/pylint-common/badge.png)](https://crate.io/packages/pylint-common)
-
-## About
-
-Pylint plugin for augmenting and improving error detection and analysis in the standard Python library.
-
diff --git a/pylint_common.egg-info/PKG-INFO b/pylint_common.egg-info/PKG-INFO
new file mode 100644
index 0000000..c631e67
--- /dev/null
+++ b/pylint_common.egg-info/PKG-INFO
@@ -0,0 +1,22 @@
+Metadata-Version: 1.1
+Name: pylint-common
+Version: 0.2.5
+Summary: pylint-common is a Pylint plugin to improve Pylint error analysis of the standard Python library
+Home-page: https://github.com/landscapeio/pylint-common
+Author: landscape.io
+Author-email: code at landscape.io
+License: GPLv2
+Description: UNKNOWN
+Keywords: pylint stdlib plugin
+Platform: UNKNOWN
+Classifier: Development Status :: 6 - Mature
+Classifier: Environment :: Console
+Classifier: Intended Audience :: Developers
+Classifier: Operating System :: Unix
+Classifier: Topic :: Software Development :: Quality Assurance
+Classifier: Programming Language :: Python :: 2.6
+Classifier: Programming Language :: Python :: 2.7
+Classifier: Programming Language :: Python :: 3.3
+Classifier: Programming Language :: Python :: 3.4
+Classifier: Programming Language :: Python :: 3.5
+Classifier: Programming Language :: Python :: 3.6
diff --git a/pylint_common.egg-info/SOURCES.txt b/pylint_common.egg-info/SOURCES.txt
new file mode 100644
index 0000000..1365bd8
--- /dev/null
+++ b/pylint_common.egg-info/SOURCES.txt
@@ -0,0 +1,12 @@
+LICENSE
+MANIFEST.in
+setup.py
+pylint_common/__init__.py
+pylint_common/augmentations.py
+pylint_common.egg-info/PKG-INFO
+pylint_common.egg-info/SOURCES.txt
+pylint_common.egg-info/dependency_links.txt
+pylint_common.egg-info/not-zip-safe
+pylint_common.egg-info/requires.txt
+pylint_common.egg-info/top_level.txt
+test/test_func.py
\ No newline at end of file
diff --git a/pylint_common.egg-info/dependency_links.txt b/pylint_common.egg-info/dependency_links.txt
new file mode 100644
index 0000000..8b13789
--- /dev/null
+++ b/pylint_common.egg-info/dependency_links.txt
@@ -0,0 +1 @@
+
diff --git a/pylint_common.egg-info/not-zip-safe b/pylint_common.egg-info/not-zip-safe
new file mode 100644
index 0000000..8b13789
--- /dev/null
+++ b/pylint_common.egg-info/not-zip-safe
@@ -0,0 +1 @@
+
diff --git a/pylint_common.egg-info/requires.txt b/pylint_common.egg-info/requires.txt
new file mode 100644
index 0000000..03a0ef9
--- /dev/null
+++ b/pylint_common.egg-info/requires.txt
@@ -0,0 +1,2 @@
+pylint>=1.0
+pylint-plugin-utils>=0.2.5
\ No newline at end of file
diff --git a/pylint_common.egg-info/top_level.txt b/pylint_common.egg-info/top_level.txt
new file mode 100644
index 0000000..4a2deb9
--- /dev/null
+++ b/pylint_common.egg-info/top_level.txt
@@ -0,0 +1 @@
+pylint_common
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 0000000..861a9f5
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,5 @@
+[egg_info]
+tag_build = 
+tag_date = 0
+tag_svn_revision = 0
+
diff --git a/setup.py b/setup.py
index 0349b37..f027047 100644
--- a/setup.py
+++ b/setup.py
@@ -1,17 +1,16 @@
 # -*- coding: UTF-8 -*-
 import sys
-from distutils.core import setup
-from setuptools import find_packages
+from setuptools import find_packages, setup
 
 
-_version = '0.2.2'
+_version = '0.2.5'
 _packages = find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"])
 
 _short_description = ("pylint-common is a Pylint plugin to improve Pylint "
                       "error analysis of the standard Python library")
 
 _classifiers = (
-    'Development Status :: 4 - Beta',
+    'Development Status :: 6 - Mature',
     'Environment :: Console',
     'Intended Audience :: Developers',
     'Operating System :: Unix',
@@ -21,6 +20,7 @@ _classifiers = (
     'Programming Language :: Python :: 3.3',
     'Programming Language :: Python :: 3.4',
     'Programming Language :: Python :: 3.5',
+    'Programming Language :: Python :: 3.6',
 )
 
 
@@ -30,10 +30,12 @@ if sys.version_info < (2, 7):
         'pylint>=1.0,<1.4',
         'astroid>=1.0,<1.3.0',
         'logilab-common>=0.60.0,<0.63',
+        'pylint-plugin-utils>=0.2.6',
     ]
 else:
     _install_requires = [
         'pylint>=1.0',
+        'pylint-plugin-utils>=0.2.5',
     ]
 
 
diff --git a/test/input/__init__.py b/test/input/__init__.py
deleted file mode 100644
index e69de29..0000000
diff --git a/test/input/func_noerror_class_attribute_string.py b/test/input/func_noerror_class_attribute_string.py
deleted file mode 100644
index 168c70e..0000000
--- a/test/input/func_noerror_class_attribute_string.py
+++ /dev/null
@@ -1,17 +0,0 @@
-"""
-Checks that Pylint does not complain about certain aspects of the Celery library
-"""
-#  pylint: disable=C0111,R0903
-
-SOME_CONSTANT = 'constant'
-""" This is the doc for the constant """
-
-
-class SomeClass(object):
-    an_attribute = ['fish', 'cake']
-    """ This is the doc for an_attribute """
-
-    # the following two lines ensure that any pattern of 'assign' followed by
-    # something which is not a simple constant do not throw errors
-    another_attribute = 1
-    an_attribute.sort('something')

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



More information about the Python-modules-commits mailing list