Magellan Linux

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

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

revision 31990 by niro, Tue Feb 12 09:06:42 2019 UTC revision 31991 by niro, Tue Feb 12 10:11:12 2019 UTC
# Line 51  SRC_URI=( Line 51  SRC_URI=(
51   mirror://python/python-3.7.0-disable_modules_and_ssl.patch   mirror://python/python-3.7.0-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.7.1-lib64.patch   mirror://python/python-3.7.1-lib64.patch
54     mirror://python/python-3.7.2-ftbfs.patch
55  )  )
56    
57  # 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 67  src_prepare() Line 68  src_prepare()
68    
69   only-m64 mpatch python-3.7.1-lib64.patch || die   only-m64 mpatch python-3.7.1-lib64.patch || die
70    
71     # ftbfs, see: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234409
72     mpatch python-3.7.2-ftbfs.patch || die
73    
74   # ensure to use system-wide copies of expat, libmpdec and libffi   # ensure to use system-wide copies of expat, libmpdec and libffi
75   # rather than copies shipped in the tarball   # rather than copies shipped in the tarball
76   all-abis 'rm -r Modules/expat || die'   all-abis 'rm -r Modules/expat || die'

Legend:
Removed from v.31990  
changed lines
  Added in v.31991