Commit graph

147192 commits

Author SHA1 Message Date
q66 62b0730792 findutils: fix musl bootstrap under some conditions 2021-06-09 05:14:47 +02:00
q66 170144419e sed: fix musl source bootstrap under some conditions 2021-06-09 05:09:55 +02:00
q66 a2783c719c dua-cli: fix build on systems without 64-bit atomics 2021-06-09 02:32:40 +02:00
Duncaen 007e86a126
poke: update to 1.3. 2021-06-09 00:22:19 +02:00
Piraty 90c0ddd69a keepassxc: update to 2.6.5. 2021-06-08 20:21:34 +00:00
Piraty 912dcc79bd glances: update to 3.1.7. 2021-06-08 19:28:46 +00:00
Andrew J. Hesford 2055a697d8 python3-xmlschema: remove unnecessary custom do_check 2021-06-08 13:53:27 -04:00
Andrew J. Hesford 9d2edcfec9 python3-cryptography: remove unnecessary custom do_check 2021-06-08 13:53:27 -04:00
Andrew J. Hesford fd74a40b71 streamlink: remove unnecessary custom do_check 2021-06-08 13:53:27 -04:00
Andrew J. Hesford b6c1ce5ab9 ssh-audit: remove unnecessary custom do_check 2021-06-08 13:53:27 -04:00
Andrew J. Hesford 5b13b36ea9 python3-wsproto: remove unnecessary custom do_check 2021-06-08 13:53:27 -04:00
Andrew J. Hesford 762b462fe7 python3-ultrajson: remove unnecessary custom do_check 2021-06-08 13:53:27 -04:00
Andrew J. Hesford 35d445d1fb python3-soupsieve: remove unnecessary custom do_check 2021-06-08 13:53:27 -04:00
Andrew J. Hesford 9d14d98004 python3-sniffio: remove unnecessary custom do_check 2021-06-08 13:53:27 -04:00
Andrew J. Hesford b3df4c3799 python3-quart: remove unnecessary custom do_check 2021-06-08 13:53:27 -04:00
Andrew J. Hesford 0d723727e5 python3-pyxattr: remove unnecessary custom do_check 2021-06-08 13:53:27 -04:00
Andrew J. Hesford 0212b66266 python3-pikepdf: remove unnecessary custom do_check 2021-06-08 13:53:27 -04:00
Andrew J. Hesford 744e946a0c python3-outcome: remove unnecessary custom do_check 2021-06-08 13:53:27 -04:00
Andrew J. Hesford 9523980c98 python3-msgpack: remove unnecessary custom do_check 2021-06-08 13:53:27 -04:00
Andrew J. Hesford 762655b691 python3-marshmallow: remove unnecessary custom do_check 2021-06-08 13:53:27 -04:00
Andrew J. Hesford ff88ad2ce7 python3-icalendar: remove unnecessary custom do_check 2021-06-08 13:53:27 -04:00
Andrew J. Hesford f38d32278c python3-hyperframe: remove unnecessary custom do_check 2021-06-08 13:53:26 -04:00
Andrew J. Hesford 4e8fe6d814 python3-humanize: remove unnecessary custom do_check 2021-06-08 13:53:26 -04:00
Andrew J. Hesford 21a82173b4 python3-colorclass: remove unnecessary custom do_check 2021-06-08 13:53:26 -04:00
Andrew J. Hesford b07227c6cf python3-PyICU: remove unnecessary custom do_check 2021-06-08 13:53:26 -04:00
Andrew J. Hesford 68a866066d python3-Pillow: remove unnecessary custom do_check 2021-06-08 13:53:26 -04:00
Andrew J. Hesford e61bc83273 python3-Pebble: remove unnecessary custom do_check 2021-06-08 13:53:26 -04:00
Andrew J. Hesford c310e11e6f python3-Flask: remove unnecessary custom do_check 2021-06-08 13:53:26 -04:00
Andrew J. Hesford 5d7e4abdf7 olm-python3: remove unnecessary custom do_check 2021-06-08 13:53:26 -04:00
Andrew J. Hesford fa5500228e build-style/python3-{module,pep517}.sh: improve pytest usage
1. Relying on `python3 -m pytest --help` to test for pytest can fail
   because the pytest packages's __main__ is still invoked; this can
   trigger import problems and falsely indicate that pytest is missing.
   A simpler test is to just confirm that pytest is importable. If so,
   the interpreter returns 0. Otherwise, an ImportError is thrown and
   the interpreter will return 1.

