From 8b7024381aad9dadae85db8cba776d6494011cba Mon Sep 17 00:00:00 2001 From: techgaun Date: Tue, 30 May 2017 11:08:59 -0500 Subject: [PATCH] rename developper to developer --- CHANGELOG.txt | 1 - DEVEL.txt | 3 +-- EXAMPLES.txt | 1 - Makefile | 14 +++++++------- Makefile.archive | 4 ++-- README.rst | 4 ++-- docs/DEVEL.rst | 2 +- docs/README.rst | 4 ++-- docs/pyozwman.rst | 2 +- 9 files changed, 16 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 9a925290..b8db3cf3 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,4 +1,3 @@ - Changelog ********* diff --git a/DEVEL.txt b/DEVEL.txt index bd172b8c..2e9ffba6 100644 --- a/DEVEL.txt +++ b/DEVEL.txt @@ -1,4 +1,3 @@ - Developers information ********************** @@ -13,7 +12,7 @@ Get the sources You can install all the dependances to develop for python-openzwave using the command : - sudo make developper-deps + sudo make developer-deps You must now install python-openzwave in develop mode diff --git a/EXAMPLES.txt b/EXAMPLES.txt index 9c9f881e..a219c666 100644 --- a/EXAMPLES.txt +++ b/EXAMPLES.txt @@ -1,4 +1,3 @@ - python-openzwave **************** diff --git a/Makefile b/Makefile index 51c760dc..353ec227 100644 --- a/Makefile +++ b/Makefile @@ -44,18 +44,18 @@ WHL_PYTHON3 := $(shell ls dist/*.whl 2>/dev/null|grep ${python_openzwave_version ARCHNAME = python-openzwave-${python_openzwave_version} ARCHDIR = ${ARCHBASE}/${ARCHNAME} -.PHONY: help clean all update develop install install-api uninstall clean-docs docs autobuild-tests tests pylint commit developper-deps python-deps autobuild-deps arch-deps common-deps cython-deps check venv-clean venv2 venv3 +.PHONY: help clean all update develop install install-api uninstall clean-docs docs autobuild-tests tests pylint commit developer-deps python-deps autobuild-deps arch-deps common-deps cython-deps check venv-clean venv2 venv3 help: @echo "Please use \`make ' where is one of" @echo " build : build python-openzwave and openzwave" - @echo " develop : install python-openzwave for developpers" + @echo " develop : install python-openzwave for developers" @echo " install : install python-openzwave for users" @echo " install-api : install python-openzwave (API only) for users" @echo " uninstall : uninstall python-openzwave" - @echo " developper-deps : install dependencies for developpers" + @echo " developer-deps : install dependencies for developers" @echo " deps : install dependencies for users" - @echo " docs : make documentation" + @echo " docs : make documentation" @echo " tests : launch tests" @echo " commit : publish python-openzwave updates on GitHub" @echo " clean : clean the development directory" @@ -125,9 +125,9 @@ uninstall: -rm -Rf /usr/local/share/python-openzwave -rm -Rf /usr/local/share/openzwave -developper-deps: common-deps cython-deps tests-deps pip-deps doc-deps +developer-deps: common-deps cython-deps tests-deps pip-deps doc-deps @echo - @echo "Dependencies for developpers of python-openzwave installed (python ${python_version_full})" + @echo "Dependencies for developers of python-openzwave installed (python ${python_version_full})" repo-deps: common-deps cython-deps tests-deps pip-deps @echo @@ -252,7 +252,7 @@ develop: src-lib/libopenzwave/libopenzwave.cpp ${PYTHON_EXEC} setup-web.py develop ${PYTHON_EXEC} setup.py develop --flavor=dev @echo - @echo "Installation for developpers of python-openzwave finished." + @echo "Installation for developers of python-openzwave finished." tests: #export NOSESKIP=False && ${NOSE_EXEC} $(NOSEOPTS) tests/ --with-progressive; unset NOSESKIP diff --git a/Makefile.archive b/Makefile.archive index ce559770..59789fa6 100644 --- a/Makefile.archive +++ b/Makefile.archive @@ -109,9 +109,9 @@ uninstall: -rm -Rf /usr/local/share/python-openzwave -rm -Rf /usr/local/share/openzwave -developper-deps: common-deps cython-deps tests-deps pip-deps doc-deps +developer-deps: common-deps cython-deps tests-deps pip-deps doc-deps @echo - @echo "Dependencies for developpers of python-openzwave installed (python ${python_version_full})" + @echo "Dependencies for developers of python-openzwave installed (python ${python_version_full})" autobuild-deps: common-deps cython-deps tests-deps pip-deps apt-get install --force-yes -y git diff --git a/README.rst b/README.rst index ec7ab72c..d7f79e30 100755 --- a/README.rst +++ b/README.rst @@ -85,7 +85,7 @@ python-openzwave 0.4.0 is coming !!! - git_shared (experimental) : download sources from openzwave github, build and install them as module on the system. Python_openzwave use it. Need root access to install openzwave libs. - ozwdev and ozwdev_shared : use the dev branch of openzwave on github. - - dev : for python_openzwave developpers + - dev : for python_openzwave developers - Install it : @@ -167,7 +167,7 @@ python-openzwave 0.4.0 is coming !!! - The old manager is now available via the pyozw_shell command. You need to install module "urwid>=1.1.1" with pip before using it. - libopenzwave and openzwave python modules are packaged in the python_openzwave. - So developpers needs to update their install_requires (it works fine with pyozw_manager). + So developers needs to update their install_requires (it works fine with pyozw_manager). They can use the following code to update softly : .. code-block:: python diff --git a/docs/DEVEL.rst b/docs/DEVEL.rst index c2c7b753..f0ef3a2b 100644 --- a/docs/DEVEL.rst +++ b/docs/DEVEL.rst @@ -17,7 +17,7 @@ You can install all the dependances to develop for python-openzwave using the co .. code-block:: bash - sudo make developper-deps + sudo make developer-deps You must now install python-openzwave in develop mode diff --git a/docs/README.rst b/docs/README.rst index ec7ab72c..d7f79e30 100755 --- a/docs/README.rst +++ b/docs/README.rst @@ -85,7 +85,7 @@ python-openzwave 0.4.0 is coming !!! - git_shared (experimental) : download sources from openzwave github, build and install them as module on the system. Python_openzwave use it. Need root access to install openzwave libs. - ozwdev and ozwdev_shared : use the dev branch of openzwave on github. - - dev : for python_openzwave developpers + - dev : for python_openzwave developers - Install it : @@ -167,7 +167,7 @@ python-openzwave 0.4.0 is coming !!! - The old manager is now available via the pyozw_shell command. You need to install module "urwid>=1.1.1" with pip before using it. - libopenzwave and openzwave python modules are packaged in the python_openzwave. - So developpers needs to update their install_requires (it works fine with pyozw_manager). + So developers needs to update their install_requires (it works fine with pyozw_manager). They can use the following code to update softly : .. code-block:: python diff --git a/docs/pyozwman.rst b/docs/pyozwman.rst index 46b05035..bcb044cb 100644 --- a/docs/pyozwman.rst +++ b/docs/pyozwman.rst @@ -35,6 +35,6 @@ command cd. All available commands are displayed on every screens. You can use the tab keys to switch between the view panel and the edit panel and the up and down ones to view all informations. -For the developpers : this a good example on how to use the api. +For the developers : this provides a good example on how to use the api. Update are sent to uwird widget using louie notifications. ZWave data updates are done in the set, add, delete, remove, ... methods.