Overview

Request 666395 revoked

- Initial revision with v0.5.1


John Vandenberg's avatar
author source maintainer target maintainer

Note the tests are broken at the moment.

More info at https://github.com/wbond/pymeta3/issues/2


Tomáš Chvátal's avatar

That is bit unfortunate, but checking it it seems that the code really does something wrong and as such I would recommend fixing it first (also upstream appears dead as there was last activity ~4years ago).

There is one another tiny issue in the package i spotted:

+mkdir -p %{buildroot}%{_bindir}
+cp -p bin/generate_parser %{buildroot}%{_bindir}/generate_parser
+sed -i 's/env python/python/' %{buildroot}%{_bindir}/generate_parser

Should more be something like:

install -D -m0755 bin/generate_parser%{buildroot}%{_bindir}/generate_parser
sed -i  -e 's/env python$/python3/' %{buildroot}%{_bindir}/generate_parser

John Vandenberg's avatar
author source maintainer target maintainer

This package was ported to Python 3, and the tests were not updated at that time, and havent been updated since then either, probably because they always failed on Python 3.

I have been using this package through pybar3 , for templating in moban-handlebars , and havent encountered any bugs that stem from pymeta3. Rather than trying to fix this package's source and/or test suite, I'll first try getting the tests running for pybar3 as you requested at https://build.opensuse.org/request/show/666073 , which give us a better idea of whether this pymeta3 package is useful in its current state, and would indirectly provide ongoing tests for it.

Appreciate your effort in reviewing these requests.


John Vandenberg's avatar
author source maintainer target maintainer

c.f. https://build.opensuse.org/request/show/666073


Tomáš Chvátal's avatar

This package distributes tests, could you please enable them?

Also the description is really cluttered from the README parsing.

Request History
John Vandenberg's avatar

jayvdb created request

- Initial revision with v0.5.1


John Vandenberg's avatar

jayvdb revoked request

openSUSE Build Service is sponsored by