aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* testing/lxd: disable on mipsAriadne Conill2020-04-121-1/+1
|
* community/cervisia: move from testingBart Ribbers2020-04-121-0/+0
|
* community/kfloppy: move from testingBart Ribbers2020-04-121-0/+0
|
* community/dragon: move from testingBart Ribbers2020-04-121-0/+0
|
* community/bovo: move from testingBart Ribbers2020-04-121-2/+2
|
* communit/kopete: move from testingBart Ribbers2020-04-121-0/+0
|
* community/kidentitymanagement: move from testingBart Ribbers2020-04-121-0/+0
|
* community/kapptemplate: move from testingBart Ribbers2020-04-121-0/+0
|
* community/kdenlive: move from testingBart Ribbers2020-04-121-0/+0
|
* community/mlt: move from testingBart Ribbers2020-04-122-3/+3
|
* community/frei0r-plugins: move from testing and take over maintainershipBart Ribbers2020-04-121-14/+6
|
* community/gavl: move from testing and take over maintainershipBart Ribbers2020-04-122-10/+7
|
* community/rttr: move from testingBart Ribbers2020-04-122-4/+5
|
* community/zeroconf-ioslave: move from testingBart Ribbers2020-04-121-0/+0
|
* community/kde-dev-scripts: move from testingBart Ribbers2020-04-121-0/+0
|
* community/kirigami-gallery: move from testingBart Ribbers2020-04-121-0/+0
|
* community/kcharselect: move from testingBart Ribbers2020-04-121-0/+0
|
* community/kimagemapeditor: move from testingBart Ribbers2020-04-121-1/+3
|
* community/filelight: move from testingBart Ribbers2020-04-121-0/+0
|
* community/kleopatra: move from testingBart Ribbers2020-04-121-2/+2
|
* community/libkleo: move from testingBart Ribbers2020-04-121-0/+0
|
* community/kpimtextedit: move from testingBart Ribbers2020-04-121-0/+0
|
* community/kblackbox: move from testingBart Ribbers2020-04-121-0/+0
|
* community/libkdegames: move from testingBart Ribbers2020-04-121-0/+0
|
* community/kdenetwork-filesharing: move from testingBart Ribbers2020-04-121-0/+0
|
* community/dolphin-plugins: move from testingBart Ribbers2020-04-121-0/+0
|
* community/lokalize: move from testingBart Ribbers2020-04-121-0/+0
|
* community/kmix: move from testingBart Ribbers2020-04-121-0/+0
|
* community/yakuake: new aportBart Ribbers2020-04-121-0/+0
|
* community/ktimer: move from testingBart Ribbers2020-04-121-0/+0
|
* community/kamoso: move from testingBart Ribbers2020-04-121-0/+0
|
* community/kamera: move from testingBart Ribbers2020-04-121-0/+0
|
* community/sweeper: move from testingBart Ribbers2020-04-121-0/+0
|
* community/kcachegrind: move from testingBart Ribbers2020-04-121-0/+0
|
* community/kbackup: move from testingBart Ribbers2020-04-121-0/+0
|
* testing/laz-perf: disable on mipsAriadne Conill2020-04-121-1/+1
|
* testing/mustach: disable on mipsAriadne Conill2020-04-121-1/+1
|
* testing/py3-pkginfo: disable testsAriadne Conill2020-04-121-0/+1
|
* testing/tsung: disable on mipsAriadne Conill2020-04-121-1/+1
|
* main/py3-cffi: rebuildAriadne Conill2020-04-121-1/+1
| | | | not all builders built against new libffi :(
* testing/phoronix-test-suite: upgrade to 9.4.1J0WI2020-04-121-4/+4
|
* testing/kmenuedit: new aportBart Ribbers2020-04-121-0/+33
|
* testing/nymphcast: upgrade to 0_git20200412Bart Ribbers2020-04-121-5/+6
|
* community/oq: upgrade to 1.0.2Milan P. Stanić2020-04-121-2/+2
|
* main/py3-virtualenv: upgrade to 20.0.17Keith Maxwell2020-04-121-3/+3
|
* main/py3-virtualenv: add missing dependencyKeith Maxwell2020-04-121-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Before this change: $ dabuild sh $ sudo apk add py3-virtualenv >/dev/null && virtualenv --version Traceback (most recent call last): File "/usr/bin/virtualenv", line 6, in <module> from pkg_resources import load_entry_point ModuleNotFoundError: No module named 'pkg_resources' This change adds py3-setuptools as a runtime dependency because pkg_resources is imported by a file installed into /usr/bin/: $ grep pkg_resources /usr/bin/virtualenv from pkg_resources import load_entry_point pkg_resources is part of py3-setuptools: $ apk info -L py3-setuptools | grep pkg_resources/__init__.py usr/lib/python3.8/site-packages/pkg_resources/__init__.py After this change: $ dabuild sh $ sudo apk add py3-virtualenv >/dev/null && virtualenv --version 16.7.9
* main/py3-tappy: add missing dependencyKeith Maxwell2020-04-121-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before this change: $ dabuild sh $ sudo apk add py3-tappy >/dev/null && tappy --help Traceback (most recent call last): File "/usr/bin/tappy", line 6, in <module> from pkg_resources import load_entry_point ModuleNotFoundError: No module named 'pkg_resources' This change adds py3-setuptools as a runtime dependency because pkg_resources is imported by a file installed into /usr/bin/: $ grep pkg_resources /usr/bin/tappy import pkg_resources pkg_resources is part of py3-setuptools: $ apk info -L py3-setuptools | grep pkg_resources/__init__.py usr/lib/python3.8/site-packages/pkg_resources/__init__.py After this change: $ dabuild sh $ sudo apk add py3-tappy >/dev/null && tappy --help usage: tappy [-h] [-v] [FILE [FILE ...]] A TAP consumer for Python positional arguments: FILE A file containing TAP output. Any directories listed will be scanned for files to include as TAP files. optional arguments: -h, --help show this help message and exit -v, --verbose use verbose messages When no files are given or a dash (-) is used for the file name, tappy will read a TAP stream from STDIN.
* community/kde-frameworks: upgrade to 5.69.0Bart Ribbers2020-04-1282-1099/+496
|
* main/perl-scalar-list-utils: upgrade to 1.55Leo2020-04-121-3/+2
|
* main/libunwind: upgrade to 1.4.0Leo2020-04-122-5/+26
|