Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 659428

Summary: dev-python/Coffin: import coffin fails
Product: Gentoo Linux Reporter: Pacho Ramos <pacho>
Component: Current packagesAssignee: Python Gentoo Team <python>
Status: RESOLVED WONTFIX    
Severity: normal CC: treecleaner
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Pacho Ramos gentoo-dev 2018-06-27 19:51:04 UTC
I get:
ERROR: [Errno 2] No such file or directory: 'container-exception-logger': 'container-exception-logger'
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib64/python3.6/site-packages/coffin/__init__.py", line 3, in <module>
    from static import *
ModuleNotFoundError: No module named 'static'
Comment 1 Pacho Ramos gentoo-dev 2018-06-28 08:26:18 UTC
I see that upstream stopped its development and suggested people to migrate to https://github.com/niwinz/django-jinja
Comment 2 Pacho Ramos gentoo-dev 2018-06-28 18:56:23 UTC
but this is required by django-compressor
Comment 3 Virgil Dupras (RETIRED) gentoo-dev 2018-07-30 16:25:32 UTC
I've just made dev-python/django-compressor "maintainer needed": https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04d892445cbf312b91cbe37aace494d4288110a3
Comment 4 Pacho Ramos gentoo-dev 2018-08-02 09:51:44 UTC
OK, if nobody takes care of them, maybe we should treeclean both
Comment 5 Virgil Dupras (RETIRED) gentoo-dev 2018-08-02 10:37:18 UTC
Yes, Coffin and jingo will be last rited along with django compressor as part of the masking I'll do (probably today) for bug 662580
Comment 6 Pacho Ramos gentoo-dev 2018-08-03 11:23:22 UTC
great, thanks!