An error occurred fetching the project authors.
  1. 02 Apr, 2024 1 commit
  2. 17 May, 2020 2 commits
    • Godefroid Chapelle's avatar
      Problem: test suite is slow on Debian and Ubuntu · b34b9bfd
      Godefroid Chapelle authored
      Solution: fix the testing suite speed hack that depends on
      environment variables by avoiding - in env var name.
      b34b9bfd
    • Godefroid Chapelle's avatar
      Problem: `setuptools.easy_install` is deprecated · 768502ce
      Godefroid Chapelle authored
      Solution: Use `pip install`
      
      The meat of the change is in src/zc/buildout/easy_install.py
      
      Some tests had to be refactored a bit to make them more robust.
      
      `tox` is removed to avoid issues due to sharing the same directory
      between different virtual environments; `Makefile` enriched to make
      per python virtual envs depend on source files.
      
      No need to be afraid of default Python install as we depend on `pip`.
      `bootstrap.py` is gone as not needed anymore.
      768502ce
  3. 28 Jan, 2017 1 commit
  4. 02 Oct, 2015 1 commit
  5. 24 Mar, 2013 1 commit
  6. 21 Feb, 2013 1 commit
  7. 04 Sep, 2012 1 commit
  8. 03 Sep, 2012 2 commits
  9. 21 Aug, 2012 1 commit
  10. 24 Jun, 2012 1 commit
  11. 16 Jun, 2012 2 commits
  12. 15 Apr, 2012 1 commit
  13. 27 Aug, 2008 1 commit
  14. 16 Jul, 2008 1 commit
  15. 18 Feb, 2008 3 commits
  16. 30 May, 2007 1 commit
    • Jim Fulton's avatar
      Changed the logging format to exclude the logger name for the · aaa161f4
      Jim Fulton authored
      zc.buildout logger.  This reduces noise in the output.  This change
      was so far reaching, I decided to go ahead and clean up lots of log
      messages, adding some missing periods and adding quotes around
      requirement strings and file paths.
      
      in easy_install.py, added logging to show why distributions are added
      in verbose mode and removed recusive code to show requirement chains
      when errors occurred.
      aaa161f4
  17. 07 May, 2007 1 commit
  18. 20 Mar, 2007 1 commit
  19. 07 Feb, 2007 1 commit
  20. 05 Dec, 2006 1 commit
  21. 04 Dec, 2006 1 commit
    • Jim Fulton's avatar
      Merged revisions 71277 to 71397 from dev branch: · 74b4de9f
      Jim Fulton authored
      Feature Changes
      ---------------
      
      - Variable substitutions now reflect option data written by recipes.
      
      - A part referenced by a part in a parts list is now added to the parts
        list before the referencing part.  This means that you can omit
        parts from the parts list if they are referenced by other parts.
      
      - Added a develop function to the easy_install module to aid in
        creating develop eggs with custom build_ext options.
      
      - The build and develop functions in the easy_install module now
        return the path of the egg or egg link created.
      
      - Removed the limitation that parts named in the install command can
        only name configured parts.
      
      - Removed support ConfigParser-style variable substitutions
        (e.g. %(foo)s). Only the string-template style of variable
        (e.g. ${section:option}) substitutions will be supported.
        Supporting both violates "there's only one way to do it".
      
      - Deprecated the buildout-section extendedBy option.
      74b4de9f
  22. 05 Sep, 2006 1 commit
    • Jim Fulton's avatar
      Added support for extra paths in generated scripts. · 067d194d
      Jim Fulton authored
      Added an option to supply entry points directly. This is useful for
      packages that don't declare their entry points.
      
      No longer generate "py-" scripts implicitly.  Added a new option,
      interpreter, to request such scripts and specifu their names.
      
      Increased default buildout logging.
      067d194d
  23. 09 Aug, 2006 1 commit