Some cfg version files for developent whit a standard 4.3.x Plone-buildout.
Contents
$ git clone https://github.com/imatem/plone-dev.cfg-files.git SOME_PROJECT
$ cd SOME_PROJECT
setup a virtual enviroment with pyenv
pyenv virtualenv 2.7.18 plone4
pyenv local plone4
install buildout and setuptools
pip install -r requirements.txt
build Plone
buildout
Build Plone
$ virtualenv-2.7 --no-setuptools .
$ ./bin/pip install -r requirements.txt
$ ./bin/buildout