Jonathan Ringer
9bb3fccb5b
treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
...
continuation of #109595
pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.
python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08: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
Mauricio Collares
cf6364bed2
pynac: import patch to avoid deprecation warnings on python3.8
2020-12-14 19:24:19 -03:00
Martin Lavoie
30afa507a3
pynac: use python3 instead of python2
2020-11-20 20:46:43 +01:00
Timo Kaufmann
ff8338343b
maintainers: create sage team
...
Maintaining all the packages whose updates might break some aspect of
sage.
For reference:
https://github.com/NixOS/nixpkgs/pull/103810#issuecomment-727536510
2020-11-18 21:27:37 +01:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Timo Kaufmann
995a728684
pynac: 0.7.25 -> 0.7.26
2019-09-23 22:08:23 +02:00
Vladimír Čunát
991c0e1618
treewide: mark packages as buildable on darwin (PR #45364 )
...
vcunat amended the commit a bit; see the PR for details/discussion.
2019-09-15 10:50:08 +02:00
Timo Kaufmann
ecfc35e9a6
pynac: 0.7.24 -> 0.7.25 ( #61458 )
2019-05-13 17:11:13 +02:00
Timo Kaufmann
8fc3c033cb
pynac: 0.7.23 -> 0.7.24 ( #57791 )
...
Apparently some python3 related fixes: https://trac.sagemath.org/ticket/27241
Also switch to using pname.
2019-03-17 14:35:28 +00:00
R. RyanTM
bd7eec5d9c
pynac: 0.7.22 -> 0.7.23 ( #53559 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pynac/versions
2019-01-07 14:52:18 +01:00
Markus Kowalewski
1cff2dd135
pynac: add license
2018-09-08 14:48:19 +02:00
Timo Kaufmann
9ce041a8c7
pynac: 0.7.21 -> 0.7.22 ( #42650 )
2018-06-27 15:41:29 +02:00
R. RyanTM
d50e65b346
pynac: 0.7.19 -> 0.7.21 ( #41662 )
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/pynac/versions .
These checks were done:
- built on NixOS
- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 0.7.21 with grep in /nix/store/883yhmfc1k4vz1dd37l73v7clvnyaa3v-pynac-0.7.21
- directory tree listing: https://gist.github.com/a0f53cebb1c4cae07c81edef938ac632
- du listing: https://gist.github.com/78800724710d0766e4add7ed1847c3fc
2018-06-08 19:02:38 +02:00
Timo Kaufmann
7dc6b2e3c3
pynac: init at 0.7.19
2018-04-21 20:40:22 -05:00