Magellan Linux

Diff of /smage/branches/alx07x-stable/extras/python3/python3-3.7.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 12909 by niro, Thu Nov 22 12:07:59 2018 UTC revision 12910 by niro, Thu Nov 22 12:54:44 2018 UTC
# Line 55  SRC_URI=( Line 55  SRC_URI=(
55   http://www.python.org/ftp/python/${PVER%.*}/${SRCFILE}   http://www.python.org/ftp/python/${PVER%.*}/${SRCFILE}
56   http://www.python.org/ftp/python/${PVER}/${SRCFILE}   http://www.python.org/ftp/python/${PVER}/${SRCFILE}
57   mirror://python/${SRCFILE}   mirror://python/${SRCFILE}
58   mirror://python/python-3.3.2-disable_modules_and_ssl.patch   mirror://python/python-3.7.0-disable_modules_and_ssl.patch
59   mirror://python/python-2.5.0-mimetypes-apache.patch   mirror://python/python-2.5.0-mimetypes-apache.patch
60   mirror://python/python-3.6.1-lib64-2.patch   mirror://python/python-3.7.1-lib64-2.patch
61  )  )
62    
63  # sed line: on 2 digits add an zero: 2.6 -> 2.6.0  # sed line: on 2 digits add an zero: 2.6 -> 2.6.0
# Line 69  src_prepare() Line 69  src_prepare()
69  {  {
70   munpack ${SRCFILE} || die   munpack ${SRCFILE} || die
71    
72   mpatch python-3.3.2-disable_modules_and_ssl.patch || die   mpatch python-3.7.0-disable_modules_and_ssl.patch || die
73   mpatch python-2.5.0-mimetypes-apache.patch || die   mpatch python-2.5.0-mimetypes-apache.patch || die
74    
75   only-m64 mpatch python-3.6.1-lib64-2.patch || die   only-m64 mpatch python-3.7.1-lib64-2.patch || die
76    
77   # ensure to use system-wide copies of expat, zlib and libffi   # ensure to use system-wide copies of expat, zlib and libffi
78   # rather than copies shipped in the tarball   # rather than copies shipped in the tarball

Legend:
Removed from v.12909  
changed lines
  Added in v.12910