[Python-modules-commits] [pylint-plugin-utils] 02/08: Import pylint-plugin-utils_0.2.6.orig.tar.gz

ChangZhuo Chen czchen at moszumanska.debian.org
Tue Jun 20 14:58:13 UTC 2017


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

czchen pushed a commit to tag debian/0.2.6-1
in repository pylint-plugin-utils.

commit 08ff5b98f4867d53ffb8fe52811ed5121c8124c0
Author: ChangZhuo Chen (陳昌倬) <czchen at debian.org>
Date:   Tue Jun 20 22:45:29 2017 +0800

    Import pylint-plugin-utils_0.2.6.orig.tar.gz
---
 .coveragerc                                       |  3 --
 .gitignore                                        | 35 -----------------------
 .travis.yml                                       | 11 -------
 MANIFEST.in                                       |  1 +
 PKG-INFO                                          | 22 ++++++++++++++
 README.md                                         | 17 -----------
 pylint_plugin_utils.egg-info/PKG-INFO             | 22 ++++++++++++++
 pylint_plugin_utils.egg-info/SOURCES.txt          |  9 ++++++
 pylint_plugin_utils.egg-info/dependency_links.txt |  1 +
 pylint_plugin_utils.egg-info/requires.txt         |  2 ++
 pylint_plugin_utils.egg-info/top_level.txt        |  1 +
 pylint_plugin_utils/__init__.py                   |  5 +++-
 setup.cfg                                         |  5 ++++
 setup.py                                          |  6 ++--
 14 files changed, 71 insertions(+), 69 deletions(-)

