[pygr-notify] Issue 20 in pygr: refactor setup.py, add distutils & better import test

codesite-noreply at google.com codesite-noreply at google.com
Sat Jun 21 14:13:05 PDT 2008


Issue 20: refactor setup.py, add distutils & better import test
http://code.google.com/p/pygr/issues/detail?id=20

New issue report by ti... at idyll.org:
This wholesale editing of setup.py adds:

 - PEP-8 compliant spacing, commenting, etc.

 - attempt to use setuptools (easy_install) rather than distutils.  setuptools
   is backwards compatible with distutils but supports a bunch of new options,
   including egg generation.

 - switch to imp.find_module to directly attempt import of pyx extension
   modules, rather than path mangling + 'exec import', which is more fragile
   and error prone.

 - direct use of os.path.sep instead of guessing based on os.path.join output


Attachments:
	0006-refactoring-of-setup.py-to-add-distutils-better-imp.patch  11.8 KB


Issue attributes:
	Status: New
	Owner: ti... at idyll.org
	Labels: Type-Patch Priority-Medium

-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings



More information about the pygr-notify mailing list