aboutsummaryrefslogtreecommitdiffstats
path: root/community
Commit message (Collapse)AuthorAgeFilesLines
...
* community/py3-distro: add missing dependencyKeith Maxwell2020-04-111-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before this change: $ sudo apk add py3-distro ✂ $ distro --help Traceback (most recent call last): File "/usr/bin/distro", line 6, in <module> from pkg_resources import load_entry_point ModuleNotFoundError: No module named 'pkg_resources' After this change: $ sudo apk add py3-distro ✂ $ distro --help usage: distro [-h] [--json] ✂ The above commands were run inside docker-abuild with `dabuild sh`. The change is required because `/usr/bin/distro` includes the line: from pkg_resources import load_entry_point That means that py3-setuptools is required at runtime: $ python3 -c 'import pkg_resources; print(pkg_resources.__file__)' /usr/lib/python3.8/site-packages/pkg_resources/__init__.py $ apk info -q -W /usr/lib/python3.8/site-packages/pkg_resources/__init__.py py3-setuptools
* community/aws-cli: upgrade to 1.18.39Keith Maxwell2020-04-111-12/+17
| | | | | | | | | | | | | | | Change syntax so that linting passes. Tested manually by (1) installing the relevant packages and start bash and (2) trying out completion in bash. 1: sudo apk add bash bash-completion aws-cli && bash Test: . /etc/profile.d/bash_completion.sh complete -C '/usr/bin/aws_completer' aws Then typing `aws bu<Tab>` → `aws budgets`
* community/py3-gitlab: add missing dependencyKeith Maxwell2020-04-111-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before this change: $ sudo apk add py3-gitlab ✂ $ gitlab --version Traceback (most recent call last): File "/usr/bin/gitlab", line 6, in <module> from pkg_resources import load_entry_point ModuleNotFoundError: No module named 'pkg_resources' After this change: $ sudo apk add py3-gitlab ✂ $ gitlab --version 2.2.0 The commands above were run inside docker-abuild using `dabuild sh`. The change is required because `/usr/bin/gitlab` includes the line: from pkg_resources import load_entry_point That means that py3-setuptools is required at runtime: $ python3 -c 'import pkg_resources; print(pkg_resources.__file__)' /usr/lib/python3.8/site-packages/pkg_resources/__init__.py $ apk info -q -W /usr/lib/python3.8/site-packages/pkg_resources/__init__.py py3-setuptools
* community/pulseaudio: use python3 in the pulseaudio-equalizer shebangLeo2020-04-112-1/+15
| | | | fixes #11379
* community/py3-enchant: move from testingKeith Maxwell2020-04-111-0/+32
| | | | | - enable test suite - update URL to match new GitHub organisation
* community/py3-httplib2: upgrade to 0.17.2Keith Maxwell2020-04-111-2/+2
| | | | https://github.com/httplib2/httplib2/blob/master/CHANGELOG#L1
* community/cloudi: build with GHC 8.8J0WI2020-04-112-14/+1
|
* community/shellcheck: build with GHC 8.8J0WI2020-04-112-14/+14
|
* community/krita: fix crash with C localeBart Ribbers2020-04-112-3/+81
|
* community/py3-gitlab: upgrade to 2.2.0Keith Maxwell2020-04-111-4/+10
| | | | | Enable 35 tests in six files; all of the tests that don't require httmock.
* community/alsa-topology-conf: move from testingMinecrell2020-04-111-0/+18
|
* community/alsa-ucm-conf: move from testingMinecrell2020-04-111-0/+18
|
* community/plasma-nano: add missing qt5-qtvirtualkeyboard depBart Ribbers2020-04-111-1/+2
|
* community/py3-img2pdf: add missing dependencyKeith Maxwell2020-04-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | `py3-setuptools` is required at runtime because /usr/bin/img2pdf includes the line: from pkg_resources import load_entry_point `pkg_resources` is a part of py3-setuptools: $ apk info -W /usr/lib/python3.8/site-packages/pkg_resources/__init__.py /usr/lib/python3.8/site-packages/pkg_resources/__init__.py is owned by py3-setuptools-46.1.3-r0 Before this change, img2pdf exits with the error below: $ img2pdf --version Traceback (most recent call last): File "/usr/bin/img2pdf", line 6, in <module> from pkg_resources import load_entry_point ModuleNotFoundError: No module named 'pkg_resources' After this change img2pdf succeeds: $ img2pdf --version img2pdf 0.3.4
* community/py3-flake8: fix pyflakes incompatibilityOliver Smith2020-04-113-5/+130
| | | | | | | | | | | | | flake8 refuses to start with pyflakes 2.2.x. Work around this, without downgrading pyflakes, by shipping the current master of flake8 and the unmerged patch that makes it compatible with 2.2.x. I've tried to apply the patch on top of the latest release, but that did not work. This version appears to be working fine however, and I think it's the best we can do in this situation. I'll add a warning to py3-pyflakes to prevent this in the future. Related: https://gitlab.com/pycqa/flake8/-/merge_requests/417 Fixes: #11378
* community/shards: upgrade to 0.10.0Milan P. Stanić2020-04-111-5/+9
| | | | | add crystal-molinillo build dependency because it is needed for this shards version
* community/firefox: allow building with cbindgen >=0.14.1Rasmus Thomsen2020-04-111-1/+1
|
* community/cbindgen: upgrade to 0.14.1Rasmus Thomsen2020-04-111-4/+6
|
* community/kdiagram: move from testingBart Ribbers2020-04-111-0/+34
|
* community/py3-pikepdf: upgrade to 1.11.0prspkt2020-04-111-3/+3
|
* community/xfce4-taskmanager: upgrade to 1.2.3Leo2020-04-111-8/+5
|
* community/cabal: upgrade to 3.2.0.0J0WI2020-04-112-10/+86
|
* community/ghc: upgrade to 8.8.3J0WI2020-04-113-142/+15
|
* community/hugo: upgrade to 0.69.0Leo2020-04-112-3/+19
|
* community/corecollector: upgrade to 0.3.3Rasmus Thomsen2020-04-111-3/+3
| | | | | | Also add musl-dbg to depends, this is required to get any useful debug info out of the backtrace subcommand
* community/cloudi: fix build with Cabal 3J0WI2020-04-112-41/+51
|
* community/vlc: upgrade to 3.0.9.2J0WI2020-04-111-4/+6
|
* community/fluidsynth: upgrade to 2.1.2Bart Ribbers2020-04-111-4/+4
|
* community/qxmpp: upgrade to 1.3.0Bart Ribbers2020-04-111-7/+8
|
* community/ocrmypdf: upgrade to 9.7.1Leo2020-04-111-2/+2
|
* community/wt: upgrade to 4.3.0Leo2020-04-111-3/+3
|
* community/keepassxc: upgrade to 2.5.4Leo2020-04-111-3/+3
|
* community/kaidan: upgrade to 0.5.0Bart Ribbers2020-04-111-4/+4
|
* community/krita: move from testingBart Ribbers2020-04-111-0/+35
|
* community/shellcheck: upgrade to 0.7.1J0WI2020-04-102-63/+56
|
* community/poedit: add gettext to dependsRasmus Thomsen2020-04-101-1/+2
| | | | | Otherwise it complains about msgmerge missing on startup
* community/libffi3.2: removeLeo2020-04-102-159/+0
| | | | ghc no longer needs it
* community/ghc: rebuild without libffi3.2Leo2020-04-101-6/+2
|
* community/py3-deprecated: upgrade to 1.2.9Leo2020-04-101-2/+2
|
* community/py3-boto3: upgrade to 1.12.39Leo2020-04-101-2/+2
|
* community/py3-botocore: upgrade to 1.15.39Leo2020-04-101-2/+2
|
* community/php7-pecl-xhprof: upgrade to 2.2.0Andy Postnikov2020-04-101-2/+2
|
* community/libwpebackend-fdo: add -dbg subpackage, build with ↵Rasmus Thomsen2020-04-101-3/+3
| | | | CMAKE_BUILD_TYPE=None
* community/libwpe: add -dbg subpackage, build with CMAKE_BUILD_TYPE=NoneRasmus Thomsen2020-04-101-3/+3
|
* community/libqmi: upgrade to 1.24.10Leo2020-04-103-311/+4
|
* community/gotop: upgrade to 3.5.1Leo2020-04-101-3/+4
|
* community/py3-zope-interface: upgrade to 5.1.0Leo2020-04-101-2/+3
|
* community/py3-pyflakes: upgrade to 2.2.0Keith Maxwell2020-04-101-3/+3
|
* community/py3-xlib: upgrade to 0.27Leo2020-04-101-2/+2
|
* community/py3-boto3: upgrade to 1.12.38Leo2020-04-101-2/+2
|