Magellan Linux

Diff of /smage/trunk/extras/python3/python3-3.7.1-r1.smage2

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

revision 12910 by niro, Thu Nov 22 12:54:44 2018 UTC revision 12911 by niro, Thu Nov 22 12:55:10 2018 UTC
# Line 57  SRC_URI=( Line 57  SRC_URI=(
57   mirror://python/${SRCFILE}   mirror://python/${SRCFILE}
58   mirror://python/python-3.7.0-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.7.1-lib64-2.patch   mirror://python/python-3.7.1-lib64.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 72  src_prepare() Line 72  src_prepare()
72   mpatch python-3.7.0-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.7.1-lib64-2.patch || die   only-m64 mpatch python-3.7.1-lib64.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.12910  
changed lines
  Added in v.12911