3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

346445 commits

Author SHA1 Message Date
Bobby Rong 8aa9b52caf
Merge pull request #155150 from derekcollison/patch-1
nats-server: 2.6.3 -> 2.7.0
2022-01-16 16:01:10 +08:00
Bobby Rong e51c21de38
Merge pull request #155161 from ipetkov/tailscale-1.20.1
tailscale: 1.18.2 -> 1.20.1
2022-01-16 15:53:58 +08:00
Bobby Rong 4483b1bbdb
Merge pull request #155174 from dotlambda/abcmidi-2022.01.13
abcmidi: 2021.12.12 -> 2022.01.13
2022-01-16 15:52:49 +08:00
Bobby Rong 51e7ae791c
Merge pull request #155180 from sei40kr/update-notion-app-enhanced
notion-app-enhanced: 2.0.16-5 -> 2.0.18-1
2022-01-16 15:42:33 +08:00
Jörg Thalheim 94640d1555
Merge pull request #154967 from fabaff/bump-python-socketio
python3Packages.python-engineio: 4.3.0 -> 4.3.1, python3Packages.python-socketio: 5.5.0 -> 5.5.1
2022-01-16 07:05:26 +00:00
Jörg Thalheim ddd4ffdae9
Merge pull request #155099 from rhoriguchi/flameshot
flameshot: 0.10.2 -> 11.0.0
2022-01-16 06:59:45 +00:00
Jörg Thalheim b47a652a5e
Merge pull request #155147 from kampka/skaware-llvm
skawarePackages: fix llvm build
2022-01-16 06:54:02 +00:00
Jörg Thalheim d4846c4526
Merge pull request #155075 from Mic92/ddclient
nixos/ddclient: don't chown secrets until dynamicuser issue is resolved
2022-01-16 06:23:28 +00:00
Jörg Thalheim 5a6a12256d
Merge pull request #154157 from yaxitech/sgx-ssl
sgx-ssl: init at lin_2.15.1_1.1.1l
2022-01-16 06:05:10 +00:00
Seong Yong-ju cef5f8dba6 notion-app-enhanced: 2.0.16-5 -> 2.0.18-1 2022-01-16 13:40:54 +09:00
Robert Schütz d5744cffdc abcmidi: 2021.12.12 -> 2022.01.13 2022-01-16 03:01:38 +00:00
Joel b254d2b1fe minecraftServers: init - move all minecraft-server versions into minecraftServers 2022-01-15 21:58:16 -05:00
Joel e0843a80e2 minecraft-server: fix using latest jre for all minecraft server versions 2022-01-15 21:58:16 -05:00
Joel 63c488bf3b minecraft-server: add jyooru as maintainer 2022-01-15 21:58:16 -05:00
Joel 867b8e2188 minecraft-server: package major versions 2022-01-15 21:58:16 -05:00
Martin Weinelt ae02cde6df
Merge pull request #154697 from mweinelt/python2-byebye 2022-01-16 03:22:15 +01:00
Robert Schütz adde93f135
Merge pull request #155060 from dotlambda/home-assistant-outsource-tests
home-assistant: outsource component tests
2022-01-15 18:01:52 -08:00
Martin Weinelt 554616d5ed
python3Packages.fiona: drop gdal_2 pin 2022-01-16 02:36:26 +01:00
Martin Weinelt 8afa8e93b4
python3Packages.rasterio: drop gdal_2 pin
Fixes osmnx build, that previously introduced two gdal versions.
2022-01-16 02:36:25 +01:00
Martin Weinelt 3c0752dbe0
displaycal: drop
Last release from 2019, hasn't migrated to python3.

```
Traceback (most recent call last):
  File "/build/DisplayCAL-3.8.9.3/nix_run_setup", line 8, in <module>
    exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\\r\\n', '\\n'), __file__, 'exec'))
  File "setup.py", line 258
    print "Bumping version number %s ->" % \
          ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Bumping version number %s ->" % \)?
```
2022-01-16 02:36:25 +01:00
Martin Weinelt 03ddc5b295
mididings: drop
Doesn't support recent python3 versions that use `async` as a keyword.

```
  File "/build/source/mididings/units/call.py", line 36
    def __init__(self, function, async, cont):
                                 ^
SyntaxError: invalid syntax
```
2022-01-16 02:36:25 +01:00
Martin Weinelt 0a29b6bcd1
getmail: drop
Stuck on python2 and there is a fork that isn't. Recommend getmail6
instead.

```
Traceback (most recent call last):
  File "/build/getmail-5.14/nix_run_setup", line 8, in <module>
    exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\\r\\n', '\\n'), __file__, 'exec'))
  File "setup.py", line 51
    print 'Default installation directories:'
          ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('Default installation directories:')?
```
2022-01-16 02:36:25 +01:00
Martin Weinelt 308e8396b7
ino: drop
The package is stuck on python2 while the upstream has archived its
repository and the last commit is from 2014.

```
  File "/build/ino-0.3.6/ino/runner.py", line 78
    print colorize(str(exc), 'red')
          ^
SyntaxError: invalid syntax
```
2022-01-16 02:36:24 +01:00
Martin Weinelt fa0e52a918
vigra: use python3 2022-01-16 02:36:24 +01:00
Martin Weinelt 9cdd711a66
systemtap: use python3 2022-01-16 02:36:24 +01:00
Martin Weinelt 88b69dbcbc
quickder: use python3 2022-01-16 02:36:24 +01:00
Martin Weinelt b8594d2b00
opae: use python3
Also brings it closer to building again. Currently fails with:

