New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #12369: py25_coremodules.diff

File py25_coremodules.diff, 28.2 KB (added by arthurk@…, 3 years ago)
  • dports/python/py25-cython/Portfile

     
    2323                    sha1 0066194ec056bfe90ef8358b06501a5250e7f10f \ 
    2424                    rmd160 84e2d4ae5f092494ebdf8a8f50b9643535693568 
    2525 
    26 depends_lib         port:py25-hashlib 
    27  
    2826post-destroot { 
    2927    xinstall -m 644 -W ${worksrcpath}/Doc About.html FAQ.html \ 
    3028        extension_types.html index.html overview.html primes.c sharing.html \ 
  • dports/python/py25-clientform/Portfile

     
    2222                    sha1 ab07cf5bc293ffa1676bb7f4c5c756cb2907d782 \ 
    2323                    rmd160 f82975f171ef3c673d78fa08f7ade3205a0cc87a 
    2424 
    25 depends_lib-append  port:py25-hashlib \ 
    26                     port:py25-zlib 
    27  
    2825test.run            yes 
    2926test.cmd            ${python.bin} 
    3027test.target         test.py 
  • dports/python/rdiff-backup-devel/Portfile

     
    3535platforms               darwin 
    3636 
    3737depends_lib-append      lib:librsync:librsync \ 
    38                         port:py25-hashlib \ 
    39                         port:py25-xattr \ 
    40                         port:py25-zlib 
     38                        port:py25-xattr 
    4139 
    4240patchfiles              patch-setup.py.diff \ 
    4341                        patch-rdiff-backup.1.diff 
  • dports/python/py25-pyrex/Portfile

     
    2222                  sha1 8ee6fa87bae48a74f58e8328316aff4863ef7c05 \ 
    2323                  rmd160 ff79e39956afecf354bbe71d9f1e15cf9abf153d 
    2424 
    25 depends_lib-append  port:py25-hashlib 
    26  
    2725post-destroot { 
    2826  xinstall -m 644 -W ${worksrcpath}/Doc About.html FAQ.html \ 
    2927    index.html primes.c ${destroot}${prefix}/share/doc/${name} 
  • dports/python/py25-formencode/Portfile

     
    1717checksums               md5     da23d54af521d1feab12b4caf30e3111 \ 
    1818                                sha1    573359ec15934be9b1e74c11e1796b8df872c677 \ 
    1919                                rmd160  e829668f767ff47a5b62416d8ee2ea282fa633bd 
    20 depends_lib             port:py25-hashlib \ 
    21                         port:py25-setuptools 
     20depends_lib             port:py25-setuptools 
    2221 
    2322post-destroot { 
    2423        xinstall -m 644 -W ${worksrcpath}/docs community.txt index.txt news.txt \ 
  • dports/python/py25-setuptools/Portfile

     
    1919master_sites            http://cheeseshop.python.org/packages/source/s/setuptools/ 
    2020distname                        setuptools-${version} 
    2121 
    22 depends_build                   port:py25-hashlib 
    23  
    24 depends_lib-append              port:py25-zlib 
    25  
    2622checksums           md5     3864c01d9c719c8924c455714492295e \ 
    2723                    sha1    79086433b341f0c1df45e10d586a7d3cc25089f1 \ 
    2824                    rmd160  bc0ee3821e76b57fd13425b16c4419dbccf95ed9 
  • dports/python/py25-scipy/Portfile

     
    2222 
    2323depends_lib-append      port:py25-numpy \ 
    2424                        port:py25-nose \ 
    25                         port:py25-zlib \ 
    2625                        port:SuiteSparse \ 
    2726                        port:swig 
    2827 
  • dports/python/py25-smisk/Portfile

     
    2121 
    2222depends_lib-append  port:fcgi \ 
    2323                    port:py25-setuptools \ 
    24                     port:py25-readline \ 
    2524                    port:py25-elixir \ 
    2625                    port:py25-mako \ 
    2726                    port:py25-cjson \ 
     
    3130  # Smisk will tell the user when she is trying to use a part of Smisk which 
    3231  # requires a certain module which is not available, thus no extra 
    3332  # configuration is required. 
    34   depends_lib-delete  port:py25-readline \ 
    35                       port:py25-elixir \ 
     33  depends_lib-delete  port:py25-elixir \ 
    3634                      port:py25-mako \ 
    3735                      port:py25-cjson \ 
    3836                      port:py25-yaml 
  • dports/python/py25-pyx/Portfile

     
    2222distname                PyX-${version} 
    2323checksums               sha1 e8a9219192daff9fd8eb479d5987cbc7e37b0188 
    2424 
    25 depends_lib-append      bin:tex:texlive port:py25-zlib 
     25depends_lib-append      bin:tex:texlive 
    2626 
    2727post-destroot { 
    2828        xinstall -m 644 -W ${worksrcpath} AUTHORS CHANGES INSTALL LICENSE \ 
  • dports/python/py25-pyobjc2-cocoa/Portfile

     
    1616 
    1717homepage        http://pyobjc.sourceforge.net/ 
    1818 
    19 depends_lib-append     port:py25-pyobjc2 \ 
    20                 port:py25-hashlib \ 
    21                 port:py25-zlib 
     19depends_lib-append     port:py25-pyobjc2 
    2220 
    2321fetch.type      svn 
    2422svn.url         http://svn.red-bean.com/pyobjc/tags/r200-leopard/pyobjc-framework-Cocoa/ 
  • dports/python/rdiff-backup/Portfile

     
    3131platforms       darwin 
    3232 
    3333depends_lib-append  port:librsync \ 
    34                     port:py25-hashlib \ 
    35                     port:py25-xattr \ 
    36                     port:py25-zlib 
     34                    port:py25-xattr 
    3735 
    3836patchfiles      patch-setup.py \ 
    3937                patch-rdiff-backup.1 
  • dports/python/py25-gdata/Portfile

     
    2323                    rmd160 4082397a7180198c1963fde726bb91c360f27e20 
    2424 
    2525depends_lib         port:py25-setuptools \ 
    26                     port:py25-elementtree \ 
    27                     port:py25-socket-ssl 
     26                    port:py25-elementtree 
    2827 
    2928post-destroot { 
    3029 
  • dports/python/py25-opengl/Portfile

     
    2525                    rmd160  9ee8598410fb0384ded76b691b8cb89914ea95c7 
    2626 
    2727depends_build-append port:py25-setuptools 
    28 depends_lib-append   port:py25-tkinter port:py25-pil port:py25-numpy 
     28depends_lib-append   port:port:py25-pil port:py25-numpy 
    2929 
    3030test.run             yes 
    3131 
  • dports/python/py25-mutagen/Portfile

     
    2626                    sha1    831e618f6f0778a5cc285332d3d1e363dd31d652 \ 
    2727                    rmd160  2763d311941e8408d800d929a731a89f443c66b6 
    2828 
    29 depends_lib     port:py25-zlib 
    3029livecheck.check         regex 
    3130livecheck.url           http://code.google.com/p/quodlibet/downloads/list 
    3231livecheck.regex "mutagen-(\\d+(?:\\.\\d+)*)${extract.suffix}" 
  • dports/python/py25-pydicom/Portfile

     
    2626                    sha1 d6a7c91e7408e513690d67284f9347d739ebacea \ 
    2727                    rmd160 53e2b5177d3a2b44d9f3150016ff25023905b5b2 
    2828 
    29 depends_lib-append  port:py25-numpy \ 
    30                     port:py25-zlib 
     29depends_lib-append  port:py25-numpy 
  • dports/python/py25-pygments/Portfile

     
    2020master_sites        http://pypi.python.org/packages/source/P/Pygments 
    2121distname            Pygments-${version} 
    2222 
    23 depends_lib         port:py25-setuptools port:py25-hashlib 
     23depends_lib         port:py25-setuptools 
    2424 
    2525checksums           md5     70c40ff5331460cabfcb24f86a8d451d \ 
    2626                    sha1    b71e33147fc402e361227b30e1f589eecafd42a7 \ 
  • dports/python/py25-matplotlib/Portfile

     
    8585} 
    8686 
    8787variant tkinter description "Enable tkAgg backend" { 
    88   depends_lib-append port:py25-tkinter 
    8988  post-patch { 
    9089    reinplace "s|^tkagg=False|tkagg=True|" ${worksrcpath}/setup.cfg 
    9190  } 
  • dports/python/py25-lxml/Portfile

     
    2323                  sha1    746ff9e165fc911a34a25936b6ed122f37241504 \ 
    2424                  rmd160  fd884d36b68391b3093d6ab1a949155b52909b9d 
    2525distname          lxml-${version} 
    26 depends_lib-append port:libxml2 port:libxslt port:py25-hashlib port:py25-setuptools port:py25-zlib 
     26depends_lib-append port:libxml2 port:libxslt port:py25-setuptools 
    2727 
    2828livecheck.check regex 
    2929livecheck.url   ${master_sites} 
  • dports/python/py25-numpy/Portfile

     
    2323                    patch-f2py_setup.py.diff 
    2424 
    2525depends_lib-append  port:fftw-3 \ 
    26                     port:py25-hashlib \ 
    2726                    port:py25-nose 
    2827 
    2928post-patch { 
  • dports/python/py25-clientcookie/Portfile

     
    2222                        sha1    fc54adb762618d3a9fdeca9ed45b982c2bde940c \ 
    2323                        rmd160  0c557c11efee3ada975235ed72252176c059e5d2 
    2424 
    25 depends_lib-append      port:py25-setuptools \ 
    26                         port:py25-bsddb 
     25depends_lib-append      port:py25-setuptools 
    2726 
    2827test.run                yes 
    2928test.cmd                ${python.bin} 
  • dports/python/py25-ipython/Portfile

     
    2626 
    2727use_parallel_build      yes 
    2828 
    29 depends_run-append      port:py25-readline \ 
    30                         port:py25-hashlib 
    31  
    3229test.run                no 
    3330 
    3431post-destroot { 
  • dports/python/py25-yum-metadata-parser/Portfile

     
    1616distname                yum-metadata-parser-${version} 
    1717checksums               md5 13df226ef004ea78eebc59022720b536 
    1818 
    19 depends_lib-append      port:py25-sqlite3 port:glib2 port:libxml2 port:sqlite3 
     19depends_lib-append      port:port:glib2 port:libxml2 port:sqlite3 
    2020depends_build-append    port:pkgconfig 
    2121 
    2222livecheck.check regex 
  • dports/python/py25-pmw/Portfile

     
    2222                    rmd160 ad3fca73405a8c8a7e2ec81096b00665e2937964 
    2323 
    2424worksrcdir          ${distname}/src 
    25  
    26 depends_lib-append  port:py25-tkinter 
  • dports/www/linkchecker/Portfile

     
    2323master_sites    sourceforge 
    2424checksums               sha1 392d7e21ea1319b4a81616dad06cf4d0d1ad77a6 
    2525distname                LinkChecker-${version} 
    26 depends_lib-append      port:py25-zlib 
    2726 
    2827livecheck.check freshmeat 
    2928livecheck.version       5.0 
  • dports/devel/mercurial/Portfile

     
    2929                    sha1    f40282bbb17fedb08b16aa7a4eeb1da7b6a6f1cb \ 
    3030                    rmd160  37c94e5ef9cdc639fe23622ddaf97b2230ec2216 
    3131 
    32 depends_lib-append  port:py25-zlib port:py25-hashlib port:py25-bz2 
    33  
    3432post-destroot { 
    3533    # install html docs 
    3634    xinstall -m 644 -W ${worksrcpath}/doc hg.1.html hgrc.5.html hgignore.5.html \ 
  • dports/devel/buildbot/Portfile

     
    1818                        sha1    799bf66cf4d6f8b9f94c0b167ac14b1198afdb7d \ 
    1919                        rmd160  bdd9a8d6daf9e947e52784ee6d5fb30285f8d8b6 
    2020 
    21 depends_lib-append      port:py25-twisted port:py25-hashlib port:py25-zlib port:py25-bz2 
     21depends_lib-append      port:py25-twisted 
    2222 
    2323post-destroot   { 
    2424        xinstall -m 644 ${worksrcpath}/README \ 
  • dports/devel/bzr/Portfile

     
    3030 
    3131depends_lib-append  port:py25-paramiko \ 
    3232                    port:py25-crypto \ 
    33                     port:py25-hashlib \ 
    34                     port:py25-zlib \ 
    35                     port:py25-bz2 \ 
    36                     port:py25-socket-ssl \ 
    3733                    port:py25-curl \ 
    3834                    port:py25-docutils \ 
    39                     port:py25-pyrex \ 
    40                     port:py25-curses 
     35                    port:py25-pyrex 
    4136 
    4237test.run      yes 
    4338test.cmd      make 
  • dports/devel/iso-codes/Portfile

     
    2323                    rmd160  e5199e5c3dda31b9163397fb905c1b1204a68847 
    2424 
    2525depends_build       port:gettext \ 
    26                     port:python25 \ 
    27                     port:py25-hashlib 
     26                    port:python25 
    2827 
    2928post-patch { 
    3029    reinplace "s|#!/usr/bin/env python|#!${prefix}/bin/python2.5|g" \ 
  • dports/devel/PIDA/Portfile

     
    1515checksums       md5 d24bbdc2c07172062cf55dffe58c85f6 
    1616depends_lib     port:py25-gtk \ 
    1717                port:py25-gnome \ 
    18                 port:py25-zlib \ 
    1918                port:kiwi \ 
    2019                port:librsvg \ 
    2120                port:vte \ 
  • dports/devel/unsermake/Portfile

     
    2020checksums       md5 b794f83bdc3f6205d1fd731da4e96d89 
    2121worksrcdir      ${name} 
    2222 
    23 depends_run     port:py25-zlib \ 
    24                 port:python25 
     23depends_run     port:python25 
    2524 
    2625patch { 
    2726    reinplace "s|exec python|exec ${prefix}/bin/python2.5|" ${worksrcpath}/unsermake 
  • dports/devel/bzr-svn/Portfile

     
    2626 
    2727depends_lib-append  port:bzr \ 
    2828                    port:bzr-rebase \ 
    29                     port:py25-sqlite3 \ 
    3029                    port:py25-subvertpy 
    3130 
    3231universal_variant   no 
  • dports/devel/scons/Portfile

     
    2020homepage                        http://www.scons.org/ 
    2121master_sites            sourceforge 
    2222 
    23 depends_lib-append  port:py25-hashlib 
    24  
    2523checksums           md5     53b6aa7281811717a57598e319441cf7 \ 
    2624                    sha1    cd6be8698a384ea2ac4f5191cef94f57b2f84bbb \ 
    2725                    rmd160  69c1fcc7c3af55c801f26fc7370dd01a17dc2327 
  • dports/devel/cvs2svn/Portfile

     
    2626test.cmd                ${prefix}/bin/python2.5 
    2727test.target             run-tests.py 
    2828 
    29 depends_lib-append      port:py25-bsddb port:py25-hashlib \ 
    30                         port:py25-zlib 
    31  
    3229post-destroot { 
    3330        xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} 
    3431        xinstall -m 644 -W ${worksrcpath} BUGS CHANGES COMMITTERS COPYING \ 
  • dports/devel/subversion-python25bindings/Portfile

     
    2828                        port:apr port:apr-util \ 
    2929                        port:db46 port:subversion \ 
    3030                        port:python25 \ 
    31                         port:py25-bsddb port:sqlite3 \ 
     31                        port:sqlite3 \ 
    3232                        port:gettext port:libiconv \ 
    3333                        port:serf port:cyrus-sasl2 
    3434 
     
    7777                        } 
    7878 
    7979variant no_bdb description {Build without support for BerkeleyDB repositories} { 
    80                         depends_lib-delete      port:db46 port:py25-bsddb 
     80                        depends_lib-delete      port:db46 
    8181                        configure.args-delete   --with-berkeley-db=yes 
    8282                        configure.args-append   --without-berkeley-db 
    8383                        } 
  • dports/devel/svndumptool/Portfile

     
    3030    sha1    54ecbb4d4c870a082141ffb1104fd4dfade2add9 \ 
    3131    rmd160  6b32ba863719ac63d22eb6f401b42869055f569b 
    3232 
    33 depends_lib-append \ 
    34     port:py25-hashlib 
    35  
    3633livecheck.check         regex 
    3734livecheck.url           ${homepage} 
    3835livecheck.regex         ${name}-(\[0-9.\]+)\\.tar 
  • dports/sysutils/duplicity/Portfile

     
    3131 
    3232depends_run-append  port:py25-gnupg \ 
    3333                    port:py25-boto \ 
    34                     port:py25-zlib \ 
    35                     port:py25-hashlib \ 
    3634                    port:ncftp 
    3735 
    3836build.cmd-append    --librsync-dir=${prefix} 
  • dports/audio/lastmp/Portfile

     
    2222                rmd160 c6a06aa3931b823ee8de2e863812b1a8542ffa47 
    2323 
    2424depends_lib-append  port:py25-mpdclient2 \ 
    25                     port:py25-hashlib \ 
    2625                    port:lastfmsubmitd 
    2726 
    2827set conf lastmp.conf.sample 
  • dports/audio/xmms2/Portfile

     
    2020 
    2121set my_python           ${prefix}/bin/python2.5 
    2222depends_build           port:python25 \ 
    23                         port:py25-hashlib \ 
    24                         port:py25-zlib \ 
    2523                        port:pkgconfig 
    2624depends_lib             port:glib2 \ 
    2725                        port:gettext \ 
  • dports/audio/lastfmsubmitd/Portfile

     
    2222                sha1 98fb020a54f8e49b16090fb1af07912a12351d8f \ 
    2323                rmd160 c6a06aa3931b823ee8de2e863812b1a8542ffa47 
    2424 
    25 depends_lib-append  port:py25-hashlib 
    26  
    2725set dirs { /var/spool/lastfm /var/run/lastfm /var/log/lastfm } 
    2826set conf lastfmsubmitd.conf.sample 
    2927set user "lastfm" 
  • dports/fuse/gmailfs/Portfile

     
    2222 
    2323depends_run     port:macfuse \ 
    2424                port:python25 \ 
    25                 port:py25-hashlib \ 
    26                 port:py25-socket-ssl \ 
    2725                port:py25-openssl \ 
    2826                port:py25-libgmail \ 
    2927                port:fuse-bindings-python25 
  • dports/news/xpn/Portfile

     
    1919checksums       md5     6b77345290a27406e411ea0ffa54780f \ 
    2020                sha1    929a8e809121f3e286d5f36a76a0db5e2fa2875e \ 
    2121                rmd160  672bb8cd22d8e4d03b98cf34701451225f35a9b7 
    22 depends_lib     port:py25-gtk \ 
    23                 port:py25-sqlite3 
     22depends_lib     port:py25-gtk 
    2423use_configure   no 
    2524universal_variant no 
    2625build           {} 
  • dports/lang/python25/Portfile

     
    55 
    66name                    python25 
    77version                 2.5.4 
    8 revision                3 
     8revision                4 
    99set branch              [join [lrange [split ${version} .] 0 1] .] 
    1010categories              lang 
    1111platforms               darwin 
     
    2828# patch-Lib-distutils-dist.py.diff comes from 
    2929# <http://bugs.python.org/issue1180> 
    3030patchfiles              patch-Makefile.pre.in.diff \ 
    31                         patch-setup.py.diff \ 
    3231                        patch-Lib-cgi.py.diff \ 
    3332                        patch-Lib-distutils-dist.py.diff 
    3433 
    35 depends_lib             port:gettext 
     34depends_lib             port:gettext port:zlib port:openssl \  
     35                        port:sqlite3 port:db46 port:bzip2 \  
     36                        port:gdbm port:readline port:ncursesw 
    3637 
    3738configure.args          --enable-shared \ 
    3839                        --enable-framework=${frameworks_dir} \ 
    3940                        --mandir=${prefix}/share/man \ 
    40                         --without-readline \ 
    4141                        --disable-tk \ 
    4242                        --enable-ipv6 
    4343 
  • dports/mail/mailman/Portfile

     
    2424 
    2525platforms               darwin 
    2626 
    27 depends_lib             port:python25 port:py25-hashlib 
     27depends_lib             port:python25 
    2828 
    2929# Create a startupitem 
    3030startupitem.create      yes 
  • dports/mail/offlineimap/Portfile

     
    3737worksrcdir              ${name} 
    3838checksums               md5 0c81d33e123c3d5b6645a68a809bcaef 
    3939 
    40 depends_lib-append      port:py25-hashlib port:py25-socket-ssl 
    41  
    4240destroot.target         install --no-compile 
    4341 
    4442post-destroot { 
  • dports/net/avahi/Portfile

     
    5252                port:dbus-python25 \ 
    5353                port:expat \ 
    5454                port:gdbm \ 
    55                 port:py25-gdbm \ 
    5655                port:py25-gtk \ 
    5756                port:gettext \ 
    5857                port:libiconv 
  • dports/net/deluge/Portfile

     
    2727        port:gettext \ 
    2828        port:librsvg \ 
    2929        port:py25-gtk \ 
    30         port:py25-hashlib \ 
    3130        port:py25-setuptools \ 
    3231        port:py25-xdg \ 
    33         port:py25-zlib \ 
    3432        port:boost 
    3533 
    3634#patchfiles  patch-setup.py.diff 
  • dports/net/nmap/Portfile

     
    6161 
    6262variant zenmap description {build zenmap in addition to nmap} { 
    6363                        configure.args-delete --without-zenmap 
    64                         depends_lib-append port:py25-gtk port:py25-sqlite3 
     64                        depends_lib-append port:py25-gtk 
    6565                } 
  • dports/net/gajim/Portfile

     
    4242                    port:py25-gtk \ 
    4343                    port:py25-gobject \ 
    4444                    port:py25-docutils \ 
    45                     port:py25-sqlite3 \ 
    46                     port:py25-socket-ssl \ 
    4745                    port:dbus-python25 
    4846 
    4947configure.args      --disable-trayicon \ 
  • dports/net/gajim-devel/Portfile

     
    3939                    port:py25-gtk \ 
    4040                    port:py25-gobject \ 
    4141                    port:py25-docutils \ 
    42                     port:py25-sqlite3 \ 
    4342                    port:py25-openssl \ 
    44                     port:py25-zlib \ 
    4543                    port:Growl 
    4644 
    4745post-patch { 
  • dports/net/umit/Portfile

     
    2323 
    2424depends_lib     port:coreutils\ 
    2525                port:nmap \ 
    26                 port:py25-gtk\ 
    27                 port:py25-sqlite3 
     26                port:py25-gtk 
    2827 
    2928use_bzip2       yes 
    3029 
  • dports/gnome/gnome-doc-utils/Portfile

     
    3434    port:libiconv \ 
    3535    port:libxml2 \ 
    3636    port:libxslt \ 
    37     port:py25-hashlib \ 
    3837    port:py25-libxml2 \ 
    3938    port:python25 
    4039 
  • dports/gnome/gramps/Portfile

     
    4242depends_lib                     bin:update-mime-database:shared-mime-info \ 
    4343                                port:py25-gtk \ 
    4444                                port:py25-gnome \ 
    45                                 port:py25-bsddb \ 
    46                                 port:py25-hashlib \ 
    47                                 port:py25-zlib \ 
    4845                                port:gtkspell2 \ 
    4946                                port:aspell-dict-en \ 
    5047                                port:gnome-python-extras 
  • dports/security/kedpm/Portfile

     
    2525use_bzip2           yes 
    2626checksums           sha1 7319b45efced4995d85fba0bceefb5c5f0313852 
    2727 
    28 depends_lib         port:python25 port:py25-crypto port:py25-hashlib \ 
    29                     port:py25-gtk port:py25-readline port:libglade2 
     28depends_lib         port:python25 port:py25-crypto port:py25-gtk port:libglade2 
    3029 
    3130use_configure       no 
    3231# use_build doesn't seem to exist 
  • dports/science/bkchem/Portfile

     
    1818                    sha1 0a3ea20ef4aa1348553a0ae2eded2cfc01180f8e \ 
    1919                    rmd160 3489f9c39171befa4d89df54667becef61f9657c 
    2020 
    21 depends_lib-append  port:py25-tkinter 
    22  
    2321patchfiles          patch-setup.py.diff 
    2422 
    2523post-patch { 
  • dports/science/glue/Portfile

     
    2424 
    2525depends_lib-append port:py25-numpy \ 
    2626                   port:py25-pyrxp \ 
    27                    port:py25-socket-ssl \ 
    2827                   port:py25-m2crypto 
    2928 
    3029livecheck.check  regex