Commit graph

27 commits

Author SHA1 Message Date
R. RyanTM 2fbf9bc7e4 python38Packages.zc_buildout_nix: 2.13.3 -> 2.13.4 2021-03-12 22:08:01 +00:00
Pavol Rusnak a4bbfba80d
pkgs/development/python-modules: stdenv.lib -> lib 2021-01-24 01:29:22 +01:00
R. RyanTM 0cc1efe219 python27Packages.zc_buildout_nix: 2.13.2 -> 2.13.3 2020-03-20 06:07:15 +00:00
Frederik Rietdijk 8f9cb8a7da python: zc.buildout: 2.13.1 -> 2.13.2 2019-10-18 09:53:56 +02:00
Frederik Rietdijk 9fa13bba96 python: zc.buildout: 2.12.2 -> 2.13.1 2019-02-17 14:40:16 +01:00
Frederik Rietdijk 96c30ae57c python: zc.buildout: 2.12.1 -> 2.12.2 2018-10-13 09:50:15 +02:00
Frederik Rietdijk 1fe6cde733 python: zc.buildout: 2.11.5 -> 2.12.1 2018-07-22 16:52:35 +02:00
Frederik Rietdijk ced21f5e1a 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`.
2018-06-23 18:14:26 +02:00
Frederik Rietdijk 77de056693 python: zc.buildout: 2.11.4 -> 2.11.5 2018-06-22 13:09:38 +02:00
Frederik Rietdijk 3063f20321 python: zc.buildout: 2.11.3 -> 2.11.4 2018-06-02 13:44:38 +02:00
Frederik Rietdijk e80b491288 python: zc.buildout: 2.11.2 -> 2.11.3 2018-05-10 10:09:13 +02:00
Frederik Rietdijk 2d84581473 python: zc.buildout: 2.11.1 -> 2.11.2 2018-04-08 11:34:53 +02:00
Frederik Rietdijk 7ee5833cc8 python: zc.buildout: 2.11.0 -> 2.11.1 2018-03-03 11:58:21 +01:00
Frederik Rietdijk 62bc691bdd python: zc.buildout: 2.10.0 -> 2.11.0 2018-02-03 17:43:29 +01:00
Asko Soukka 4d237df79d
pythonPackages.zc_buildout_nix: 2.9.5 -> 2.10.0 2017-12-04 22:13:16 +02:00
Frederik Rietdijk 7ce848309e python.pkgs: updates 2017-10-27 21:34:42 +02:00
Asko Soukka d17782eb5f
pythonPackages.zc_buildout_nix: 2.5.3 -> 2.9.4 2017-08-18 10:46:03 +03:00
Michael Weiss 4b0afc169d zpl*: Fix the attribute name of the license
This was simply a typo since the license was added in 2013.
2017-08-06 13:49:18 +02:00
Silvan Mosberger f5fa5fa4d6 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
2017-08-01 22:03:30 +02:00
Asko Soukka 724cf2099e
pythonPackages: zc.buildout-nix: 2.5.0 -> 2.5.3 2016-09-29 11:50:28 +03:00
Frederik Rietdijk d5e6a4494a Python: use PyPI mirror (#15001)
* mirrors: add pypi

* Python: Use pypi mirror for all PyPI packages
2016-04-26 13:38:03 +01:00
Asko Soukka b6776d41dd zc.buildout-nix: 2.4.3 -> 2.5.0 2015-12-12 21:40:29 +02:00
Asko Soukka f38f70021c zc_buildout_nix: 1.4.0 -> 1.4.3 2015-09-28 15:38:10 +03:00
Asko Soukka fc23e58260 zc_buildout_nix: 2.2.1 -> 2.4.0 2015-07-22 20:28:15 +03:00
Rok Garbas d14831c5da zc_buildout_nix: update to 2.2.1 2013-11-21 12:30:04 +01:00
Cillian de Róiste bfac9f828e Bugfix: zc_buildout_nix, replace links to eggs in the store which have been gc-ed 2013-10-08 01:51:24 +02:00
Cillian de Róiste 01cc4301f3 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.
2013-08-28 00:26:06 +02:00