pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: pkgsrc/devel/py-setuptools



On Tue, Sep 03, 2013 at 10:29:33AM +0200, Thomas Klausner wrote:
 > On Tue, Sep 03, 2013 at 08:20:22AM +0000, David Holland wrote:
 > > On netbsd-5, this won't fetch owing to https:.
 > 
 > The file is now on nbftp.
 > 
 > I usually upload them, but forgot this time. The weekly cronjob
 > reminds me :)

no worries, it just produces a strange failure mode until you notice
the 's'.

however, I needed to change rm to rm -f in the post-install rule (the
file it was removing wasn't there) and it seems to have broken
py-bsddb3, or at least py26-bsddb3:

Traceback (most recent call last):
  File "setup.py", line 5, in <module>
    import setup2
  File "/usr/pkgsrc/databases/py-bsddb3/work/bsddb3-5.3.0/setup2.py", line 423, 
in <module>
    'Programming Language :: Python :: 3.2',
  File "/usr/pkg/lib/python2.6/distutils/core.py", line 113, in setup
    _setup_distribution = dist = klass(attrs)
  File "/usr/pkg/lib/python2.6/site-packages/setuptools/dist.py", line 243, in 
__init__
    _Distribution.__init__(self,attrs)
  File "/usr/pkg/lib/python2.6/distutils/dist.py", line 270, in __init__
    self.finalize_options()
  File "/usr/pkg/lib/python2.6/site-packages/setuptools/dist.py", line 276, in 
finalize_options
    ep.load()(self, ep.name, value)
  File "/usr/pkg/lib/python2.6/site-packages/pkg_resources.py", line 2108, in 
load
    entry = __import__(self.module_name, globals(),globals(), ['__name__'])
  File "/usr/pkg/lib/python2.6/site-packages/setuptools/__init__.py", line 10, 
in <module>
    from setuptools.version import __version__
ImportError: No module named version
*** Error code 1

-- 
David A. Holland
dholland%netbsd.org@localhost



Home | Main Index | Thread Index | Old Index