File:  [cvs.NetBSD.org] / pkgsrc / devel / py-editorconfig-core / patches / Attic / patch-setup.py
Revision 1.2: download - view: text, annotated - select for diffs
Wed Aug 15 11:23:08 2018 UTC (6 years, 4 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, HEAD
py-editorconfig-core: updated to 0.12.2

0.12.2:
Unknown changes.

$NetBSD: patch-setup.py,v 1.2 2018/08/15 11:23:08 adam Exp $

* remove non-versioned file. The console command for editorconfig-core 
  is in the editorconfig-core package. Removing this file removes the 
  conflict that this package would have with the editorconfig-core 
  package.

--- setup.py.orig	2018-04-17 03:59:54.000000000 +0000
+++ setup.py
@@ -11,11 +11,6 @@ setup(
     license='python',
     description='EditorConfig File Locator and Interpreter for Python',
     long_description=open('README.rst').read(),
-    entry_points = {
-        'console_scripts': [
-            'editorconfig = editorconfig.main:main',
-        ]
-    },
     classifiers=[
         'License :: OSI Approved :: Python Software Foundation License',
         'Operating System :: OS Independent',

CVSweb <webmaster@jp.NetBSD.org>