Ticket #46568: python-select-support-easy_install.diff

File python-select-support-easy_install.diff, 10.6 KB (added by neverpanic (Clemens Lang), 9 years ago)
  • lang/python24/Portfile

     
    55
    66name                    python24
    77version                 2.4.6
    8 revision                10
     8revision                11
    99set major               [lindex [split $version .] 0]
    1010set branch              [join [lrange [split ${version} .] 0 1] .]
    1111categories              lang
  • lang/python24/files/python24

     
    66bin/smtpd2.4.py
    77-
    88-
     9bin/easy_install2.4
    910share/man/man1/python2.4.1.gz
    1011${frameworks_dir}/Python.framework/Versions/2.4
    1112${frameworks_dir}/Python.framework/Versions/2.4/Headers
  • lang/python24/files/python24-noframework

     
    66bin/smtpd2.4.py
    77-
    88-
     9bin/easy_install2.4
    910share/man/man1/python2.4.1.gz
    1011-
    1112-
  • lang/python25/Portfile

     
    66
    77name                    python25
    88version                 2.5.6
    9 revision                4
     9revision                5
    1010
    1111set branch              [join [lrange [split ${version} .] 0 1] .]
    1212categories              lang
  • lang/python25/files/python25

     
    66bin/smtpd2.5.py
    77-
    88-
     9bin/easy_install2.5
    910share/man/man1/python2.5.1.gz
    1011${frameworks_dir}/Python.framework/Versions/2.5
    1112${frameworks_dir}/Python.framework/Versions/2.5/Headers
  • lang/python26/Portfile

     
    77name                    python26
    88# Remember to keep py26-tkinter and py26-gdbm's versions sync'd with this
    99version                 2.6.9
    10 revision                1
     10revision                2
    1111set major               [lindex [split $version .] 0]
    1212set branch              [join [lrange [split ${version} .] 0 1] .]
    1313categories              lang
  • lang/python26/files/python26

     
    55bin/pydoc2.6
    66bin/smtpd2.6.py
    77bin/2to3-2.6
     8bin/easy_install-2.6
    89share/man/man1/python2.6.1
    910-
    1011${frameworks_dir}/Python.framework/Versions/2.6
  • lang/python27/Portfile

     
    88epoch               2
    99# Remember to keep py27-tkinter and py27-gdbm's versions sync'd with this
    1010version             2.7.9
     11revision            1
    1112
    1213set major           [lindex [split $version .] 0]
    1314set branch          [join [lrange [split ${version} .] 0 1] .]
  • lang/python27/files/python27

     
    55bin/pydoc2.7
    66bin/smtpd2.7.py
    77bin/2to3-2.7
     8bin/easy_install-2.7
    89share/man/man1/python2.7.1
    910-
    1011${frameworks_dir}/Python.framework/Versions/2.7
  • lang/python31/Portfile

     
    88epoch                   1
    99# Remember to keep py31-tkinter and py31-gdbm's versions sync'd with this
    1010version                 3.1.5
    11 revision                2
     11revision                3
    1212set major               [lindex [split $version .] 0]
    1313set branch              [join [lrange [split ${version} .] 0 1] .]
    1414categories              lang
  • lang/python31/files/python31

     
    55bin/pydoc3.1
    66-
    77bin/2to3-3.1
     8bin/easy_install-3.1
    89share/man/man1/python3.1.1
    910-
    1011${frameworks_dir}/Python.framework/Versions/3.1
  • lang/python32/Portfile

     
    88epoch                   20120412
    99# Remember to keep py32-tkinter and py32-gdbm's versions sync'd with this
    1010version                 3.2.6
    11 revision                1
     11revision                2
    1212
    1313set major               [lindex [split $version .] 0]
    1414set branch              [join [lrange [split ${version} .] 0 1] .]
  • lang/python32/files/python32

     
    55bin/pydoc3.2
    66-
    77bin/2to3-3.2
     8bin/easy_install-3.2
    89share/man/man1/python3.2.1
    910-
    1011${frameworks_dir}/Python.framework/Versions/3.2
  • lang/python33/Portfile

     
    88
    99# Remember to keep py33-tkinter and py33-gdbm's versions sync'd with this
    1010version                 3.3.6
    11 revision                1
     11revision                2
    1212
    1313epoch                   20141012
    1414
  • lang/python33/files/python33

     
    55bin/pydoc3.3
    66-
    77bin/2to3-3.3
     8bin/easy_install-3.3
    89share/man/man1/python3.3.1
    910-
    1011${frameworks_dir}/Python.framework/Versions/3.3
  • lang/python34/Portfile

     
    88
    99# Remember to keep py34-tkinter and py34-gdbm's versions sync'd with this
    1010version                 3.4.2
    11 revision                1
     11revision                2
    1212
    1313epoch                   20141008
    1414
  • lang/python34/files/python34

     
    55bin/pydoc3.4
    66-
    77bin/2to3-3.4
     8bin/easy_install-3.4
    89share/man/man1/python3.4.1
    910-
    1011${frameworks_dir}/Python.framework/Versions/3.4
  • sysutils/python_select/Portfile

     
    55
    66name                    python_select
    77version                 0.3
    8 revision                4
     8revision                5
    99categories              sysutils
    1010platforms               darwin
    1111license                 BSD
  • sysutils/python_select/files/base

     
    55bin/pydoc
    66bin/smtpd.py
    77bin/2to3
     8bin/easy_install
    89share/man/man1/python.1
    910share/man/man1/python.1.gz
    1011${frameworks_dir}/Python.framework/Versions/Current
  • sysutils/python_select/files/none

     
    1111-
    1212-
    1313-
     14-
  • sysutils/python_select/files/python23-apple

     
    55/usr/bin/pydoc
    66-
    77-
     8-
    89/usr/share/man/man1/python2.3.1
    910-
    1011-
  • sysutils/python_select/files/python25-apple

     
    55/usr/bin/pydoc2.5
    66/usr/bin/smtpd2.5.py
    77-
     8/usr/bin/easy_install-2.5
    89-
    910/usr/share/man/man1/python2.5.1.gz
    1011-
  • sysutils/python_select/files/python25-apple.mtln

     
    55/usr/bin/pydoc2.5
    66/usr/bin/smtpd2.5.py
    77-
     8/usr/bin/easy_install-2.5
    89/usr/share/man/man1/python2.5.1
    910-
    1011-
  • sysutils/python_select/files/python26-apple

     
    55/usr/bin/pydoc2.6
    66/usr/bin/smtpd2.6.py
    77/usr/bin/2to32.6
     8/usr/bin/easy_install-2.6
    89-
    910/usr/share/man/man1/python2.6.1.gz
    1011-
  • sysutils/python_select/files/python26-apple.mtln

     
    55/usr/bin/pydoc2.6
    66/usr/bin/smtpd2.6.py
    77/usr/bin/2to32.6
     8/usr/bin/easy_install-2.6
    89/usr/share/man/man1/python2.6.1
    910-
    1011-
  • sysutils/python_select/files/python27-apple

     
    55/usr/bin/pydoc2.7
    66/usr/bin/smtpd2.7.py
    77/usr/bin/2to3-2.7
     8/usr/bin/easy_install-2.7
    89-
    910/usr/share/man/man1/python2.7.1.gz
    1011-
  • sysutils/python_select/files/python27-apple.mtln

     
    55/usr/bin/pydoc2.7
    66/usr/bin/smtpd2.7.py
    77/usr/bin/2to3-2.7
     8/usr/bin/easy_install-2.7
    89/usr/share/man/man1/python2.7.1
    910-
    1011-