Ignore:
Timestamp:
01/29/2023 12:51:59 PM (20 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.3, 12.0, 12.1, 12.2, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/for-12.3, xry111/llvm18, xry111/spidermonkey128, xry111/xf86-video-removal
Children:
cb993ff
Parents:
eed39e3
Message:

Remove eol spaces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • stylesheets/pyhosted-inc.xsl

    reed39e3 r54d58907  
    3030
    3131  <para>
    32      This section is for user convenience and is optional. 
    33      It can be used to fetch and install all the pythonhosted.org module 
     32     This section is for user convenience and is optional.
     33     It can be used to fetch and install all the pythonhosted.org module
    3434     packages below in two convenient scripts.
    3535  </para>
     
    104104    <para>
    105105      The easiest way to install the modules from the files.pythonhosted.org site
    106       is to run a script to install them all at once. 
     106      is to run a script to install them all at once.
    107107    </para>
    108108
     
    122122
    123123    <screen><userinput>cat &gt; get-pythonhosted-files.sh &lt;&lt; "EOF"
    124 <literal>#! /bin/bash 
     124<literal>#! /bin/bash
    125125
    126126PYTHONHOSTED=https://files.pythonhosted.org/packages/source
     
    165165  name=$(echo $package|sed 's/-[[:digit:]].*$//')
    166166
    167   # Don't try to install the package if it already installed 
     167  # Don't try to install the package if it already installed
    168168  installed=$(pip3 show $name 2&gt; /dev/null | grep Version:)
    169    
     169
    170170  unset version
    171   if [ -n $installed ]; then   
    172     version=$(echo $installed | awk '{print $2}') 
     171  if [ -n $installed ]; then
     172    version=$(echo $installed | awk '{print $2}')
    173173  fi
    174174
     
    189189                      --no-user --upgrade $name
    190190  popd
    191 done</literal></userinput></screen> 
    192 
    193     <para>
    194        Now run the script to install the files.  If the script is run 
     191done</literal></userinput></screen>
     192
     193    <para>
     194       Now run the script to install the files.  If the script is run
    195195       multiple times, it will not try to reinstall the modules unless
    196196       the version in the .md5 file has been changed.
     
    199199   <screen><userinput>bash install-pythonhosted-files.sh</userinput></screen>
    200200
    201    <para>Some of the packages have test procedures. See the individual 
     201   <para>Some of the packages have test procedures. See the individual
    202202   package sections below to run any desired tests.</para>
    203203
Note: See TracChangeset for help on using the changeset viewer.