Changeset - a8942364e4ee
[Not reviewed]
default
1 1 1
Drew Perttula - 12 years ago 2013-06-04 19:31:39
drewp@bigasterisk.com
switch from buildout to virtualenv
Ignore-this: 6fce3aea6dc32318f111312e212bd70a
3 files changed with 19 insertions and 24 deletions:
0 comments (0 inline, 0 general)
buildout.cfg
Show inline comments
 
deleted file
makefile
Show inline comments
 
tests:
 
	bin/python `which nosetests` --no-path-adjustment light9.rdfdb.rdflibpatch
 

	
 
install_python_deps:
 
	env/bin/pip install -r pydeps
 

	
 
PYTHON=/usr/bin/pypy
 
PYTHON=/usr/bin/python
 

	
 
create_virtualenv:
 
	mkdir -p env
 
	virtualenv -p $(PYTHON) env
pydeps
Show inline comments
 
new file 100644
 
#git+git://github.com/RDFLib/rdflib@f5da2a2aca054748877aa7c6d722dc087472a858
 
Twisted==13.0.0
 
webcolors==1.4
 
Louie==1.1
 
cyclone==1.1
 

	
 
web.py==0.37
 
restkit==4.2.1
 
ipython==0.13.2
 
\ No newline at end of file
0 comments (0 inline, 0 general)