Commit graph

22 commits

Author SHA1 Message Date
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Profpatsch 4a7f99d55d 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
2021-01-11 10:38:22 +01:00
Mario Rodas 380c6228be
toot: fix license
Toot was re-licensed to GPLv3 [1]

[1] beb4b744d7
2020-06-30 19:59:48 -05:00
R. RyanTM ebe01712cc toot: 0.26.0 -> 0.27.0 2020-06-30 17:45:19 +00:00
R. RyanTM 59ef445fce toot: 0.25.2 -> 0.26.0 2020-05-04 16:47:59 +05:30
R. RyanTM 29afdd8609 toot: 0.25.0 -> 0.25.2 2020-02-06 17:34:47 +00:00
Matthias Beyer d7de1de097 toot: 0.24.0 -> 0.25.0
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-01-21 10:01:35 +01:00
Tom Doggett 56183fb2dd toot: 0.22.0 -> 0.24.0
Updating Toot to version 0.24.0 which includes the new TUI along with some encoding fixes since its original introduction in 0.23.0.  The TUI uses the `urwid` package.
2019-09-27 13:52:49 +09:00
volth 7b8fb5c06c treewide: remove redundant quotes 2019-09-08 23:38:31 +00:00
R. RyanTM 105cc4e4c7 toot: 0.21.0 -> 0.22.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/toot/versions
2019-08-05 22:14:46 -07:00
Will Dietz 4dc434aa9d toot: 0.20.0 -> 0.21.0
https://github.com/ihabunek/toot/releases/tag/0.21.0
2019-03-23 15:04:26 -05:00
Matthias Beyer f1f4f38909 Revert "Remove maintainership"
I'm baaaaack!

This patch reverts my patch where I removed myself as maintainer because
of my traveling. I'm back now and I want to maintain these packages
again.

This reverts commit ce1c1e3093.
2019-02-20 19:57:34 +01:00
R. RyanTM ed630cbe2b toot: 0.19.0 -> 0.20.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/toot/versions
2019-01-06 19:13:48 -05:00
R. RyanTM d0a9f5e77e toot: 0.18.0 -> 0.19.0 (#43898)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/toot/versions.
2018-07-29 21:00:58 +02:00
R. RyanTM 18096d201b toot: 0.17.1 -> 0.18.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/toot/versions.

These checks were done:

- built on NixOS
- /nix/store/bhs5n438kn33h9v1r27m27zb27z0pvmw-toot-0.18.0/bin/.toot-wrapped passed the binary check.
- /nix/store/bhs5n438kn33h9v1r27m27zb27z0pvmw-toot-0.18.0/bin/toot passed the binary check.
- 2 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 0.18.0 with grep in /nix/store/bhs5n438kn33h9v1r27m27zb27z0pvmw-toot-0.18.0
- directory tree listing: https://gist.github.com/a202deb57487abab3f68139efcdf7e07
- du listing: https://gist.github.com/fffb680bbb26f7e0ff4956e000c89985
2018-06-19 16:29:06 +00:00
Matthias Beyer ce1c1e3093 Remove maintainership
With this patch I remove myself as a maintainer for all packages I
currently maintain.

This is due the fact that I will be basically off the grid from May 2018
until early 2019, as I will be on a trip through north america.

I will revert this patch as soon as I'm back, as I plan to continue
contributing to nixpkgs then.
But as I cannot maintain anything during that time, I'd like to get this
patch merged.

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2018-04-06 10:57:19 +02:00
Matthias Beyer fd00da5205 toot: 0.16.2 -> 0.17.1 2018-01-16 11:50:25 +01:00
Matthias Beyer b222e44f0a toot: 0.15.0 -> 0.16.2 2018-01-02 19:06:21 +01:00
Matthias Beyer 56cf561581 toot: 0.13.0 -> 0.15.0 2017-09-13 21:44:49 +02:00
Frederik Rietdijk 5e64cc6cf0 toot: 0.8.0 -> 0.13.0 2017-09-07 09:28:03 +02:00
Frederik Rietdijk ef4442e827 Python: replace requests2 with requests tree-wide
See f63eb58573

The `requests2` attribute now throws an error informing that `requests`
should be used instead.
2017-05-07 12:56:09 +02:00
Matthias Beyer 66c21e72e0 toot: init at 0.8.0 2017-05-02 09:30:26 +02:00