aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* testing/py3-hbmqtt: upgrade to 0.9.6Fabian Affolter2020-01-271-3/+3
|
* testing/pmbootstrap: new aportOliver Smith2020-01-273-0/+38
|
* community/py3-ruamel.yaml: upgrade to 0.16.6Keith Maxwell2020-01-271-13/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous homepage responds with 404. The upstream project, including a mercurial repository, has moved from BitBucket to Sourceforge. The [Sourceforge page] listed several files to download including: https://downloads.sourceforge.net/ruamel-yaml/ruamel.yaml-0.16.6.tar.xz fc305499241de6cf5c2fa694a53762d853dce44af34f4aff1774d0ee772620cea7398591d1f8f4c43573d276ffd8cfd147dae0e98764e1a5a6045542514dcc42 Which was enough to make sure check() succeeds: The issue was that python failed to import ruamel.yaml: the solution is to call `pytest-3` rather than `python3 -m pytest` According to the [pytest documentation], a difference between running pytest as `pytest` vs `python3 -m pytest` is that the later will also add the current directory, in this case `$builddir` to sys.path. Somehow if `$builddir` is on `sys.path` the package to test is not found. The Sourceforge download URL above now 404s and the project's files page is now empty. PyPI can be used as `$source` instead. The artifact on PyPI does not include the tests, so these are again disabled. The C module is now distributed separately. [Sourceforge page]: https://sourceforge.net/projects/ruamel-yaml/files/ [pytest documentation]: https://docs.pytest.org/en/latest/usage.html#calling-pytest-through-python-m-pytest
* community/py3-ruamel.yaml.clib: new aportKeith Maxwell2020-01-271-0/+25
| | | | | | | | | | | | | | | Upstream split the C code out of community/py3-ruamel.yaml into a separate package. In order for py3-ruamel.yaml and ansible-lint to stay in community this separate package needs to be in community. There are no tests enabled because they are not available in a stable download. The PyPI download doesn't include the tests. Although the [project activity page] on Sourceforge shows files released, the [files page] is empty. [project activity page]: https://sourceforge.net/projects/ruamel-yaml-clib/ [files page]: https://sourceforge.net/projects/ruamel-yaml-clib/files/
* community/arandr: Fix missing dependency on py3-cairoNero2020-01-271-2/+2
|
* community/consul-template: upgrade to 0.24.1Francesco Colista2020-01-271-2/+2
|
* community/wireshark: don't build for armhfLeonardo Arena2020-01-271-1/+1
|
* community/wireshark: security upgrade to 3.0.8 (CVE-2020-7045)Leonardo Arena2020-01-271-3/+5
| | | | ref #11156
* community/systemc: add -static subpackageSören Tempel2020-01-271-3/+3
|
* community/mkvtoolnix: upgrade to 43.0.0Francesco Colista2020-01-271-2/+2
|
* community/re2: upgrade to 2020.01.01Francesco Colista2020-01-271-2/+2
|
* main/freeradius: fix segfault in process request_running()Jakub Jirutka2020-01-262-2/+27
|
* testing/php7-pecl-uploadprogres: rename from php7-uploadprogressAndy Postnikov2020-01-261-13/+11
| | | | | - downgrade because of official release - using github as promary source with tests
* main/openldap: run autoreconf for ldapc++Jakub Jirutka2020-01-261-1/+2
| | | | | The resulting library is not linked against libsasl2 when autoreconf is not used...
* community/kea: move binary kea-lfc to kea-common, remove subpkg kea-utilsJakub Jirutka2020-01-261-9/+3
| | | | | kea-lfc is actually not just an optional tools, it's run by kea-dhcp4 and kea-dhcp6 when memfile lease-database is used.
* community/py3-google-auth: upgrade to 1.11.0Keith Maxwell2020-01-262-34/+42
| | | | | | | | | | | | | | | | Dependencies are listed at: https://github.com/googleapis/google-auth-library-python/blob/release-v1.11.0/setup.py#L21 Test dependencies are listed at https://github.com/googleapis/google-auth-library-python/blob/master/noxfile.py#L17 This commit update the dependencies to match the above. The exception continues to be the apparently optional py3-grpcio dependency which is still in testing/. Mock is a backport of unittest.mock to earlier Python versions. It isn't required on Python 3.8, so this commit patches the tests to use the standard library.
* community/py3-freezegun: move from testingKeith Maxwell2020-01-261-0/+0
| | | | py3-freezegun is a test dependency of community/py3-google-auth-1.11.0
* main/mesa: ensure -dbg is split firstAriadne Conill2020-01-261-2/+2
|
* main/mesa: add -dbg packageAriadne Conill2020-01-261-1/+2
|
* main/clang: build more documentationSören Tempel2020-01-261-1/+5
| | | | | Includes more man pages, most importantly clang(1), and also some HTML documentation.
* main/py3-sphinx: add comment regarding binaries with -3 postfixSören Tempel2020-01-261-0/+2
|
* community/sn0int: upgrade to 0.15.0Sören Tempel2020-01-261-10/+3
| | | | | | | | The old version (0.14.0) does not build anymore since the GeoIP database cannot be downloaded successfully as the domain name of the server, used to download it, does not resolve anymore. See: https://github.com/kpcyrd/sn0int/commit/0d96f66cf961274083dff42f065e995e0252100f
* community/mongo-c-driver: don't set SPHINX_EXECUTABLE explicitlySören Tempel2020-01-261-1/+0
| | | | | | Previously phy3-sphinx only provided sphinx-build-3, not sphinx-build. Fortunately, this changed recently. This change does not include a pkgrel bump as it should result in the same package.
* testing/frr: do not set SPHINXBUILD explicitlySören Tempel2020-01-261-2/+1
| | | | | | Previously phy3-sphinx only provided sphinx-build-3, not sphinx-build. Fortunately, this changed recently. This change does not include a pkgrel bump as it should result in the same package.
* community/sn0int: fix build with `abuild rootbld`Sören Tempel2020-01-261-0/+1
|
* community/sn0int: do not set SPHINXBUILD explicitlySören Tempel2020-01-261-1/+1
| | | | | | Previously phy3-sphinx only provided sphinx-build-3, not sphinx-build. Fortunately, this changed recently. This change does not include a pkgrel bump as it should result in the same package.
* community/ncmpc: remove doc-py3.patchSören Tempel2020-01-262-16/+2
| | | | | | | Previously py3-sphinx only provided sphinx-build-3 not sphinx-build, this changed recently. As such, the patch should no longer be needed. This change does not include a pkgrel bump as it should result in an identical package.
* community/mpc: remove doc-py3.patchSören Tempel2020-01-262-19/+2
| | | | | | | Previously py3-sphinx only provided sphinx-build-3 not sphinx-build, this changed recently. As such, the patch should no longer be needed. This change does not include a pkgrel bump as it should result in an identical package.
* community/borgbackup: add doc subpackageMichał Polański2020-01-261-3/+7
| | | | and change URL
* community/php7-phalcon: upgrade to 4.0.3Andy Postnikov2020-01-261-2/+2
|
* community/beets: add a -docs subpackageSören Tempel2020-01-261-2/+11
| | | | | Currently only includes the man pages. The HTML documentation could also be included in future versions of the package.
* testing/mustach: new aportLucas Ramage2020-01-251-0/+31
| | | | | https://gitlab.com/jobol/mustach C implementation of mustache templating
* testing/cdogs-sdl: new aportVictor Diego Alegandro Diaz Urbaneja2020-01-251-1/+1
| | | | | Classic overhead run-and-gun game https://cxong.github.io/cdogs-sdl/
* testing/cdogs-sdl: upgrade to 1.9Victor Diego Alegandro Diaz Urbaneja2020-01-251-3/+3
| | | | | Classic overhead run-and-gun game https://cxong.github.io/cdogs-sdl/
* testing/cdogs-sdl : new aportVictor Diego Alegandro Diaz Urbaneja2020-01-251-7/+7
| | | | | Classic overhead run-and-gun game https://cxong.github.io/cdogs-sdl/
* Apply suggestion to testing/cdogs-sdl/APKBUILDVictor Diego Alejandro Diaz Urbaneja2020-01-251-2/+1
|
* testing/cdogs-sdl:new aportVictor Diego Alejandro Diaz Urbaneja2020-01-251-1/+1
|
* testing/cdogs-sdl:new aportVictor Diego Alegandro Diaz Urbaneja2020-01-251-0/+26
| | | | | Classic overhead run-and-gun game https://cxong.github.io/cdogs-sdl/
* testing/py3-cairosvg: add missing dependencyMarian Buschsieweke2020-01-251-2/+2
|
* testing/broot: upgrade to 0.12.1Leo2020-01-251-2/+2
|
* community/py3-eliot: upgrade to 1.12.0Leo2020-01-251-2/+2
|
* main/libuv: upgrade to 1.34.2Leo2020-01-251-2/+2
|
* community/keepalived: upgrade to 2.0.20Leo2020-01-251-2/+2
|
* testing/waypipe: new aportsSimon Zeni2020-01-251-0/+32
| | | | | https://gitlab.freedesktop.org/mstoeckl/waypipe A proxy for Wayland protocol applications.
* testing/brltty: disable ppc64leDrew DeVault2020-01-251-1/+1
| | | | | | | | | | | Build fails with: > /usr/lib/gcc/powerpc64le-alpine-linux-musl/9.2.0/../../../../powerpc64le-alpine-linux-musl/bin/ld: > ports_glibc.o: in function `readPort1': ports_glibc.c:(.text+0x130): > undefined reference to `inb' > /usr/lib/gcc/powerpc64le-alpine-linux-musl/9.2.0/../../../../powerpc64le-alpine-linux-musl/bin/ld: > ports_glibc.o: in function `writePort1': ports_glibc.c:(.text+0x178): > undefined reference to `outb
* testing/waffle: new aportSimon Zeni2020-01-251-0/+30
| | | | | https://gitlab.freedesktop.org/mesa/waffle A C library for selecting an OpenGL API and window system at runtime
* community/py3-tqdm: upgrade to 4.42.0Drew DeVault2020-01-251-2/+2
|
* testing/brltty: fix package errorsDrew DeVault2020-01-251-14/+3
|
* community/tcsh: add csh to /etc/shellsMilan P. Stanić2020-01-253-1/+3
| | | | fixes: #11164
* testing/liblouis: fix check, add -doc subpackageDrew DeVault2020-01-251-4/+4
| | | | | This was missing help2man (docs) and Python (check). Fix license and cleanup APKBUILD