Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 482442 - dev-python/foolscap migrate to distutils-r1
Summary: dev-python/foolscap migrate to distutils-r1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-25 18:23 UTC by Julian Ospald
Modified: 2013-08-26 06:44 UTC (History)
0 users

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 Julian Ospald 2013-08-25 18:23:25 UTC
blocks consistent deps for net-fs/tahoe-lafs
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-08-25 20:47:09 UTC
I'm on it. Though it's a mess because of 452350.
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-08-25 21:07:16 UTC
And committed.
Comment 3 Julian Ospald 2013-08-25 23:29:51 UTC
egg info shit trouble:

==========
Traceback (most recent call last):
  File "setup.py", line 73, in <module>
    import setuptools
  File "/usr/lib64/python2.7/site-packages/setuptools/__init__.py", line 2, in <module>
    from setuptools.extension import Extension, Library
  File "/usr/lib64/python2.7/site-packages/setuptools/extension.py", line 5, in <module>
    from setuptools.dist import _get_unpatched
  File "/usr/lib64/python2.7/site-packages/setuptools/dist.py", line 7, in <module>
    from setuptools.command.install import install
  File "/usr/lib64/python2.7/site-packages/setuptools/command/__init__.py", line 8, in <module>
    from setuptools.command import install_scripts
  File "/usr/lib64/python2.7/site-packages/setuptools/command/install_scripts.py", line 3, in <module>
    from pkg_resources import Distribution, PathMetadata, ensure_directory
  File "/usr/lib64/python2.7/site-packages/pkg_resources.py", line 3007, in <module>
    working_set.require(__requires__)
  File "/usr/lib64/python2.7/site-packages/pkg_resources.py", line 728, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib64/python2.7/site-packages/pkg_resources.py", line 626, in resolve
    raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: twisted>=2.4.0



=========
# cat /usr/lib64/python2.7/site-packages/foolscap-0.6.4-py2.7.egg-info/requires.txt
twisted >= 2.4.0
Comment 4 Mike Gilbert gentoo-dev 2013-08-25 23:55:46 UTC
(In reply to Julian Ospald (hasufell) from comment #3)

Hmm... looks like the package assumes you install twisted from the consolidated tarball rather than installing the individual projects.

Can you file a new bug for this please?
Comment 5 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-08-26 06:44:46 UTC
Weird, I didn't get this. Your setuptools version?