Commit graph

24 commits

Author SHA1 Message Date
Jonathan Ringer 9bda04939e Revert "python3Packages.pbr: add setuptools dependency"
This reverts commit 21d70a8301.
2021-08-03 21:57:15 -07:00
Drew Risinger 21d70a8301 python3Packages.pbr: add setuptools dependency
pbr doesn't list any explicit requirements, but it actually requires
setuptools (for pkg_resources).
Ref:
* https://bugs.launchpad.net/pbr/+bug/1868899
* https://opendev.org/openstack/pbr/src/tag/5.6.0/pbr/version.py#L439
2021-08-03 21:54:48 -07:00
Martin Weinelt 4b556f828f python3Packages.pbr: 5.5.1 -> 5.6.0 2021-06-22 13:42:35 +02:00
Pavol Rusnak a4bbfba80d
pkgs/development/python-modules: stdenv.lib -> lib 2021-01-24 01:29:22 +01:00
Frederik Rietdijk e3a42f61c1 python3Packages.pbr: 5.4.5 -> 5.5.1 2020-12-01 14:44:16 +01:00
Frederik Rietdijk c9c9213834 python3Packages.pbr: 5.4.4 -> 5.4.5 2020-05-11 22:12:49 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Frederik Rietdijk 014a19b1ab python: pbr: 5.4.3 -> 5.4.4 2019-12-15 16:23:15 +01:00
Frederik Rietdijk 3fa5a5f162 python: pbr: 5.1.3 -> 5.4.3 2019-10-27 16:26:48 +01:00
Frederik Rietdijk aad3208cb5 python: pbr: 5.1.2 -> 5.1.3 2019-04-18 12:42:41 +02:00
Frederik Rietdijk c9bff08c38 python: pbr: 5.1.1 -> 5.1.2 2019-02-17 14:40:31 +01:00
Frederik Rietdijk 31e148a31c python: pbr: 5.1.0 -> 5.1.1 2018-12-03 16:50:39 +01:00
Frederik Rietdijk 616efa4343 python: pbr: 4.2.0 -> 5.1.0 2018-12-03 16:50:33 +01:00
Frederik Rietdijk 66ccd57e5f python: pbr: 4.1.1 -> 4.2.0 2018-08-25 07:38:22 +02:00
Frederik Rietdijk 4de44d626a python: pbr: 4.0.4 -> 4.1.1 2018-07-22 16:52:47 +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 0994f81f9b python: pbr: 4.0.3 -> 4.0.4 2018-06-22 13:09:23 +02:00
Frederik Rietdijk 92fddada0d python: pbr: 4.0.2 -> 4.0.3 2018-06-02 13:44:38 +02:00
Frederik Rietdijk 0b90e884d9 python: pbr: 4.0.1 -> 4.0.2 2018-05-10 10:09:14 +02:00
Frederik Rietdijk f9b05ec268 python: pbr: 3.1.1 -> 4.0.1 2018-04-08 11:34:55 +02:00
Frederik Rietdijk d58e1f1c7b python.pkgs: many updates 2017-08-25 19:36:14 +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
Frederik Rietdijk 6b999f3c42 Python: many package updates
Did not test all packages. Likely we'll have some breakage.
2017-05-27 14:25:08 +02:00
Antoine Eiche 6eac5fd13e pythonPackages.pbr: 1.8.1 -> 2.0.0 2017-04-10 10:00:25 +02:00