Commit Graph

60008 Commits

Author SHA1 Message Date
sternenseemann
233682cf1e pkgs/release-haskell.nix: add aggregate job of all pkgs with maintainers 2021-05-03 11:40:03 +02:00
sternenseemann
ef9631e523 pkgs/top-level: init expression for haskell-updates jobset
release-haskell.nix is intended to be a replacement for
https://github.com/peti/ci/blob/master/haskell-nixpkgs.nix
which is currently the main expression for the haskell-updates jobset
on hydra (in the nixpkgs project).

It has the same jobs as the old haskell-nixpkgs.nix file:

* haskellPackages.*
* haskell.compiler.*
* Some extra haskell packages for certain compilers

The following jobs are new:

* tests.haskell.*
* A manually maintained list of top-level haskell packages (most of them
  using justStaticExecutables)
* An aggregate job which is intended to aid merging the haskell-updates
  branch: It holds an arbitrary list of haskell-related packages and
  tests we intend have working at all times. This is still somewhat
  incomplete and should be extendend in the future.

Additionally a lot of refactoring has been done and some unnecessary
code has been eliminated. Due to the increased set of jobs and my
ideas of convenience however, the code size has grown overall.
I've tried document the individual parts and would be happy about
feedback in general.

One future improvement could be making adding top-level haskell packages
more convenient and adding them all to the aggregate job automatically.
2021-05-03 11:40:03 +02:00
Konstantin Alekseev
7ee53c0c4f python2Packages.importlib-resources: use version 3.3.1 for python2 2021-04-30 19:10:50 +02:00
Robert Schütz
c8dff328e5
Merge pull request #120447 from AluisioASG/aasg/dyndnsc-0.6.1
dyndnsc: 0.5.1 -> 0.6.1
2021-04-30 17:35:33 +02:00
Aluísio Augusto Silva Gonçalves
932ec5518e
python3Packages.pytest-console-scripts: init at 1.2.0
Thanks to @kvas-it for cutting a release with the patches needed to make
tests work.
2021-04-30 11:40:29 -03:00
Aluísio Augusto Silva Gonçalves
98822ee896
python3Packages.json-logging: init at 1.3.0 2021-04-30 11:33:04 -03:00
Michael Weiss
774550baf5
Merge pull request #119615 from Synthetica9/cage-0.1.3
cage: 0.1.2.1 -> 0.1.3
2021-04-30 16:27:11 +02:00
Patrick Hilhorst
4263479d3e
cage: 0.1.2.1 -> 0.1.3 2021-04-30 15:38:12 +02:00
Robert Schütz
dc68eb58bb
Merge pull request #120881 from AluisioASG/aasg/sanic-routing
python3Packages.sanic: 21.3.2 -> 21.3.4; fix tests
2021-04-30 15:20:49 +02:00
Sandro
9a80c030b6
Merge pull request #120754 from netcrns/netcrns/movine 2021-04-30 15:01:44 +02:00
Sandro
09fb96f975
Merge pull request #120763 from vale981/master 2021-04-30 15:00:55 +02:00
Aluísio Augusto Silva Gonçalves
bd815d2121
python3Packages.sanic: 21.3.2 -> 21.3.4
While we're at it, revise the dependencies lists; there's been a couple
of break-ups with 21.3.0.
2021-04-30 09:56:09 -03:00
Aluísio Augusto Silva Gonçalves
192b28a75f
python3Packages.sanic-testing: init at 0.3.1 2021-04-30 09:56:09 -03:00
Aluísio Augusto Silva Gonçalves
550bb02269
python3Packages.sanic-routing: init at 0.6.2 2021-04-30 09:56:09 -03:00
Aluísio Augusto Silva Gonçalves
5b971598f0
python3Packages.pytest-sanic: mark as broken with sanic >= 21.3.0
pytest-sanic is incompatible with the current version of Sanic, see
sanic-org/sanic#2095 and yunstanford/pytest-sanic#50.  While it is
broken, we also need it to run Sanic's tests (for which case it works
just fine).
2021-04-30 09:56:09 -03:00
Sandro
039d5a2d1a
Merge pull request #120707 from onsails/ffsend
ffsend: fix build on darwin
2021-04-30 14:47:55 +02:00
ikervagyok
f3fdc97111
rofi-power-menu: init at 3.0.2 (#121028)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-30 13:07:23 +02:00
Sandro
d15fad3dbe
Merge pull request #121122 from austinbutler/fix-pytest-helpers-namespace 2021-04-30 12:14:08 +02:00
seb314
3f2f7d3296
matrix-commander: init at unstable-2021-04-18 (#119895)
* matrix-commander: init

* matrix-commander: cleanups & potential dep fixes

apply most SuperSandro2000's review comments;

used python3.withPackages -- this might be the correct
way to get runtime python dependencies to work even
when matrix-commander is a dependency of another packages
(as opposed to testing in nix-shell). I'm not sure though.

aiofiles seemed to be a missing runtime dependency when called
from another (nix-packaged, jvm-based) app -- there was an
import error without it.

cacerts might require explicit pinning, as described here:
https://gist.github.com/CMCDragonkai/1ae4f4b5edeb021ca7bb1d271caca999
(relevant snippet: wrapProgram $out/bin/program \
  --set SSL_CERT_FILE "${cacert}/etc/ssl/certs/ca-bundle.crt"
  )

* add runHook {pre,post}Install

(suggested by r-rmcgibbo)

* add link to github issue re gpl3{Only,Plus}

* Update pkgs/applications/networking/instant-messengers/matrix-commander/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-30 10:24:49 +02:00
Sandro
dbc10ea68b
Merge pull request #121094 from wamserma/trollius-remove 2021-04-30 10:18:33 +02:00
Markus S. Wamser
b4167563e0 pythonPackages.trollius: remove
trollius is deprecated (by upstream) for more than five years,
all Python versions supported by trollius are end-of-life.
There are no more packages depending on trollius.
2021-04-30 09:43:26 +02:00
Markus S. Wamser
b8de584df4 pythonPackages.aioeventlet: remove
The upstream repo/homepage has long gone, there are  no
depndencies on that package.
2021-04-30 09:36:58 +02:00
Ivan Babrou
d75d0b9c62 gcc11: init at 11.0.0
Pretty much copy-pasted from gcc10 with changed version and sha256.
2021-04-29 22:05:32 -07:00
Sandro
1eb7187dcb
Merge pull request #99414 from arcnmx/scream
scream: 3.4 -> 3.6
2021-04-30 06:46:08 +02:00
Peter Hoeg
600bb9d529 togglesg-download: drop it as it is no longer maintained/working 2021-04-30 12:38:54 +08:00
Austin Butler
6aa9d635d4 python3Packages.setuptools-declarative-requirements: init at 1.2.0 2021-04-29 19:34:31 -07:00
Austin Butler
309dc32405 pythonPackages.pypiserver: init at 1.4.2 2021-04-29 19:34:01 -07:00
Sandro
201fcfc556
Merge pull request #120459 from hjones2199/indi19
indlib: 1.8.9 -> 1.9.0
2021-04-30 03:24:55 +02:00
Sandro
158145c919
Merge pull request #121184 from FlorianFranzen/flip-link
flip-link: init at 0.1.3
2021-04-30 03:23:15 +02:00
Sandro
f45e5deda9
Merge pull request #120115 from FlorianFranzen/sphinx-markdown-parser
python3.pkgs.sphinx-markdown-parser: init at 0.2.4
2021-04-30 02:09:08 +02:00
Mihai Fufezan
3ed601e612
hunter: init at 1.3.5 (#120084)
Co-authored-by: Christoph Neidahl <christoph.neidahl@gmail.com>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-30 01:49:00 +02:00
Maximilian Bosch
d7e7fd74b1
Merge pull request #120770 from jb55/plasma-pass
plasma-pass: init at 1.2.0
2021-04-29 23:04:49 +02:00
Florian Franzen
03e55dac96 python3.pkgs.sphinx-markdown-parser: init at 0.2.4 2021-04-29 20:28:21 +02:00
Florian Franzen
34ad94bd36 flip-link: init at 0.1.3 2021-04-29 20:07:02 +02:00
Hunter Jones
14db724f1f indlib: 1.8.9 -> 1.9.0 2021-04-29 12:57:58 -05:00
Maciej Krüger
29f3b5374a
Merge pull request #121130 from expipiplus1/joe-ecpdap
ecpdap: init at 0.1.5
2021-04-29 19:54:23 +02:00
Robert Schütz
e1ff5c3d8c
Merge pull request #120731 from helsinki-systems/upd/subversion
subversion: 1.12.2 -> 1.14.1
2021-04-29 19:36:33 +02:00
Anderson Torres
ff7d6c9a47
Merge pull request #120930 from OPNA2608/update/palemoon-29.2.0/21.05
palemoon: 29.1.1 -> 29.2.0
2021-04-29 14:35:15 -03:00
ajs124
e097d99f0d py3c: init at 1.3.1 2021-04-29 18:41:14 +02:00
Joe Hermaszewski
ba86df95ac ecpdap: init at 0.1.5 2021-04-29 22:34:33 +08:00
OPNA2608
668264d220 palemoon: 29.1.1 -> 29.2.0 2021-04-29 12:51:11 +02:00
Alyssa Ross
6fb54f49c5 wayfire: 0.7.0 -> 0.7.1 2021-04-29 10:04:20 +00:00
WilliButz
674cea17a7
Merge pull request #120492 from SuperSandro2000/prometheus-unbound-exporter
Prometheus unbound exporter
2021-04-29 10:54:22 +02:00
Patrick Hilhorst
1cb3d84c6a hikari: 2.2.2 -> 2.3.0 2021-04-29 00:49:31 -04:00
Michael Raskin
ae96c292c0
Merge pull request #117881 from ninjin/juliaclean
julia: cleanup/reorganisation
2021-04-28 23:39:38 +00:00
Luke Granger-Brown
f64e68e09b
Merge pull request #120071 from johanot/ceph-16
ceph: 15.2.10 -> 16.2.1
2021-04-29 00:03:45 +01:00
V
dab2173285 last-resort: init at 13.001
Last Resort is a fallback font that covers every Unicode codepoint.
2021-04-28 20:53:57 +02:00
netcrns
25cd84fd19 movine: init at 0.11.0
movine: make meta.description a one-liner

movine: make build on darwin work
2021-04-28 19:02:24 +02:00
Valentin Boettcher
117315c795
roswell: init at 21.01.14.108 2021-04-28 16:44:10 +02:00
Profpatsch
8e87d34abc kgt: init at 2021-04-07 2021-04-28 12:49:06 +02:00