Commit graph

51 commits

Author SHA1 Message Date
Anthony Scopatz
88046265dc added xontribs 2016-05-09 23:40:45 -04:00
Anthony Scopatz
b74d06431d minor updates 2016-05-08 20:17:48 -04:00
Morten Enemark Lund
dcb10581ab Remove PLY from requirements and dependencies 2016-05-07 11:49:56 +02:00
Morten Enemark Lund
38505508be fix typo bug in setup.py 2016-04-27 21:29:12 +02:00
Morten Enemark Lund
16e14058a8 Update setup.py with too use default jupyter kernel install mechanism on conda 2016-04-25 11:59:48 +02:00
Gil Forsyth
1e1c01caae put tempfile import in separate try statement
because install shouldn't fail just because someone doesn't have
setuptools...
2016-02-25 17:57:29 -05:00
Gil Forsyth
357d862132 add tempfile import to try statement to fail py27 gracefully
one line change to move `from tempfile import TemporaryDirectory` inside
the try statement so that the install will reach the `sys.version_info`
check and let a user know that Legacy Python is not supported in xonsh.
2016-02-25 17:53:59 -05:00
Anthony Scopatz
1c8073b4a8 initial movement 2016-02-07 20:24:30 -05:00
Anthony Scopatz
93fa19d1ba minor docs 2016-01-07 15:49:35 -08:00
Anthony Scopatz
e535630df5 initial ptk sub-package 2015-12-29 23:15:56 -08:00
selepo
f0db5fce77 bugfix 2015-11-18 21:19:23 +01:00
selepo
37a130c775 merge conflict resolved 2015-11-18 20:27:59 +01:00
selepo
ed8b6ce37c bugfix for issue 466 with xonsh.bat installed in non-windows 2015-11-18 18:50:17 +01:00
Kurtis Rader
95c361aec7 accomodate pip bug by making setup.py ascii
Resolves #487.

Since I was touching this to resolve issue #487 I decided to make it lint
clean as well.
2015-11-16 15:12:02 -08:00
Kurtis Rader
e88c863d10 Add a uniform character encoding to all files.
I wouldn't normally do something like this but issue #487 brought to
my attention the fact that too many of the python modules don't have
an encoding comment and of those that do there is a lot of pointless
inconsistency in the style of the comment.
2015-11-16 14:10:40 -08:00
Anthony Scopatz
538f1ec0c1 Merge pull request #468 from uranusjr/console_scripts
Use console_scripts to generate entry point
2015-11-14 12:49:57 -05:00
Daniel Milde
c650bc8a2b installation of jupyter hook to given destination 2015-11-08 21:15:08 +01:00
Anthony Scopatz
25cc8fb845 fixed minor conflict 2015-11-06 19:12:33 -05:00
Tzu-ping Chung
f36d04a758 Use console_scripts to generate entry point
This is better than writing platform-dependant scripts to provide
an entry point. The old way is kept as a fallback when setuptools
is not available.

Reference:

http://python-packaging.readthedocs.org/en/latest/command-line-scripts.html#the-console-scripts-entry-point
2015-11-04 17:40:01 +08:00
selepo
ffb3608dbf bugfix for install missing scripts/xonsh.bat (windows) 2015-11-03 19:42:29 +01:00
Morten Enemark Lund
a504b73a1f Use sys.prefix instead of environment variable. 2015-10-04 12:52:27 -04:00
Morten Enemark Lund
7e8b24153a Ensure conda build will also install the jupyter kernel spec 2015-10-04 12:52:27 -04:00
Anthony Scopatz
13631eaa06 basic functionality 2015-10-04 12:52:27 -04:00
Ronny Pfannschmidt
cead30bf2f remove logo printing from setup.py --name
it serves no higher purpose and breaks usage in pipsi

also it wouldn't happen for wheels
2015-08-07 22:53:00 +02:00
Klaus Alexander Seistrup
ee65f492f2 Removed trailing whitespace 2015-07-29 23:58:25 +02:00
Anthony Scopatz
17fb139607 install -> develop 2015-04-06 23:57:38 -05:00
Anthony Scopatz
827fbbfbe7 wrap develop too 2015-04-06 23:21:03 -05:00
Anthony Scopatz
bd25f6638e a couple of more fixes 2015-04-02 21:08:17 -05:00
Anthony Scopatz
dfc23a2f11 part of pygments lexer 2015-03-30 20:55:25 -05:00
adam j hartz
bea87727ab changing version variable name 2015-03-24 16:07:37 -04:00
adam j hartz
492c29dd3d updates dealing with version number 2015-03-24 15:09:04 -04:00
Anthony Scopatz
5843d72a31 minor updates 2015-03-23 01:40:44 -05:00
Anthony Scopatz
c2673011a0 add coding back in 2015-03-23 01:29:37 -05:00
Anthony Scopatz
dd84efffb4 remove encoding 2015-03-23 01:26:01 -05:00
Anthony Scopatz
a938e5e116 v0.1.3 version bump 2015-03-23 01:17:24 -05:00
Charlie Arnold
0ff1b8df5f specify full path to README.rst
Fix #88
2015-03-18 10:38:16 -07:00
Anthony Scopatz
217cde293a added missing distutil imports 2015-03-15 20:48:13 -05:00
Anthony Scopatz
a587a1719d version bump to v0.1.2 2015-03-15 18:42:58 -05:00
Katriel Cohn-Gordon
dbabd223e6 Add a #coding declaration to setup.py
Python2 won't even parse Unicode files without a #coding declaration, because it assumes ascii.

This way, at least you get a sane error (`xonsh currently requires Python 3.4+`).
2015-03-15 22:26:26 +00:00
Anthony Scopatz
87052bd935 fail on Py2k 2015-03-12 20:43:06 -05:00
Anthony Scopatz
f4d68f12dc version bump to 0.1.1 2015-03-11 01:55:14 -05:00
Anthony Scopatz
b7b7393ec8 setup updates 2015-03-09 22:42:34 -05:00
Anthony Scopatz
d77173a6d8 Merge branch 'master' of https://github.com/paradoxxxzero/xonsh into paradoxxxzero-master 2015-03-09 13:30:07 -05:00
Florian Mounier
6bd1c21478 Fix #1 by uppercasing readme.rst. 2015-03-09 10:54:59 +01:00
Anthony Scopatz
3085c95e20 typo 2015-03-09 01:03:47 -05:00
Anthony Scopatz
5cf4f3631e added ascii logo 2015-03-07 17:32:13 -06:00
Anthony Scopatz
374ca87757 builds tables in right place 2015-03-07 13:35:01 -06:00
Anthony Scopatz
2e1096e716 should have working version 2015-03-07 13:24:44 -06:00
Anthony Scopatz
fe4bed77c5 added scripts 2015-03-07 12:11:43 -06:00
Anthony Scopatz
770a00c41d added readme 2015-03-07 12:09:30 -06:00