Magellan Linux

Diff of /trunk/extras/python3/python3-3.6.5-r1.smage2

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

revision 30852 by niro, Wed Apr 25 13:54:27 2018 UTC revision 30853 by niro, Thu Apr 26 09:27:08 2018 UTC
# Line 50  SRC_URI=( Line 50  SRC_URI=(
50   mirror://python/${SRCFILE}   mirror://python/${SRCFILE}
51   mirror://python/python-3.3.2-disable_modules_and_ssl.patch   mirror://python/python-3.3.2-disable_modules_and_ssl.patch
52   mirror://python/python-2.5.0-mimetypes-apache.patch   mirror://python/python-2.5.0-mimetypes-apache.patch
53   mirror://python/python-3.6.1-lib64-2.patch   mirror://python/python-3.6.5-lib64.patch
54  )  )
55    
56  # 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 65  src_prepare() Line 65  src_prepare()
65   mpatch python-3.3.2-disable_modules_and_ssl.patch || die   mpatch python-3.3.2-disable_modules_and_ssl.patch || die
66   mpatch python-2.5.0-mimetypes-apache.patch || die   mpatch python-2.5.0-mimetypes-apache.patch || die
67    
68   only-m64 mpatch python-3.6.1-lib64-2.patch || die   only-m64 mpatch python-3.6.5-lib64.patch || die
69    
70   # ensure to use system-wide copies of expat, zlib and libffi   # ensure to use system-wide copies of expat, zlib and libffi
71   # rather than copies shipped in the tarball   # rather than copies shipped in the tarball

Legend:
Removed from v.30852  
changed lines
  Added in v.30853