Skip to content

Commit 296df71

Browse files
committed
Version bump to v2.0.0-rc.1
+ Release candidate ready + Removed support for Python 2.6
1 parent e1f28af commit 296df71

File tree

6 files changed

+58
-48
lines changed

6 files changed

+58
-48
lines changed

.travis.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,6 @@ matrix:
106106
language: objective-c
107107
env: PYENV_VERSION='3.6.0' PYENV_VERSION_STRING='Python 3.6.0'
108108

109-
- os: osx
110-
osx_image: xcode8.3
111-
language: objective-c
112-
env: PYENV_VERSION='2.6.9' PYENV_VERSION_STRING='Python 2.6.9'
113-
114109
- os: osx
115110
osx_image: xcode8.3
116111
language: objective-c
@@ -136,11 +131,6 @@ matrix:
136131
language: objective-c
137132
env: PYENV_VERSION='3.6.0' PYENV_VERSION_STRING='Python 3.6.0'
138133

139-
- os: osx
140-
osx_image: xcode7.3
141-
language: objective-c
142-
env: PYENV_VERSION='2.6.9' PYENV_VERSION_STRING='Python 2.6.9'
143-
144134
- os: osx
145135
osx_image: xcode7.3
146136
language: objective-c
@@ -167,11 +157,6 @@ matrix:
167157
language: objective-c
168158
env: PYENV_VERSION='3.6.0' PYENV_VERSION_STRING='Python 3.6.0'
169159

170-
- os: osx
171-
osx_image: xcode6.4
172-
language: objective-c
173-
env: PYENV_VERSION='2.6.9' PYENV_VERSION_STRING='Python 2.6.9'
174-
175160
- os: osx
176161
osx_image: xcode6.4
177162
language: objective-c

README.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
CodeIntel
2+
=========
3+
4+
[![Build Status](https://travis-ci.org/SublimeCodeIntel/CodeIntel.svg)](https://travis-ci.org/SublimeCodeIntel/CodeIntel) [![Build Status](https://ci.appveyor.com/api/projects/status/github/Kronuz/CodeIntel?svg=true)](https://ci.appveyor.com/project/Kronuz/CodeIntel)
5+
6+
CodeIntel is a code intelligence engine that was ported from
7+
[Open Komodo Editor](http://www.openkomodo.com) to a stand-alone Python package.
8+
9+
CodeIntel supports all the languages Komodo Editor supports for Code Intelligence
10+
(CIX, CodeIntel2) and a few others:
11+
12+
> ActionScript, Django, Docker, EJS, epMojo, HTML, KomodoSnippet,
13+
> LaravelBlade, Mason, Mustache, MXML, PHP, R, reStructuredText, RHTML,
14+
> Smarty, TracWiki, TemplateToolkit, Twig, XBL, XML, XSLT, XUL, Python,
15+
> Python3, Ruby, Perl, Go, ECMAScript, JavaScript, Node.js, CSS, SCSS, Sass,
16+
> Less, HTML5, Tcl, C/C++, Objective-C.
17+
18+
The package should work in all three platforms (MacOS X, Windows and Linux).
19+
20+
[![Click here to lend your support to CodeIntel/SublimeCodeIntel and make a donation!](https://www.paypalobjects.com/en_GB/i/btn/btn_donate_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=VVX4Q9H3924LE)
21+
22+
23+
Installation
24+
------------
25+
26+
To install `CodeIntel`, do the following:
27+
28+
1. Install [Python](http://python.org) and [pip](http://www.pip-installer.org/en/latest/installing.html) (Python 3 requires pip3).
29+
30+
1. Install `CodeIntel` by typing the following in a terminal:
31+
```
32+
# For Python 2
33+
[sudo] pip install --upgrade --pre CodeIntel
34+
35+
# For Python 3
36+
[sudo] pip3 install --upgrade --pre CodeIntel
37+
```
38+
39+
License
40+
-------
41+
42+
The package is based in code from the Open Komodo Editor and has a MPL license.
43+
44+
Ported from Open Komodo by German M. Bravo (Kronuz).

README.rst

Lines changed: 0 additions & 15 deletions
This file was deleted.

appveyor.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ environment:
1313
# For Python versions available on Appveyor, see
1414
# http://www.appveyor.com/docs/installed-software#python
1515
# The list here is complete (excluding Python 2.6, which
16-
# isn't covered by this document) at the time of writing.
16+
# isn't supported by CodeIntel) at the time of writing.
1717

1818
- PYTHON: "C:\\Python27-x64"
1919
PYTHON_VERSION: "2.7"
@@ -31,14 +31,6 @@ environment:
3131
PYTHON_VERSION: "3.6"
3232
REDIST: "x86"
3333

34-
- PYTHON: "C:\\Python26-x64"
35-
PYTHON_VERSION: "2.6"
36-
PYTHON_ARCH: "64"
37-
REDIST: "x64"
38-
- PYTHON: "C:\\Python26"
39-
PYTHON_VERSION: "2.6"
40-
REDIST: "x86"
41-
4234
- PYTHON: "C:\\Python35-x64"
4335
PYTHON_VERSION: "3.5"
4436
PYTHON_ARCH: "64"
@@ -68,8 +60,6 @@ install:
6860
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
6961
# We need wheel installed to build wheels
7062
- "pip install wheel twine"
71-
# Upgrade HTTPS client so twine works in Python 2.6
72-
- "pip install --upgrade ndg-httpsclient"
7363

7464
build: off
7565

codeintel/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.0.0-beta.36'
1+
__version__ = '2.0.0-rc.1'

setup.py

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -239,12 +239,18 @@ def package_files(directory):
239239
version=VERSION,
240240
description="Komodo Edit CodeIntel",
241241
long_description="""\
242-
Code intelligence ported from Open Komodo Editor. Supports all the languages
243-
Komodo Editor supports for Code Intelligence (CIX, CodeIntel2):
244-
245-
Go, JavaScript, Mason, XBL, XUL, RHTML, SCSS, Python, HTML, Ruby, Python3, XML,
246-
Sass, XSLT, Django, HTML5, Perl, CSS, Twig, Less, Smarty, Node.js, Tcl,
247-
TemplateToolkit, PHP, C/C++, Objective-C.""",
242+
CodeIntel is a code intelligence engine that was ported from Open Komodo Editor
243+
to a stand-alone Python package.
244+
245+
CodeIntel supports all the languages Komodo Editor supports for Code Intelligence
246+
(CIX, CodeIntel2) and a few others:
247+
248+
ActionScript, Django, Docker, EJS, epMojo, HTML, KomodoSnippet,
249+
LaravelBlade, Mason, Mustache, MXML, PHP, R, reStructuredText, RHTML,
250+
Smarty, TracWiki, TemplateToolkit, Twig, XBL, XML, XSLT, XUL, Python,
251+
Python3, Ruby, Perl, Go, ECMAScript, JavaScript, Node.js, CSS, SCSS, Sass,
252+
Less, HTML5, Tcl, C/C++, Objective-C.
253+
""",
248254
url="https://github.com/SublimeCodeIntel/CodeIntel",
249255
author="Komodo Edit Team",
250256
author_email="[email protected]",

0 commit comments

Comments
 (0)