Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 658984 - dev-python/pyrtf: removal
Summary: dev-python/pyrtf: removal
Status: RESOLVED FIXED
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: Pending removal: 2018-07-29
Keywords: PMASKED
Depends on:
Blocks:
 
Reported: 2018-06-24 17:08 UTC by Pacho Ramos
Modified: 2018-07-25 23:11 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-24 17:08:53 UTC
I don't know what package provides this... but it seems this lacks a dependency on it:
>> import PyRTF
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/PyRTF/__init__.py", line 1, in <module>
    from	PropertySets	import	*
ModuleNotFoundError: No module named 'PropertySets'
>>> import PyRTF
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib64/python3.6/site-packages/PyRTF/__init__.py", line 1, in <module>
    from	PropertySets	import	*
ModuleNotFoundError: No module named 'PropertySets'
>>> import PyRTF
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib64/python3.6/site-packages/PyRTF/__init__.py", line 1, in <module>
    from	PropertySets	import	*
ModuleNotFoundError: No module named 'PropertySets'
Comment 1 Pacho Ramos gentoo-dev 2018-06-28 19:10:19 UTC
anyway... I am not sure if we really need this: last release in 2005 and no reverse deps in the tree
Comment 2 Larry the Git Cow gentoo-dev 2018-07-25 23:11:51 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4cb5da2bd25b99240f5c71ee18e301a56ec6b27

commit f4cb5da2bd25b99240f5c71ee18e301a56ec6b27
Author:     Mikle Kolyada <zlogene@gentoo.org>
AuthorDate: 2018-07-25 23:10:50 +0000
Commit:     Mikle Kolyada <zlogene@gentoo.org>
CommitDate: 2018-07-25 23:10:50 +0000

    dev-python/pyrtf: remove last rited package
    
    Closes: https://bugs.gentoo.org/658984

 dev-python/pyrtf/Manifest             |  1 -
 dev-python/pyrtf/metadata.xml         | 11 -----------
 dev-python/pyrtf/pyrtf-0.45-r2.ebuild | 25 -------------------------
 3 files changed, 37 deletions(-)