summary refs log tree commit diff
path: root/pkgs/development/python-modules/rarfile
Commit message (Collapse)AuthorAge
* treewide: remove redundant recvolth2019-08-28
|
* pythonPackages: remove `name` attribute`Frederik Rietdijk2018-06-23
| | | | | | | | | 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`.
* pythonPackages.rarfile: use free libarchive by default.Profpatsch2017-05-31
| | | | | | `unrar` is a non-free package, so it should only be used on request. rarfile can use the rar-mode of `libarchive` instead, which should work well enough for most cases.
* Python: add pname attributes to librariesFrederik Rietdijk2017-05-27
| | | | so that we can use the update script.
* rarfile: 2.6 -> 3.0 (#25885)Unai Zalakain2017-05-20
* rarfile: 2.6 -> 3.0 * rarfile: enable tests