New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #12417 (closed enhancement: worksforme)

Opened 4 years ago

Last modified 3 years ago

python 2.5 missing features

Reported by: bchesneau@… Owned by: mww@…
Priority: Normal Milestone:
Component: ports Version:
Keywords: python25 Cc: bchesneau@…, sfiera@…
Port:

Description

Python 2.5 is built without openssl, readline, bz2, zlib. This features are needed by a lot of python developpment. Readline is also a must have. Without it python shell don't works well (no backspace and such things).

Is there any reason they aren't here since python works well with them ?

Change History

Changed 4 years ago by sfiera@…

  • status changed from new to closed
  • cc bchesneau@…, sfiera@… added
  • resolution set to wontfix

readline, bz2, and zlib are provided for python25 by the py25-readline, py25-bz2, and py25-zlib ports, respectively. I don't see a py25-openssl but I think py25-crypto may have what you're looking for.

Changed 4 years ago by bchesneau@…

  • status changed from closed to reopened
  • resolution wontfix deleted

There is py-openssl but no py25-openssl + py-openssl even compiled for python25 don't provide good modules (md5, hashlib ...). So something important is missing.

The only way I found curently is to recompile python25 with it. Why not providing variants that use the right patch or something like it ?

Changed 4 years ago by nox@…

  • version 1.5.0 deleted
  • type changed from defect to enhancement
  • milestone set to Port Enhancements

Changed 4 years ago by raimue@…

The modules you are missing are most probably in py25-hashlib. See also #12369.

Changed 4 years ago by nirs@…

This is a duplicate of #12369

Changed 4 years ago by jmr@…

  • status changed from reopened to new
  • owner changed from macports-tickets@… to mww@…

Assigning to maintainer.

Changed 4 years ago by mww@…

  • status changed from new to closed
  • keywords python25 added
  • resolution set to worksforme

Changed 3 years ago by anonymous

  • milestone Port Enhancements deleted

Milestone Port Enhancements deleted

Note: See TracTickets for help on using tickets.