diff --git a/.coveragerc b/.coveragerc
deleted file mode 100644
index 5c730da..0000000
--- a/.coveragerc
+++ /dev/null
@@ -1,3 +0,0 @@
-
-[run]
-source=pylint_plugin_utils
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 7ec0a18..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-language: python
-python:
-  - "2.6"
-  - "2.7"
-  - "3.3"
-  - "3.4"
-install:
-  - "pip install --use-mirrors --editable ."
-  - "pip install coverage"
-script:
-  true
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..fed923d
--- /dev/null
+++ b/PKG-INFO
@@ -0,0 +1,22 @@
+Metadata-Version: 1.1
+Name: pylint-plugin-utils
+Version: 0.2.6
+Summary: Utilities and helpers for writing Pylint plugins
+Home-page: https://github.com/landscapeio/pylint-plugin-utils
+Author: landscape.io
+Author-email: code at landscape.io
+License: GPLv2
+Description: UNKNOWN
+Keywords: pylint plugin helpers
+Platform: UNKNOWN
+Classifier: Development Status :: 5 - Production/Stable
+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 1eca3bc..0000000
--- a/README.md
+++ /dev/null
@@ -1,17 +0,0 @@
-# pylint-plugin-utils
-
-## Status
-
-[![Build Status](https://travis-ci.org/landscapeio/pylint-plugin-utils.png?branch=master)](https://travis-ci.org/landscapeio/pylint-plugin-utils) 
-[![Code Quality](https://landscape.io/github/landscapeio/pylint-plugin-utils/master/landscape.png)](https://landscape.io/github/landscapeio/pylint-plugin-utils)
-[![Coverage Status](https://coveralls.io/repos/landscapeio/pylint-plugin-utils/badge.png)](https://coveralls.io/r/landscapeio/pylint-plugin-utils)
-[![Latest Version](https://pypip.in/v/pylint-plugin-utils/badge.png)](https://crate.io/packages/pylint-plugin-utils)
-[![Downloads](https://pypip.in/d/pylint-plugin-utils/badge.png)](https://crate.io/packages/pylint-plugin-utils)
-
-# About
-
-Utilities and helpers for writing Pylint plugins. This is not a direct Pylint plugin, but rather a set of tools and functions used by other plugins such as [pylint-django](https://github.com/landscapeio/pylint-django) and [pylint-celery](https://github.com/landscapeio/pylint-celery).
-
-# License
-
-`pylint-plugin-utils` is available under the GPLv2 License.
\ No newline at end of file
diff --git a/pylint_plugin_utils.egg-info/PKG-INFO b/pylint_plugin_utils.egg-info/PKG-INFO
new file mode 100644
index 0000000..fed923d
--- /dev/null
+++ b/pylint_plugin_utils.egg-info/PKG-INFO
@@ -0,0 +1,22 @@
+Metadata-Version: 1.1
+Name: pylint-plugin-utils
+Version: 0.2.6
+Summary: Utilities and helpers for writing Pylint plugins
+Home-page: https://github.com/landscapeio/pylint-plugin-utils
+Author: landscape.io
+Author-email: code at landscape.io
+License: GPLv2
+Description: UNKNOWN
+Keywords: pylint plugin helpers
+Platform: UNKNOWN
+Classifier: Development Status :: 5 - Production/Stable
+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_plugin_utils.egg-info/SOURCES.txt b/pylint_plugin_utils.egg-info/SOURCES.txt
new file mode 100644
index 0000000..98cc345
--- /dev/null
+++ b/pylint_plugin_utils.egg-info/SOURCES.txt
@@ -0,0 +1,9 @@
+LICENSE
+MANIFEST.in
+setup.py
+pylint_plugin_utils/__init__.py
+pylint_plugin_utils.egg-info/PKG-INFO
+pylint_plugin_utils.egg-info/SOURCES.txt
+pylint_plugin_utils.egg-info/dependency_links.txt
+pylint_plugin_utils.egg-info/requires.txt
+pylint_plugin_utils.egg-info/top_level.txt
\ No newline at end of file
diff --git a/pylint_plugin_utils.egg-info/dependency_links.txt b/pylint_plugin_utils.egg-info/dependency_links.txt
new file mode 100644
index 0000000..8b13789
--- /dev/null
+++ b/pylint_plugin_utils.egg-info/dependency_links.txt
@@ -0,0 +1 @@
+
diff --git a/pylint_plugin_utils.egg-info/requires.txt b/pylint_plugin_utils.egg-info/requires.txt
new file mode 100644
index 0000000..a040a50
--- /dev/null
+++ b/pylint_plugin_utils.egg-info/requires.txt
@@ -0,0 +1,2 @@
+pylint
+astroid
\ No newline at end of file
diff --git a/pylint_plugin_utils.egg-info/top_level.txt b/pylint_plugin_utils.egg-info/top_level.txt
new file mode 100644
index 0000000..e6df2af
--- /dev/null
+++ b/pylint_plugin_utils.egg-info/top_level.txt
@@ -0,0 +1 @@
+pylint_plugin_utils
diff --git a/pylint_plugin_utils/__init__.py b/pylint_plugin_utils/__init__.py
index dccace1..917684d 100644
--- a/pylint_plugin_utils/__init__.py
+++ b/pylint_plugin_utils/__init__.py
@@ -1,5 +1,8 @@
 import sys
-from pylint.utils import UnknownMessage
+try:
+    from pylint.utils import UnknownMessage
+except ImportError:
+    from pylint.utils import UnknownMessageError as UnknownMessage
 
 
 def get_class(module_name, kls):
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 708e278..9735c9f 100644
--- a/setup.py
+++ b/setup.py
@@ -2,13 +2,13 @@
 from distutils.core import setup
 from setuptools import find_packages
 
-_version = "0.2.3"
+_version = "0.2.6"
 _packages = find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"])
 
 _short_description = "Utilities and helpers for writing Pylint plugins"
 
 _classifiers = (
-    'Development Status :: 4 - Beta',
+    'Development Status :: 5 - Production/Stable',
     'Environment :: Console',
     'Intended Audience :: Developers',
     'Operating System :: Unix',
@@ -17,6 +17,8 @@ _classifiers = (
     'Programming Language :: Python :: 2.7',
     'Programming Language :: Python :: 3.3',
     'Programming Language :: Python :: 3.4',
+    'Programming Language :: Python :: 3.5',
+    'Programming Language :: Python :: 3.6',
 )
 
 setup(

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



More information about the Python-modules-commits mailing list