Changeset b72fcd3 for general/prog


Ignore:
Timestamp:
10/14/2024 09:52:44 PM (2 days ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
trunk
Children:
c0dce340
Parents:
736b533
Message:

pyparsing-3.2.0 (Python module).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/python-modules/pyparsing.xml

    r736b533 rb72fcd3  
    88  <!ENTITY pyparsing-download-ftp  " ">
    99  <!ENTITY pyparsing-md5sum        "&pyparsing-md5sum;">
    10   <!ENTITY pyparsing-size          "880 KB">
    11   <!ENTITY pyparsing-buildsize     "3.3 MB (add 18 MB for tests)">
    12   <!ENTITY pyparsing-time          "less than 0.1 SBU (0.2 SBU for tests)">
     10  <!ENTITY pyparsing-size          "900 KB">
     11  <!ENTITY pyparsing-buildsize     "97 MB (with tests)">
     12  <!ENTITY pyparsing-time          "0.3 SBU (with tests)">
    1313]>
    1414
     
    105105<screen remap="test"><userinput>python3 -m venv --system-site-packages testenv &amp;&amp;
    106106source testenv/bin/activate                    &amp;&amp;
    107 pip3 install railroad-diagrams                 &amp;&amp;
     107pip3 install railroad-diagrams matplotlib      &amp;&amp;
    108108python3 /usr/bin/pytest<!-- no && because of a possible error -->
    109109deactivate</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.