```
CMake Error at platforms/scripts/cmake_install.cmake:54 (file):
  file INSTALL cannot find "/build/source/build/bin/afu_platform_config": No
  such file or directory.
Call Stack (most recent call first):
  platforms/cmake_install.cmake:55 (include)
  cmake_install.cmake:58 (include)

make: *** [Makefile:120: install] Error 1
```
2022-01-16 02:36:23 +01:00
Martin Weinelt 6bcbf84fb1
git-crecord: 20161216.0 -> 20201025.0
And use python3.
2022-01-16 02:36:23 +01:00
Martin Weinelt 33610bfeca
gitinspector: drop
Claims to support python3, but I'm seeing it use implicit relative
imports and it also has not adapted to python3.8 gettext API changes.

Removed for working only with python2.
2022-01-16 02:36:23 +01:00
Martin Weinelt 878c920437
gdal: use python3 2022-01-16 02:36:23 +01:00
Martin Weinelt 492e5e07c9
lumpy: drop
Removed because it requires python2 and the upstream repository looks
undermaintained.
2022-01-16 02:36:23 +01:00
Martin Weinelt 369db3b2f3
mailpile, nixos/mailpile: drop
Still actively developed and yet stuck on python2. Also marked as
vulnerable and their issue tracker contains yet another security issue
reported in 2021/10 that the upstream hasn't acknowledged yet.

Mind blown.

Closes: #135543, #97274, #97275
2022-01-16 02:36:20 +01:00
Martin Weinelt 608cde3bd4
metamorphose2: drop
Relies on python2 and last upstream release in 2015.

> AttributeError: 'str' object has no attribute 'decode'
2022-01-16 02:34:57 +01:00
Martin Weinelt 4a1da0bed9
neap: drop
Requires pygtk2, which is python2 only and upstream last touched that
script in 2011.
2022-01-16 02:34:57 +01:00
Martin Weinelt 5d0261b438
curaByDagoma: drop
The package is unmaintained and uses python2. There are newer upstream
versions, but upgrading the package requires some dedication, which only
a maintainer should need to provide.
2022-01-16 02:34:56 +01:00
Martin Weinelt dda538b172
renpy: drop
The packaged version required python2, updating it showed it doesn't
work, since it tries to write to its read-only output directory. Also
renpy now requires their own pygame_sdl2 fork to build.

More work on this would be required, and since there is no maintainer at
this time I opted for the removal.
2022-01-16 02:34:56 +01:00
Martin Weinelt 78bc359e03
python2Packages.cjson: drop
Only consumer was blink sip client, which was removed.
2022-01-16 02:34:56 +01:00
Martin Weinelt 33df2ffa0a
blink: drop
The package was not updated since 2019 and requires python2 only
dependencies.
2022-01-16 02:34:56 +01:00
Martin Weinelt 802f80b50c
pyrex, pyrex096, pyrex095: drop
Stuck on python2 and last release in 2010.

> NameError: name 'execfile' is not defined
2022-01-16 02:34:55 +01:00
Martin Weinelt 6c67bfc986
cde-gtk-theme: drop
Ships python2 scripts and last updated in 2018.
2022-01-16 02:34:55 +01:00
Martin Weinelt 84926ba4c8
Merge pull request #155167 from piegamesde/rename-resort 2022-01-16 02:34:28 +01:00
Anderson Torres ce6fd0d857
Merge pull request #154051 from starcraft66/polymc
polymc: init at 1.0.4

polymc substitutes multimc.
2022-01-15 22:18:26 -03:00
piegames 1f71224fe8 nixos/modules/rename: Sort alphabetically
This was a mess previously
2022-01-16 02:11:06 +01:00
Bobby Rong ca55d9bfba
Merge pull request #155090 from sbruder/update-fceux
fceux: 2.5.0 -> 2.6.0
2022-01-16 09:08:23 +08:00
Bobby Rong 88e6828538
Merge pull request #155107 from welteki/arkade-0.8.12
arkade: 0.8.11 -> 0.8.12
2022-01-16 09:06:16 +08:00
Robert Schütz 61265ec0b4 home-assistant: outsource component tests
A component's tests can now be run by building
    home-assistant.tests.components.${component}

Co-authored-by: Martin Weinelt <hexa@darmstadt.ccc.de>
2022-01-16 00:51:45 +00:00
Bernardo Meurer 4fa2647449
Merge pull request #154994 from mweinelt/kernel-disable-unpriv-ebpf
linux: enable BPF_UNPRIV_DEFAULT_OFF on 5.10 and later
2022-01-16 00:46:51 +00:00
Bernardo Meurer 00cd3d063c
Merge pull request #154976 from TredwellGit/linux
Kernels 2022-01-14
2022-01-16 00:41:11 +00:00
Martin Weinelt 65258010c7
Merge pull request #152690 from mweinelt/esphome 2022-01-16 01:40:51 +01:00
Bernardo Meurer 7b0e7dcb39
Merge pull request #155142 from rapenne-s/thermald_no_net
thermald: disable network access
2022-01-16 00:36:11 +00:00