Ignore:
Timestamp:
04/04/2015 09:55:20 AM (9 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
d2bea743
Parents:
164a07a
Message:

Update to Setuptools 15.0

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15779 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/setuptools.xml

    r164a07a r64812e3b  
    88           "https://pypi.python.org/packages/source/s/setuptools/setuptools-&setuptools-version;.tar.gz">
    99  <!ENTITY setuptools-download-ftp  " ">
    10   <!ENTITY setuptools-md5sum        "cdba2741b16acaa3ed06c2252623f6b9">
    11   <!ENTITY setuptools-size          "616 KB">
    12   <!ENTITY setuptools-buildsize     "8.6 MB">
    13   <!ENTITY setuptools-time          "less than 0.1 SBU">
     10  <!ENTITY setuptools-md5sum        "2a6b2901b6c265d682139345849cbf03">
     11  <!ENTITY setuptools-size          "613 KB">
     12  <!ENTITY setuptools-buildsize     "8.6 MB (add 5 MB for tests)">
     13  <!ENTITY setuptools-time          "less than 0.1 SBU (add 5 SBU for tests)">
    1414]>
    1515
     
    110110      <para>
    111111        Run the tests by issuing <command>python setup.py test</command>
    112         and/or <command>python3 setup.py test</command>.
     112        and/or <command>python3 setup.py test</command>. The tests need an active
     113        internet connexion. An optional python module, mock, will be downloaded
     114        and installed during the tests.
    113115      </para>
    114116
Note: See TracChangeset for help on using the changeset viewer.