Commit graph

36 commits

Author SHA1 Message Date
Martin Weinelt 8056f9250c
treewide: remove redundant SETUPTOOLS_SCM_PRETEND_VERSION usage
The setuptools-scm packages gained a setup hook, that sets it to the
derivation version automatically, so setting it to that manually has
become redundant.

This also affects downstream consumers of setuptools-scm, like hatch-vcs
or flit-scm.
2023-12-20 20:16:39 +01:00
Anton Mosich f68143e8cd
todoman: 4.3.2 -> 4.4.0
A small version update which makes fetching the patch I removed
obsolete. I also included a small refactor.
2023-10-30 10:58:52 +01:00
Florian Brandes af7889b4d9
todoman: apply upstream patch
`urwid` had some breaking changes and this
disables one test in todoman to make it work
with `urwid` again.

See https://github.com/pimutils/todoman/issues/537

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2023-10-22 17:17:51 +02:00
Anton Mosich 0063c5a5b6 todoman: 4.3.1 -> 4.3.2
Changelog: https://github.com/pimutils/todoman/blob/v4.3.2/CHANGELOG.rst
Also adds myself as maintainer
2023-09-17 15:56:06 +02:00
Anton Mosich 79e4abbb7c todoman: add meta.mainProgram 2023-08-05 14:36:07 +02:00
Anton Mosich 742b7e4ade todoman: 4.1.0 -> 4.3.1 2023-08-05 11:50:24 +02:00
John Whitman 864ce60ec1 todoman: skip flaky test
The `icalendar` dependency of `todoman` changed how it serializes datetimes, which broke one of its tests (but didn't break any functionality). `todoman` [updated the test back in November](b3f3b63552) but hasn't pushed a new release yet, so figure it's worth skipping the broken test for now.
2023-02-19 20:51:02 -05:00
Guillaume Girol 33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Fabian Affolter 359901c3ab todoman: disable failing test 2022-10-17 18:12:09 +02:00
John Whitman 5ad7773cda todoman: disable failing test and unmark broken for darwin 2022-06-09 08:19:13 -04:00
Rick van Schijndel 37c633f7ae treewide: pkgs/applications: mark broken for darwin 2022-05-29 10:56:04 +02:00
R. Ryantm 3b4a163816 todoman: 4.0.1 -> 4.1.0 2021-12-14 10:35:42 +00:00
Mario Rodas e5139adbdf todoman: enable on darwin 2021-11-15 14:45:00 +00:00
R. Ryantm 4bb0051fea todoman: 4.0.0 -> 4.0.1 2021-11-15 14:44:47 +00:00
Fabian Affolter 12e3937ec9 todoman: disable failing tests 2021-11-10 01:01:04 +01:00
Anubhav Kini ebe32d542f todoman: 3.9.0 -> 4.0.0 2021-08-26 12:32:50 +05:30
Sandro Jäckel 9bfdf57e13
pythonPackages: deprecate pytestrunner alias 2021-07-21 13:32:49 +02:00
Sandro Jäckel 4209fed914
pythonPackages: deprecate pytestcov alias 2021-07-21 13:32:17 +02:00
D Anzorge 57d549edde todoman: add setuptools-scm dependency 2021-04-20 00:17:29 +02:00
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
R. RyanTM faeec86f1c todoman: 3.8.0 -> 3.9.0 2020-12-05 04:02:59 +00:00
Doron Behar acd45657f2
Merge pull request #87864 from doronbehar/fix-todoman 2020-11-05 13:15:31 +02:00
R. RyanTM 13dbc08770 todoman: 3.7.0 -> 3.8.0 2020-06-30 17:33:15 +00:00
Doron Behar c011a6b321 todoman: remove glibLocale when it's not needed
Don't know why they were there in the first place :/.
2020-05-15 08:20:02 +03:00
Doron Behar 181dfe306f todoman: format inputs and arguments 2020-05-15 08:12:56 +03:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Symphorien Gibol fb90fea6e8 todoman: install shell completions 2020-02-24 12:00:00 +00:00
R. RyanTM 4e8c77b9bf todoman: 3.6.0 -> 3.7.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/todoman/versions
2019-10-23 14:38:56 -07:00
Will Dietz 15cafa9e10
todoman: 3.5.0 -> 3.6.0
https://github.com/pimutils/todoman/releases/tag/v3.6.0
2019-09-13 22:29:12 -05:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
volth f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
Notkea 8273e650fa
todoman: 3.4.1 -> 3.5.0
updating to latest version and remove already included patch
2018-12-07 16:05:58 +01:00
Michiel Leenaars 49ca9324af todoman: 3.4.0 -> 3.4.1 2018-10-27 21:37:57 +02:00
Uli Baum 2abe3956e4 todoman: limit to linux
glibcLocales doesn't exist on Darwin
2018-08-25 00:13:47 +02:00
Michiel Leenaars 4768d2e13a todoman: init at 3.4.0 2018-08-24 23:01:15 +02:00