2. Many templates require a custom do_check just to set PYTHONPATH to
   either a build directory (especially for compiled extensions) or some
   subdirectory of the source tree. Setting PYTHONPATH automatically to
   the build directory should drastically reduce the need for custom
   do_check in py3 templates. (This only applies to python3-module.sh
   because pep517 builders will have unpredictable build directories.)

Closes: #31354.
2021-06-08 13:53:15 -04:00
Gadzhi Kharkharov 556e9968ff lf: update to r23. 2021-06-08 14:15:09 -03:00
FollieHiyuki 59e8cfc4e8 element-desktop: update to 1.7.30 2021-06-08 14:14:53 -03:00
Alexander Egorenkov 09fa22975e nyxt: fix dependencies
* Remove unneeded dependencies
  - curl
  - pkg-config
  - sqlite (bookmarks stored as s-exps now)
  - openssl-devel

* Add runtime dependency libfixposix-devel

Unhandled SIMPLE-ERROR in thread #<SB-THREAD:THREAD "main thread" RUNNING
                                    {1000FB0103}>:
  Error opening shared object "libfixposix.so":
  libfixposix.so: cannot open shared object file: No such file or directory.

* Add enchant2 dependency for spell checking

Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>
2021-06-08 19:07:34 +02:00
Roberto Ricci 2f511dc197 zoom: update to 5.6.22045.0607. 2021-06-08 14:06:14 -03:00
Roberto Ricci 27995aff13 xterm: update to 368. 2021-06-08 14:06:03 -03:00
Roberto Ricci 1a92715a42 revive: update to 1.0.7. 2021-06-08 14:04:49 -03:00
Roberto Ricci cd16c85a19 github-cli: update to 1.11.0. 2021-06-08 14:03:28 -03:00
Roberto Ricci bc0919bc73 whois: update to 5.5.10. 2021-06-08 14:01:56 -03:00
Colin Booth 588b8c8313 unibilium: fix license, description 2021-06-08 23:37:42 +07:00
Colin Booth b33c7d648d umurmur: fix license, http->https, template cleanup 2021-06-08 23:37:42 +07:00
Colin Booth 61c4838f52 ucspi-tcp: fix license, skip checks (methodology broken) 2021-06-08 23:37:42 +07:00
Colin Booth f6fc1bce56 ucommon: fix license, description 2021-06-08 23:37:42 +07:00
Colin Booth d645b5e310 ucl: fix license, layout 2021-06-08 23:37:42 +07:00
Leah Neukirchen f8f3882ca2 stress-ng: update to 0.12.10. 2021-06-08 18:09:39 +02:00
Leah Neukirchen 54eeacbffc python3-boto3: update to 1.17.89. 2021-06-08 18:09:39 +02:00
Leah Neukirchen efff6aab04 python3-fasteners: update to 0.16.2. 2021-06-08 18:09:39 +02:00
Andrew Benson ba07c9278b bpytop: update to 1.0.67. 2021-06-08 09:19:42 -05:00
Andrew Benson 322667e41b QMPlay2: update to 21.06.07. 2021-06-08 09:18:48 -05:00
Đoàn Trần Công Danh 741f5f0f4d gdk-pixbuf: correct license 2021-06-08 20:06:02 +07:00
Roberto Ricci cb5bcaabb4 mpg123: update to 1.28.0. 2021-06-08 09:38:35 -03:00