| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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/
|
| |
|
| |
|
| |
|
|
|
|
| |
ref #11156
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- downgrade because of official release
- using github as promary source with tests
|
|
|
|
|
| |
The resulting library is not linked against libsasl2 when autoreconf
is not used...
|
|
|
|
|
| |
kea-lfc is actually not just an optional tools, it's run by kea-dhcp4 and
kea-dhcp6 when memfile lease-database is used.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
py3-freezegun is a test dependency of community/py3-google-auth-1.11.0
|
| |
|
| |
|
|
|
|
|
| |
Includes more man pages, most importantly clang(1), and also some HTML
documentation.
|
| |
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
and change URL
|
| |
|
|
|
|
|
| |
Currently only includes the man pages. The HTML documentation could also
be included in future versions of the package.
|
|
|
|
|
| |
https://gitlab.com/jobol/mustach
C implementation of mustache templating
|
|
|
|
|
| |
Classic overhead run-and-gun game
https://cxong.github.io/cdogs-sdl/
|
|
|
|
|
| |
Classic overhead run-and-gun game
https://cxong.github.io/cdogs-sdl/
|
|
|
|
|
| |
Classic overhead run-and-gun game
https://cxong.github.io/cdogs-sdl/
|
| |
|
| |
|
|
|
|
|
| |
Classic overhead run-and-gun game
https://cxong.github.io/cdogs-sdl/
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
https://gitlab.freedesktop.org/mstoeckl/waypipe
A proxy for Wayland protocol applications.
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
https://gitlab.freedesktop.org/mesa/waffle
A C library for selecting an OpenGL API and window system at runtime
|
| |
|
| |
|
|
|
|
| |
fixes: #11164
|
|
|
|
|
| |
This was missing help2man (docs) and Python (check).
Fix license and cleanup APKBUILD
|