• # Lien cassé

    Posté par (site web personnel, Mastodon) . En réponse à la dépêche L’installation et la distribution de paquets Python (1/4). Évalué à 3.

    Ce lien est désormais cassé : https://docs.python.org/3/distutils/introduction.html

    Celui-là marche : https://docs.python.org/3.10/distutils/introduction.html

    C’est le lien en source de « pour des machines de l’époque comme Solaris et HP-UX ».

    En terme de vieillerie, ça parle aussi de Mandrake Linux:

    Other useful built distribution formats are RPM, implemented by the bdist_rpm command, Solaris pkgtool (bdist_pkgtool), and HP-UX swinstall (bdist_sdux). For example, the following command will create an RPM file called foo-1.0.noarch.rpm:

    python setup.py bdist_rpm
    

    (The bdist_rpm command uses the rpm executable, therefore this has to be run on an RPM-based system such as Red Hat Linux, SuSE Linux, or Mandrake Linux.)

    You can find out what distribution formats are available at any time by running

    python setup.py bdist --help-formats
    

    ce commentaire est sous licence cc by 4 et précédentes