| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sun, 11 Jan 2026 22:44:38 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20071228193313
location: https://web.archive.org/web/20071228193313/https://python25.darwinports.com/
server-timing: captures_list;dur=0.557890, exclusion.robots;dur=0.040392, exclusion.robots.policy;dur=0.029800, esindex;dur=0.011080, cdx.remote;dur=12.248239, LoadShardBlock;dur=766.459829, PetaboxLoader3.datanode;dur=755.169399
x-app-server: wwwb-app210-dc8
x-ts: 302
x-tr: 813
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app210; path=/
x-location: All
x-as: 14061
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Sun, 11 Jan 2026 22:44:38 GMT
content-type: text/html; charset=ISO-8859-1
x-archive-orig-date: Fri, 28 Dec 2007 19:37:25 GMT
x-archive-orig-server: Apache
x-archive-orig-vary: Accept-Encoding
x-archive-orig-connection: close
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: iso-8859-1
memento-datetime: Fri, 28 Dec 2007 19:33:13 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_1_20071228104436_crawl108-c/51_1_20071228193305_crawl109.arc.gz
server-timing: captures_list;dur=0.659093, exclusion.robots;dur=0.022732, exclusion.robots.policy;dur=0.010806, esindex;dur=0.011651, cdx.remote;dur=24.837337, LoadShardBlock;dur=185.272239, PetaboxLoader3.datanode;dur=224.489277, PetaboxLoader3.resolve;dur=146.169024, load_resource;dur=241.627486
x-app-server: wwwb-app210-dc8
x-ts: 200
x-tr: 538
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-as: 14061
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
python25 version 2.5.1 for Mac OS X 10.5 Leopard
|
|||||||||
Friday the 28th of December, 2007 |
|||||||||
python25 most recent diff
Scroll down toward the bottom of the page to get installation instructions for python25. The raw portfile for python25 2.5.1 is located here: https://python25.darwinports.com/dports/lang/python25/Portfile Find related portfiles with the unique DarwinPorts.com search feature. Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/python25 # $Id: Portfile 31555 2007-11-27 21:22:58Z mww PortSystem 1.0 Name: python25 Version: 2.5.1 revision 3 Category: lang Platform: darwin Maintainers: mww Description: An interpreted, object-oriented programming language Long Description: Python is an interpreted, interactive, object-oriented programming language. Homepage: https://www.python.org/ master_sites ${homepage}/ftp/python/${version}/ ftp://ftp.python.org/pub/python/${version}/ ftp://ftp.fastorama.com/mirrors/ftp.python.org/pub/python/${version}/ ftp://ftp.python.jp/pub/python/${version}/ distname Python-${version} use_bzip2 yes checksums md5 70084ffa561660f07de466c2c8c4842d sha1 993a66bd2dabb0c4f33ca98372576315ef113df6 rmd160 af0e8ed93bbc07015c338ae19bbee8811da21c1c depends_lib port:gettext patchfiles patch-configure patch-Makefile.pre.in patch-Misc-setuid-prog.c patch-Modules-posixmodule.c patch-setup.py patch-Lib-cgi.py configure.args --enable-shared --mandir=${prefix}/share/man --disable-framework post-patch { reinplace "s|__PREFIX__|${prefix}|g" ${worksrcpath}/Lib/cgi.py } test.run yes test.target test destroot.target altinstall maninstall post-destroot { set branche [join [lrange [split ${version} .] 0 1] .] foreach bin {idle pydoc smtpd.py} { move ${destroot}${prefix}/bin/${bin} ${destroot}${prefix}/bin/${bin}${branche} } move ${destroot}${prefix}/share/man/man1/python.1 ${destroot}${prefix}/share/man/man1/python${branche}.1 } platform darwin 7 { # there is no SystemStubs on 10.3 post-patch { reinplace "s|-lSystemStubs||g" ${worksrcpath}/Makefile.pre.in } # To avoid GCC incompatibility issue. See https://nxg.me.uk/note/2004/restFP/ (by ebgssth configure.ldflags-append "-lcc_dynamic" } platform darwin 8 { configure.compiler gcc-4.0 configure.args-append --with-cxx=/usr/bin/g++-4.0 } platform darwin 9 { configure.post_args-append OPT="-D__DARWIN_UNIX03" } Variant: universal { configure.args-append --enable-universalsdk } # for w/o quicktime sdk, etc. (be prepared for framework build, though) platform puredarwin { # configure.args-delete --enable-framework=${prefix}/Library/Frameworks configure.args-append --disable-toolbox-glue --disable-framework } livecheck.check regex livecheck.url ${homepage}download/releases/ livecheck.regex {Python (2\.5(?:\.\d+)*)} If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page. Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:
% cd /opt/local/bin/portslocation/dports/python25You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to: - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using python25 with these commands: % man python25 Where to find more information:
This website is back-ended by DB5, the best database in the business,
|
![]() |
![]() Digg python25 on MacOSX
Other Helpful SitesMacOSForgeDebian Packages MacPorts - SVN Freshports - FreeBSD Fink Package List RPM for MacOSX Port Categories
aqua
archivers audio benchmarks cad comms cross databases devel editors emulators games genealogy gnome gnustep graphics irc java kde lang math multimedia net news palm perl python ruby science security shells sysutils textproc www x11 xfce zope
Current CVS DownloadsDarwin Ports Current :nightly CVS snapshot OpenDarwin CVSWeb SSH Key Gen |
|||||||
| |




