Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 659428 - dev-python/Coffin: import coffin fails
Summary: dev-python/Coffin: import coffin fails
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-06-27 19:51 UTC by Pacho Ramos
Modified: 2018-09-06 18:38 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!