Michał Górny

Results 218 comments of Michał Górny

> > Besides installing cvise to site-packages, we need to get the modules byte-compiled. Now, that's a non-trivial task and CMake is horrible at it, so it'd be best to...

Original bug report: https://bugs.gentoo.org/649940

@kloczek, you seem to either be missing `repoze.lru` dependency or be hitting namespace problems.

Wanna give it a shot? I'd be happy to include such a patch in Gentoo.

I'm sorry to say this but please don't use it in new projects. This is already broken on py3.7 (#199 shows some symptoms), and we've started removing the few packages...

Hmm, it seems that Python 3.6 gives some more info: ``` ==================================================================== FAILURES ===================================================================== __________________________________________________________ TestOnePdf.test_rl1_platypus ___________________________________________________________ self = def test_rl1_platypus(self): if sys.version_info < (2, 7): return self.do_test('rl1/platypus_pdf_template b1c400de699af29ea3f1983bb26870ab', >...

> > On some systems (such as PyPy3 on Gentoo), distutils' `data` path is not `sys.prefix`, which means that we cannot rely on relative paths. > > Can you elaborate...

Ping. Is this package alive?

Yes, please. `functools.cached_property` seems to be actually equivalent to `threaded_cached_property`, so a comparison would be nice.

See e.g.: https://tldrlegal.com/license/gnu-general-public-license-v3-(gpl-3) > Any modifications to or **software including (via compiler) GPL-licensed code** must also be made available under the GPL along with build & install instructions. (highlight mine)...