summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/alot (follow)
Commit message (Expand)AuthorAgeFilesLines
* alot: 0.9.1 -> 0.10 (#139603)•••* python3Packages.alot: 0.9.1 -> 0.10 * python3Packages.alot: exclude some tests but run the test suite Some test are broken in the Nix sandbox. This way it is possible to at least run the test suite and catch errors from the other tests. This approach is documented in https://github.com/NixOS/nixpkgs/blob/d6c2bb7/doc/languages-frameworks/python.section.md#using-pytestcheckhook-using-pytestcheckhookLucas Hoffmann2021-09-291-9/+12
* pythonPackages.alot: cleanup inputs, fix inputsSandro Jäckel2021-03-071-6/+4
* treewide: remove stdenv where not neededPavol Rusnak2021-01-251-1/+1
* 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
* alot: Use bundled theme filesKirill Elagin2020-08-041-0/+4
* Update my GitHub username•••I recently changed the username, so this reflects that change to make sure people find me. For confirmation, check that the GitHub ID is still 3098430 for my new username using the GitHub API: https://api.github.com/users/edibopp Eduard Bopp2020-06-031-1/+1
* alot: replace geistesk as maintainer•••As requested by geistesk here: https://github.com/NixOS/nixpkgs/pull/87803#issuecomment-628711513 Eduard Bopp2020-05-151-1/+1
* alot: 0.9 → 0.9.1•••Dropped the patch, as it is included in the point release. Switched the hash representation to regular base32. Eduard Bopp2020-05-151-11/+2
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
* alot: add patch for email composition•••This version is not usable without this patch. See https://github.com/pazz/alot/issues/1468. pacien2020-03-091-1/+10
* alot: 0.8.1 -> 0.9•••Changelog: https://github.com/pazz/alot/releases/tag/0.9 Matthieu Coudron2020-02-061-2/+2
* alot: fix hardcoded Python in Zsh completion•••This allows completing `alot compose --sender <Tab>` Minijackson2019-10-111-2/+6
* alot: 0.8 -> 0.8.1geistesk2019-10-051-3/+3
* treewide: remove redundant quotesvolth2019-09-081-1/+1
* Remove me (garbas) as maintainer since I don't have much time to maintain any...Rok Garbas2019-07-031-1/+1
* alot: 0.7 -> 0.8Gabriel Ebner2018-12-121-3/+3
* pythonPackages.alot: install zsh completionMatthieu Coudron2018-09-041-0/+2
* alot: Put included themes where alot will find them•••Instead of putthing them in the wrong place and then pointing alog at it via default config, put them in the right place and don't touch the default config. Michishige Kaito2018-04-121-8/+2
* python.pkgs.gpg: rename to gpgme•••Let's be honest with what we expose. Jörg Thalheim2018-03-261-3/+3
* alot: 0.5.1 to 0.7.0•••- added gnupg to checkInputs - generate manpage (optional) - move alot.desktop file to $out/share/applications - disabled tests as they need the network (dependency on twisted) Thanks to Sarah Brofeldt, Ben Mcginnes for their help (and other) and to FRidh for the repeated careful reviews. Matthieu Coudron2018-03-211-12/+30
* alot: move to own moduleElis Hirwing2018-03-101-0/+48