pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-pylint/patches Also removed unused patches



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c410ccaed1fe
branches:  trunk
changeset: 365441:c410ccaed1fe
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Jul 16 20:35:13 2017 +0000

description:
Also removed unused patches

diffstat:

 devel/py-pylint/patches/patch-pylint_____pkginfo____.py |  24 -----------------
 devel/py-pylint/patches/patch-setup.py                  |  23 ----------------
 2 files changed, 0 insertions(+), 47 deletions(-)

diffs (55 lines):

diff -r 877fc7737544 -r c410ccaed1fe devel/py-pylint/patches/patch-pylint_____pkginfo____.py
--- a/devel/py-pylint/patches/patch-pylint_____pkginfo____.py   Sun Jul 16 20:33:32 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-$NetBSD: patch-pylint_____pkginfo____.py,v 1.1 2017/03/01 13:08:44 fhajny Exp $
-
-Add PYVERSSUFFIX to scripts.
-
---- pylint/__pkginfo__.py.orig 2017-01-22 14:06:23.000000000 +0000
-+++ pylint/__pkginfo__.py
-@@ -19,7 +19,7 @@
- from __future__ import absolute_import
- 
- from os.path import join
--
-+import sys
- 
- modname = distname = 'pylint'
- 
-@@ -76,7 +76,7 @@ long_desc = """\
-  Pylint is shipped with "pylint-gui", "pyreverse" (UML diagram generator)
-  and "symilar" (an independent similarities checker)."""
- 
--scripts = [join('bin', filename)
-+scripts = [join('bin', filename + sys.version[0:3])
-            for filename in ('pylint', 'pylint-gui', "symilar", "epylint",
-                             "pyreverse")]
- 
diff -r 877fc7737544 -r c410ccaed1fe devel/py-pylint/patches/patch-setup.py
--- a/devel/py-pylint/patches/patch-setup.py    Sun Jul 16 20:33:32 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-$NetBSD: patch-setup.py,v 1.1 2017/03/01 13:08:44 fhajny Exp $
-
-Add PYVERSSUFFIX to scripts.
-
---- setup.py.orig      2017-01-22 13:12:37.000000000 +0000
-+++ setup.py
-@@ -140,11 +140,11 @@ def install(**kwargs):
-             kwargs['install_requires'] = install_requires
-             kwargs['dependency_links'] = dependency_links
-         kwargs['entry_points'] = {'console_scripts': [
--            'pylint = pylint:run_pylint',
--            'pylint-gui = pylint:run_pylint_gui',
--            'epylint = pylint:run_epylint',
--            'pyreverse = pylint:run_pyreverse',
--            'symilar = pylint:run_symilar',
-+            'pylint' + sys.version[0:3] + ' = pylint:run_pylint',
-+            'pylint-gui' + sys.version[0:3] + ' = pylint:run_pylint_gui',
-+            'epylint' + sys.version[0:3] + ' = pylint:run_epylint',
-+            'pyreverse' + sys.version[0:3] + ' = pylint:run_pyreverse',
-+            'symilar' + sys.version[0:3] + ' = pylint:run_symilar',
-         ]}
-     kwargs['packages'] = packages
-     cmdclass = {'install_lib': MyInstallLib,



Home | Main Index | Thread Index | Old Index