Changeset - b7c752e49355
[Not reviewed]
default
0 2 0
Drew Perttula - 10 years ago 2015-06-06 09:39:00
drewp@bigasterisk.com
upgrade many modules
Ignore-this: 106ed7e9ec6c3a1d317eeb9e0493b7bc
2 files changed with 14 insertions and 13 deletions:
pydeps
12
12
0 comments (0 inline, 0 general)
makefile
Show inline comments
 
@@ -7,13 +7,13 @@ tests_watch:
 
	eval env/bin/nosetests --with-watcher $(NOSEARGS)
 

	
 

	
 
# needed packages: python-gtk2 python-imaging
 

	
 
install_python_deps: link_to_sys_packages
 
	env/bin/pip install -r pydeps
 
	env/bin/pip install -U -r pydeps
 

	
 
DP=/usr/lib/python2.7/dist-packages
 
SP=env/lib/python2.7/site-packages
 

	
 
link_to_sys_packages:
 
	# http://stackoverflow.com/questions/249283/virtualenv-on-ubuntu-with-no-site-packages
 
@@ -32,12 +32,13 @@ link_to_sys_packages:
 
PYTHON=/usr/bin/pypy
 
PYTHON=/usr/bin/python
 

	
 
create_virtualenv:
 
	mkdir -p env
 
	virtualenv -p $(PYTHON) env
 
	env/bin/pip install -U pip
 
	ln -sf ../env/bin/python bin/python
 

	
 
tkdnd_build:
 
	# get tkdnd r95 with subversion
 
	# then apply tkdnd-patch-on-r95 to that
 
	cd tkdnd/trunk
pydeps
Show inline comments
 
rdflib==4.1.2
 
Twisted==14.0.0
 
rdflib==4.2.0
 
Twisted==15.2.1
 
webcolors==1.4
 
Louie==1.1
 
cyclone==1.1
 

	
 
web.py==0.37
 
restkit==4.2.2
 
ipython==2.1.0
 
nose==1.3.3
 
nose-watcher==0.1.2
 
watchdog==0.7.1
 
ipdb==0.8
 
coloredlogs==0.5
 
ipython==3.1.0
 
nose==1.3.7
 
nose-watcher==0.1.3
 
watchdog==0.8.3
 
ipdb==0.8.1
 
coloredlogs==1.0.1
 
genshi==0.7
 
pyjade==2.2.0
 
python-dateutil==2.2
 
pyjade==3.0.0
 
python-dateutil==2.4.2
 
txosc==0.2.0
 
service_identity==0.2
 
Pillow==2.4.0
 
Pillow==2.8.1
 
faulthandler==2.3
 
treq==0.2.1
 
mock==1.0.1
 
toposort==1.0
 
pyserial==2.7
 

	
 
scales==1.0.6
 
scales==1.0.9
 
statprof==0.1.2
0 comments (0 inline, 0 general)