Commit Graph

27 Commits

Author SHA1 Message Date
Peter Hoeg
cf17476c02 puddletag: fix for pyparsing 3.1.2 2024-04-02 09:35:16 +02:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
R. Ryantm
586e88cd9f puddletag: 2.2.0 -> 2.3.0 2024-03-15 03:02:00 -07:00
Jeff Huffman
e608e04f3c
puddletag: fix wrapping 2023-01-30 21:58:09 -05:00
Peter Hoeg
73eab78fd8 puddletag: fix permissions so our wrapper works 2022-11-21 16:24:28 +08:00
Fabian Affolter
c7dd21dda2 puddletag: switch to pythonRelaxDepsHook 2022-11-04 00:36:32 +01:00
Maxwell-lt
3cd2a69eb0 puddletag: remove chromaprint
Chromaprint depends on m2r, which depends on mistune <2.0.0, but only mistune >2.0.0 is available.
2022-09-08 15:50:16 +08:00
R. Ryantm
25c4a062c6 puddletag: 2.1.1 -> 2.2.0 2022-07-06 12:49:53 +08:00
Martin Weinelt
0d75610566
puddletag: relax lxml version 2022-04-15 03:32:42 +02:00
Peter Hoeg
bbd64cbe3c puddletag: 2.0.1 -> 2.1.1 2022-03-11 11:33:40 +08: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
Peter Hoeg
3694212f4d puddletag: fix wrapping 2020-10-18 20:26:50 +08:00
Frederik Rietdijk
c0d5cf4993 puddletag: mark broken 2020-10-08 19:26:35 +02:00
Peter Hoeg
cfa06fbbca puddletag: 1.2.0 -> 2.0.1 2020-08-30 07:49:32 +08:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Peter Hoeg
64283f8add puddletag: fix homepage 2019-04-10 21:30:18 +08:00
volth
52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Vladimír Čunát
2059bf9e39
Merge older staging with added firefox-related updates 2018-06-29 21:06:39 +02:00
Johannes Frankenau
f4e9294970 puddletag: install desktop entry and man page 2018-06-29 14:34:33 +02:00
Frederik Rietdijk
ced21f5e1a pythonPackages: remove name attribute`
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`.
2018-06-23 18:14:26 +02:00
Piotr Bogdan
8904ce343a fix source root locations.
These have changed following commit
c3255fe8ec.

See also:

- https://github.com/NixOS/nixpkgs/pull/31004
- https://github.com/NixOS/nixpkgs/pull/31106
2017-11-02 13:53:36 +00:00
Peter Hoeg
0fd585fa62 puddletag: fix the due to sourceRoot changes 2017-11-02 13:29:00 +08:00
Peter Hoeg
c049463520 puddletag: get rid of pypkgs variable 2017-01-02 23:19:59 +08:00
Peter Hoeg
66fb5ac222 puddletag: 1.1.1 -> 1.2.0 2016-11-29 10:57:52 +08:00
Peter Hoeg
7fe414999a puddletag: force python2 2016-10-20 12:07:51 +08:00
Peter Hoeg
0afcb79f60 puddletag: init at 1.1.1 (#17443)
Thanks to @fridh for feedback.
2016-08-03 00:25:41 +02:00