Lines Matching refs:python
6 grep "__version__ = '.*'" python/google/protobuf/__init__.py | sed -r "s/__version__ = '(.*)'/\1/"
52 find python -type d -exec chmod a+r,a+x {} +
53 find python -type f -exec chmod a+r {} +
77 …sed -i -r "s/__version__ = '.*'/__version__ = '${VERSION}.${DEV}'/" python/google/protobuf/__init_…
80 cd python
83 python setup.py build
84 python setup.py test
87 python setup.py sdist
95 python setup.py clean build bdist_wheel
112 python setup.py clean build sdist
119 python setup.py clean build bdist_wheel