Ignore:
Timestamp:
05/05/2024 01:47:55 PM (6 weeks ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
lazarus, trunk
Children:
09aad3a1, 1ab6aa3d
Parents:
3cb848b
git-author:
Xi Ruoyao <xry111@…> (05/05/2024 01:46:02 PM)
git-committer:
Xi Ruoyao <xry111@…> (05/05/2024 01:47:55 PM)
Message:

python-dependencies: Update

  • Update to editables-0.5
  • Update to hatchling-1.24.2
  • Update to hatch-vcs-0.4.0
  • Update to pathspec-0.12.1
  • Update to pluggy-1.5.0
  • Update to setuptools_scm-8.0.4
  • Update to typing_extensions-4.11.0
  • Add trove-classifiers-2024.4.10 to support hatchling-1.24.2
File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/python-dependencies/pluggy.xml

    r3cb848b rf5096a7d  
    7878      <bridgehead renderas="sect5">Optional (for testing)</bridgehead>
    7979      <para role="optional">
    80         <xref linkend="pytest"/> and
    81         <ulink url="https://pypi.org/project/pytest-benchmark/">pytest-benchmark</ulink>
     80        <xref linkend="pytest"/>
    8281      </para>
    8382
     
    9796<screen role="root"><userinput>&install-wheel; pluggy</userinput></screen>
    9897
     98    <!-- pytest-benchmark is referred but it seems not really needed -->
    9999    <para>
    100       Assuming <xref linkend="pytest"/> is installed, but the other optional
    101       dependencies are not, the installation can be tested with the following
    102       commands:
     100      To test the installation, issue: <command>pytest</command>.
    103101    </para>
    104 
    105 <screen remap="test"><userinput>python3 -m venv --system-site-packages testenv &amp;&amp;
    106 source testenv/bin/activate                    &amp;&amp;
    107 pip3 install pytest-benchmark                  &amp;&amp;
    108 python3 /usr/bin/pytest<!-- no && in case there is an error -->
    109 deactivate</userinput></screen>
    110102
    111103    </sect3>
Note: See TracChangeset for help on using the changeset viewer.