aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/py
Commit message (Collapse)AuthorAge
* Add more source filegroups for the installerGravatar Damien Martin-Guillerez2015-09-03
| | | | | | | | | | | | | | | | | | | | | | With those filegroup the tutorial is able to compile iOS and App Engine stuff. Here how to test: git clone https://github.com/bazelbuild/bazel git clone https://github.com/bazelbuild/examples export BAZEL_WORKSPACE=$PWD/bazel export EXAMPLES_WORKSPACE=$PWD/examples cd $BAZEL_WORKSPACE ./compile.sh ./output/bazel --bazelrc=/dev/null --nomaster_bazelrc \ build //scripts/packages:install.sh export BAZEL_INSTALLER=$(readlink bazel-bin)/scripts/packages/install.sh cd $EXAMPLES_WORKSPACE ./tutorial/ci/build.sh -- Change-Id: I553ab8821f5a5cdcc7a8b4614e23ca4c79581e4f Reviewed-on: https://bazel-review.googlesource.com/1878 MOS_MIGRATED_REVID=102239866
* Adds build files and readme's for third party python libraries.Gravatar Alex Humesky2015-05-21
| | | | | -- MOS_MIGRATED_REVID=94001567
* Renames mock.py to __init__.py to make it easier to importGravatar Alex Humesky2015-05-19
|
* Adds python mock libraryGravatar Alex Humesky2015-05-19
|
* Fixes import paths in third_party/py/concurrentGravatar Alex Humesky2015-05-19
|
* Adds python futures libraryGravatar Alex Humesky2015-05-19
|
* Renames gflags.py to __init__.py to make it easier to import.Gravatar Alex Humesky2015-05-19
|
* Adds third_party/py/gflags.Gravatar Alex Humesky2015-05-19