diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2016-11-07 14:18:47 -0800 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2016-11-07 14:18:47 -0800 |
commit | bd447ffec18ed3e769a062387ce969b738f73f10 (patch) | |
tree | 33b15dc451ab4bdb47f6bab44f6ffc787b06dfdb /dev-python/editorconfig-core-py/files | |
parent | app-benchmarks/wrk: Clean up old. (diff) | |
download | gentoo-bd447ffec18ed3e769a062387ce969b738f73f10.tar.gz gentoo-bd447ffec18ed3e769a062387ce969b738f73f10.tar.bz2 gentoo-bd447ffec18ed3e769a062387ce969b738f73f10.zip |
dev-python/editorconfig-core-py: New package, python implementation of EditorConfig
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-python/editorconfig-core-py/files')
-rw-r--r-- | dev-python/editorconfig-core-py/files/editorconfig-core-py-0.12.0-no-cli.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-python/editorconfig-core-py/files/editorconfig-core-py-0.12.0-no-cli.patch b/dev-python/editorconfig-core-py/files/editorconfig-core-py-0.12.0-no-cli.patch new file mode 100644 index 000000000000..7d6fd31c3cc8 --- /dev/null +++ b/dev-python/editorconfig-core-py/files/editorconfig-core-py-0.12.0-no-cli.patch @@ -0,0 +1,16 @@ +diff --git a/setup.py b/setup.py +index 297e9cf..9702911 100644 +--- a/setup.py ++++ b/setup.py +@@ -10,11 +10,6 @@ setup( + license='LICENSE.txt', + description='EditorConfig File Locator and Interpreter for Python', + long_description=open('README.rst').read(), +- entry_points = { +- 'console_scripts': [ +- 'editorconfig = editorconfig.main:main', +- ] +- }, + classifiers=[ + 'Operating System :: OS Independent', + 'Programming Language :: Python', |