Commit Graph

56 Commits

Author SHA1 Message Date
Nathaniel Manista a73f7464c2 Upgrade Python proto dependency to 3.0.0-alpha-1. 2015-02-15 01:17:44 +00:00
Nathaniel Manista a035afcfae Clean up setup.py and move it into src/. 2015-02-15 01:16:37 +00:00
Craig Tiller 75be91a149 Allow Python to be built without sudo 2015-02-10 20:41:42 +01:00
Nathaniel Manista c48afec9f4 Install PyPI's protobuf into the Python virtual environment.
There may be a way to use third_party's protobuf (and this
may eventually be necessary) but I haven't yet figured out
how to do it correctly. It can happen later.
2015-02-02 19:04:51 +00:00
Nathaniel Manista b8b0adfbf9 Refactoring of the Python build.
The source code is moved from src/python to
src/python/src. A setup.py is added at
src/python. The build_python.sh and
run_python.sh scripts are updated to build
and run the Python tests by building a
package and installing it in the developer's
Python 2.7 virtual environment.
2015-02-02 15:25:43 +00:00
Nathaniel Manista 840615ed27 Add Python to run-tests. 2015-01-22 20:31:47 +00:00