Differences between revisions 2 and 32 (spanning 30 versions)
Revision 2 as of 2007-08-04 19:16:23
Size: 807
Editor: PhilipJenvey
Comment: more additions
Revision 32 as of 2010-01-01 18:57:37
Size: 1048673
Editor: ip174-70-46-53
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Setuptools needs:

 * PEP 302: added in Jython 2.2

We don't have:

 * PEP 273 (the zipimport module)
  - Jython's ZipFileImporter is somewhat different that the CPython zipimport module -- it's not a module, and it does not maintain its own _zip_importer_cache (which setuptools utilizes) apart from sys.path_importer_cache
  
  - The Jython zipimport machinery is different: ZipFileImporter only imports zips if they're SyspathArchives: currently .zips and .jars. How does CPython zipimport identify .eggs as .zips (for the ez_setup bootstrap process)
 * distutils
  - requires this small patch: http://pylonshq.com/pasties/390 (jython's sys.executable is None)
 * tempfile.mkstemp
 * os.open is used for a small hack having to do with usage of tempfile.mkstemp
 * imp.acquire/release_lock
£5¢2­dѸ‰ÀO¹aаº
ñ
ˆÞ>;ž;v
!zþ‘álA°º
ñ
ˆÞ>;ž;v
!zþ‘álA°º
ñ
ˆ›Âz’ø©ª;8
Y
&ÎHœ(¾°«ìÒ—Žøu~*-€œE×<A¤xN®õžÁ˜Ù

9RYAN-PCñ³ÔˆýÑ–
€_ǒ5Hp¾°«ìÒ—Žøu~*-€œE×<A¤xN®õžp˜
PLPT(

£5¢2­dѸ‰ÀO¹aаº ñ ˆÞ>;ž;v !zþ‘álA°º ñ ˆÞ>;ž;v !zþ‘álA°º ñ ˆ›Âz’ø©ª;8 Y &ÎHœ(¾°«ìÒ—Žøu~*-€œE×<A¤xN®õžÁ˜Ù  9RYAN-PCñ³ÔˆýÑ– €_ǒ5Hp¾°«ìÒ—Žøu~*-€œE×<A¤xN®õžp˜ PLPT(

SetuptoolsOnJython (last edited 2010-01-02 16:58:16 by AndrewKuchling)