summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/trollius (follow)
Commit message (Expand)AuthorAgeFilesLines
* pythonPackages.trollius: remove•••trollius is deprecated (by upstream) for more than five years, all Python versions supported by trollius are end-of-life. There are no more packages depending on trollius. Markus S. Wamser2021-04-302-65/+0
* treewide: with stdenv.lib; in meta -> with lib;•••Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix Profpatsch2021-01-111-1/+1
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
* python27Packages.trollius: 2.2 -> 2.2.post1•••Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python2.7-trollius/versions R. RyanTM2019-08-201-2/+2
* Remove me (garbas) as maintainer since I don't have much time to maintain any...Rok Garbas2019-07-031-1/+1
* python.pkgs.trollius: only for python 2Frederik Rietdijk2019-02-171-0/+2
* pythonPackages.trollius: 1.0.4 -> 2.2Ben Wolsieffer2018-10-111-26/+30
* pythonPackages: remove traces of Python 2.6Frederik Rietdijk2018-06-251-5/+2
* python.pkgs.trollius: use optionals instead of optional, fixes eval for neovim•••Eval of neovim was broken at https://github.com/NixOS/nixpkgs/commit/40851a4d26daabf1613c9a79e638aaf9f94b476c#commitcomment-25817374. Frederik Rietdijk2017-11-241-1/+1
* trollius: fix testsSamuel Leathers2017-09-182-0/+62