- 12 Nov, 2018 1 commit
-
-
Jérome Perrin authored
-
- 29 Aug, 2018 1 commit
-
-
Jérome Perrin authored
When buildout encounter an error, program exists with error code 1, this should also be the case when exiting from a debugger session when running with -D option. /reviewed-on nexedi/slapos.buildout!17
-
- 30 Mar, 2018 1 commit
-
-
Jérome Perrin authored
When a recipe is developed in a git working copy, .git administrative database folder should be ignored, like we did with CVS and svn. /reviewed-on nexedi/slapos.buildout!14
-
- 25 Jan, 2018 1 commit
-
-
Rafael Monnerat authored
-
- 18 Jan, 2018 2 commits
-
-
Yusei Tahara authored
_install_and_load is slow, using cache saves time when there are many sections.
-
Yusei Tahara authored
buildout.py: Optimize _compute_part_signatures. Cache recipe signature and calculate once per recipe. Signature calculation is slow, so using cache saves a lot of time when the same recipe is used many times.
-
- 10 Nov, 2017 3 commits
-
-
Julien Muchembled authored
This reverts commit 632b6015. Since version 36, setuptools bundles again instead of having dependencies.
-
Julien Muchembled authored
To support versions 33.1.1 and 36.6.1 of setuptools.
-
Julien Muchembled authored
-
- 07 Nov, 2017 1 commit
-
-
Maurits van Rees authored
setuptools used to say this: No local packages or download links found for zc.buildout==UNKNOWN Since setuptools 25.1.0 it says this: No local packages or working download links found for zc.buildout==UNKNOWN See also https://github.com/pypa/setuptools/pull/609/files (cherry picked from commit bcd3d9b5)
-
- 06 Nov, 2017 1 commit
-
-
Julien Muchembled authored
Contrary to bash, dash filters out environment variables containing '-' characters.
-
- 02 Nov, 2017 1 commit
-
-
David Beitey authored
Backporting an upstream changes, because recently pypi stops accept download using http ( https://mail.python.org/pipermail/distutils-sig/2017-October/031712.html ) For slapos case, apparently it means all software releases where eggs where not in shacache stop working. /reviewed-on nexedi/slapos.buildout!12
-
- 03 Oct, 2017 1 commit
-
-
Julien Muchembled authored
-
- 21 Aug, 2017 1 commit
-
-
Julien Muchembled authored
Another follow-up to fix MissingOption when the serialised value is None.
-
- 09 Jun, 2017 2 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
-
- 05 Jun, 2017 2 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
This fixes a syntax error on Python 3.
-
- 01 Jun, 2017 2 commits
-
-
Julien Muchembled authored
zc.buildout >= 2.5.3 is required to use newer versions. This change is required to setup a test environment for this branch.
-
Łukasz Nowak authored
get is used by __getitem__, but also by other callers as it is public method. So deserialize values if needed on each access by get, and remove now needless deserialization in __getitem__ As Options.get is used internally, add Options._get without deserialisation and use it in places, which expect clean result, and adapt Options.get to be simple wrapper with deserialization without using decoration with functools. /reviewed-on nexedi/slapos.buildout!10
-
- 31 May, 2017 2 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
- 14 Mar, 2017 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 10 Mar, 2017 1 commit
-
-
Kazuhiko Shiozaki authored
so that it can be imported even when buildout instance is not initialised.
-
- 28 Nov, 2016 1 commit
-
-
Kazuhiko Shiozaki authored
Now specified patches are automatically applied on required eggs as well.
-
- 04 Nov, 2016 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 31 Oct, 2016 3 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
- 27 Oct, 2016 11 commits
-
-
Kazuhiko Shiozaki authored
-
Julien Muchembled authored
Fixup to commit "Add referred parts' hash strings in __buildout_signature__, that invokes rebuild of a part when one of its (recursive) dependencies are modified."
-
Rafael Monnerat authored
-
Rafael Monnerat authored
While invoke setup.py certain eggs (like scikit-learn) launch cetain custom builds (for cython) using subprocess and sys.executable. This commit aims to preserve the sys.path over the runs, even if an egg is using subprocess with the same python to build a component of the egg.
-
Rafael Monnerat authored
This commit is part of fixup the "Add setup-eggs option in zc.recipe.egg:develop."
-
Rafael Monnerat authored
This change fixes bug introduced in https://lab.nexedi.cn/nexedi/slapos.buildout/commit/aba00feb5cc694be6da433d936e29c94f9ae0416 for develop. As _install_setup_eggs is part of Base class, some code from Custom.__init__ had to be moved to Base.__init__ as those were required by _install_setup_eggs implementation as self.link, options['_e'], self.newest and so on. Without this change zc.recipe.egg:develop fail to process.
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-