Florian Bruhin
3ff28027de
Make init_venv.py work with multiple sip .so files.
...
On my Debian jessie there's a sip.cpython-34m-x86_64-linux-gnu.so and a
sip.cpython-34dm-x86_64-linux-gnu.so.
2015-01-06 11:26:40 +01:00
Florian Bruhin
450d1ab70d
Update copyright years
2015-01-03 15:51:31 +01:00
Florian Bruhin
5e4f3ed7c5
Revert "Use python -m to call virtualenv in init_venv."
...
This reverts commit 40781b163e
.
Some platforms (e.g. Ubuntu Trusty) don't have a python3-virtualenv, so we
should instead adjust the documentation to use the python2 one.
2014-12-16 22:04:46 +01:00
Florian Bruhin
40781b163e
Use python -m to call virtualenv in init_venv.
...
It seems python3-virtualenv on Debian Jessie doesn't contain
/usr/bin/virtualenv.
2014-12-16 17:24:00 +01:00
Florian Bruhin
28fe84944c
init_venv: Pass --no-clean to pip on Windows.
...
Windows likes to fail deleting files for no reason, so we avoid deleting
stuff to avoid bogus build failures...
2014-12-09 22:01:19 +01:00
Florian Bruhin
f355ee6282
Don't depend on cx_Freeze for tests.
2014-12-05 12:55:20 +01:00
Florian Bruhin
58b5d97d2c
init_venv: Fix beautifulsoup4 package name.
2014-12-05 12:50:57 +01:00
Florian Bruhin
653fbe81d0
pylint: Ignore distutils ImportError.
...
See https://bitbucket.org/logilab/pylint/issue/73/
2014-12-05 12:46:57 +01:00
Florian Bruhin
0cc95edce5
init_venv: Add more dev modules.
2014-12-05 12:46:39 +01:00
Florian Bruhin
84b22c3b93
init_venv: Check dev packages only with --dev
2014-12-05 12:10:59 +01:00
Florian Bruhin
1644bc47e3
init_venv: Use --system-site-packages on Windows.
2014-12-05 11:52:23 +01:00
Florian Bruhin
767d42009f
init_venv: pin astroid version
2014-12-05 11:52:08 +01:00
Florian Bruhin
cda848855a
init_venv: Change sip glob to include .pyd
2014-12-05 08:53:06 +01:00
Florian Bruhin
b209be5739
init_venv: Test all installed packages
2014-12-05 07:08:56 +01:00
Florian Bruhin
284516dfb7
init_venv: Don't check for pylint without --dev
2014-12-05 06:56:15 +01:00
Florian Bruhin
ee6e7d73e2
Fix sip globbing for real
2014-12-05 06:53:56 +01:00
Florian Bruhin
1dcf3ad885
init_venv: Use sys.executable for venv_python
2014-12-05 06:45:20 +01:00
Florian Bruhin
c89f0c339f
init_venv: Add missing glob import
2014-12-05 06:40:36 +01:00
Florian Bruhin
ea9c1de2ba
init_venv: Check if file exists before symlinking.
2014-12-05 06:38:32 +01:00
Florian Bruhin
1c22b9613b
init_venv: Add glob for sip.so.
2014-12-05 06:38:22 +01:00
Florian Bruhin
a5da6dddc0
Add init_venv, script to initialize a virtualenv.
2014-12-04 21:35:40 +01:00