summary refs log tree commit diff
path: root/pkgs/development/python-modules/flask-assets
Commit message (Collapse)AuthorAge
* pythonPackages.flask_assets: fix tests (#47203)Andrew Dunham2018-09-23
|
* 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`.
* treewide: use more HTTPS URLsRyan Mulligan2018-03-24
| | | | | | | | Uses the HTTPS url for cases where the existing URL has a permanent redirect. For each domain, at least one fixed derivation URL was downloaded to test the domain is properly serving downloads. Also fixes jbake source URL, which was broken.
* python.pkgs.flask_assets: move to a separate fileNikolay Amiantov2018-02-25