summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/buildout-nix (follow)
Commit message (Expand)AuthorAgeFilesLines
* python3Packages.zc.buildout: 2.13.4 -> 2.13.6Jonathan Ringer2021-11-301-2/+2
* python38Packages.zc_buildout_nix: 2.13.3 -> 2.13.4R. RyanTM2021-03-121-2/+2
* pkgs/development/python-modules: stdenv.lib -> libPavol Rusnak2021-01-241-4/+4
* python27Packages.zc_buildout_nix: 2.13.2 -> 2.13.3R. RyanTM2020-03-201-3/+3
* python: zc.buildout: 2.13.1 -> 2.13.2Frederik Rietdijk2019-10-181-2/+2
* python: zc.buildout: 2.12.2 -> 2.13.1Frederik Rietdijk2019-02-171-2/+2
* python: zc.buildout: 2.12.1 -> 2.12.2Frederik Rietdijk2018-10-131-2/+2
* python: zc.buildout: 2.11.5 -> 2.12.1Frederik Rietdijk2018-07-221-2/+2
* pythonPackages: remove `name` attribute`•••The `buildPython*` function computes name from `pname` and `version`. This change removes `name` attribute from all expressions in `pkgs/development/python-modules`. While at it, some other minor changes were made as well, such as replacing `fetchurl` calls with `fetchPypi`. Frederik Rietdijk2018-06-231-4/+3
* python: zc.buildout: 2.11.4 -> 2.11.5Frederik Rietdijk2018-06-221-2/+2
* python: zc.buildout: 2.11.3 -> 2.11.4Frederik Rietdijk2018-06-021-2/+2
* python: zc.buildout: 2.11.2 -> 2.11.3Frederik Rietdijk2018-05-101-2/+2
* python: zc.buildout: 2.11.1 -> 2.11.2Frederik Rietdijk2018-04-081-2/+2
* python: zc.buildout: 2.11.0 -> 2.11.1Frederik Rietdijk2018-03-031-2/+2
* python: zc.buildout: 2.10.0 -> 2.11.0Frederik Rietdijk2018-02-031-2/+2
* pythonPackages.zc_buildout_nix: 2.9.5 -> 2.10.0Asko Soukka2017-12-041-2/+2
* python.pkgs: updatesFrederik Rietdijk2017-10-271-2/+2
* pythonPackages.zc_buildout_nix: 2.5.3 -> 2.9.4Asko Soukka2017-08-182-7/+22
* zpl*: Fix the attribute name of the license•••This was simply a typo since the license was added in 2013. Michael Weiss2017-08-061-1/+1
* pkgs: refactor needless quoting of homepage meta attribute (#27809)•••* pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances Silvan Mosberger2017-08-011-1/+1
* pythonPackages: zc.buildout-nix: 2.5.0 -> 2.5.3Asko Soukka2016-09-291-3/+3
* Python: use PyPI mirror (#15001)•••* mirrors: add pypi * Python: Use pypi mirror for all PyPI packages Frederik Rietdijk2016-04-261-1/+1
* zc.buildout-nix: 2.4.3 -> 2.5.0Asko Soukka2015-12-121-3/+3
* zc_buildout_nix: 1.4.0 -> 1.4.3Asko Soukka2015-09-281-3/+3
* zc_buildout_nix: 2.2.1 -> 2.4.0Asko Soukka2015-07-222-38/+15
* zc_buildout_nix: update to 2.2.1Rok Garbas2013-11-211-3/+3
* Bugfix: zc_buildout_nix, replace links to eggs in the store which have been g...Cillian de Róiste2013-10-081-5/+20
* Add a patched version of buildout 2.2.0 for development with nix•••Without this patch buildout will copy eggs from the nix store into the ./eggs directory and then try to compile them. This fails because they are read only. This patch changes the behaviour to create symlinks to eggs available in the nix store instead of copying them, and not to try to compile the eggs in the store. To differentiate this from the default buildout (which may be provided otherwise e.g. as a dependency) the executable is renamed to buildout-nix. This can be used in conjuntion with myEnvFun to create development environments which make use of the python modules available in the store while downloading any additional required eggs. A pleasant side effect is that you can conveniently replace the symlink with a copy for debugging purposes. Cillian de Róiste2013-08-282-0/+44