﻿ticket	summary	component	version	milestone	type	owner	status	created	_changetime	_description	_reporter
1	Build debian package	component1			defect	somebody	new	2010-06-22T09:23:55Z	2010-06-22T09:23:55Z	"For : 

* lenny
* squeeze
* sid

Archs : i386 and amd64

This seems to already be work in progress : 

http://svn.debian.org/wsvn/python-modules/packages/pyutil/trunk/debian/changelog/?op=file&rev=0&sc=0"	arthur
6	pyutil-1.8.4 build failed on RHEL5	component1			defect	somebody	new	2012-01-05T12:53:49Z	2012-01-05T12:53:49Z	"{{{
<...>
running egg_info
writing requirements to pyutil.egg-info/requires.txt
writing pyutil.egg-info/PKG-INFO
writing top-level names to pyutil.egg-info/top_level.txt
writing dependency_links to pyutil.egg-info/dependency_links.txt
writing entry points to pyutil.egg-info/entry_points.txt
reading manifest file 'pyutil.egg-info/SOURCES.txt'
writing manifest file 'pyutil.egg-info/SOURCES.txt'
Traceback (most recent call last):
  File ""setup.py"", line 120, in ?
    zip_safe=False, # I prefer unzipped for easier access.
  File ""/usr/lib64/python2.4/distutils/core.py"", line 149, in setup
    dist.run_commands()
  File ""/usr/lib64/python2.4/distutils/dist.py"", line 946, in run_commands
    self.run_command(cmd)
  File ""/usr/lib64/python2.4/distutils/dist.py"", line 966, in run_command
    cmd_obj.run()
  File ""/home/vrusinov/muranorepo/BUILD/pyutil-1.8.4/setuptools-0.6c7-py2.4.egg/setuptools/command/install.py"", line 56, in run
  File ""/usr/lib64/python2.4/distutils/command/install.py"", line 510, in run
    self.run_command(cmd_name)
  File ""/usr/lib64/python2.4/distutils/cmd.py"", line 333, in run_command
    self.distribution.run_command(command)
  File ""/usr/lib64/python2.4/distutils/dist.py"", line 966, in run_command
    cmd_obj.run()
  File ""/home/vrusinov/muranorepo/BUILD/pyutil-1.8.4/setuptools-0.6c7-py2.4.egg/setuptools/command/install_egg_info.py"", line 38, in run
  File ""/usr/lib64/python2.4/distutils/cmd.py"", line 358, in execute
    util.execute(func, args, msg, dry_run=self.dry_run)
  File ""/usr/lib64/python2.4/distutils/util.py"", line 296, in execute
    log.info(msg)
  File ""/usr/lib64/python2.4/distutils/log.py"", line 33, in info
    self._log(INFO, msg, args)
  File ""/usr/lib64/python2.4/distutils/log.py"", line 23, in _log
    print msg % args
TypeError: not enough arguments for format string
error: Bad exit status from /var/tmp/rpm-tmp.43262 (%install)


RPM build errors:
    Bad exit status from /var/tmp/rpm-tmp.43262 (%install)
}}}


$ python -V
Python 2.4.3

$ rpm -qa python-setuptools
python-setuptools-0.6c5-2.el5

But that should not be relevant, as setup.py downloaded 0.6c7.

Anyway, I'll try newer setuptools and report back."	vrusinov
7	Improve ``README.rst`` with explicit dependencies.	component1			defect	somebody	new	2015-11-08T16:55:15Z	2015-11-08T22:55:26Z	In order to run ``setup.py trial`` as described in the ``README.rst`` users need some test tool dependencies (eg ``twisted``, ``setuptools_trial``) as well as some test-time dependencies (eg: ``simplejson``). To close this ticket, ensure these instructions are in the ``README.rst``.	nejucomo
5	port pyutil to python 3	component1			enhancement	earney	new	2011-11-06T00:28:39Z	2011-11-07T00:51:11Z	Since python 2.7 is the last python version in the 2.x series, we need to look into porting the pyutil code to work under 2.x and 3.x versions of python.	earney
