Changeset 25ee667


Ignore:
Timestamp:
10/13/2022 02:49:28 PM (19 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
db3bdfc6
Parents:
2a0f15bc
Message:

Still adding python modules and fixing some

Files:
3 added
6 edited

Legend:

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

    r2a0f15bc r25ee667  
    1313]>
    1414
    15   <sect2 id="sc-htmlhelp" xreflabel="sphinxcontrib-htmlhelp-&asciidoc-version;">
     15  <sect2 id="sc-htmlhelp" xreflabel="sphinxcontrib-htmlhelp-&sc-htmlhelp-version;">
    1616
    1717    <title>Sphinxcontrib-htmlhelp-&sc-htmlhelp-version;</title>
  • general/prog/python-dependencies/sphinxcontrib-jsmath.xml

    r2a0f15bc r25ee667  
    1313]>
    1414
    15   <sect2 id="sc-jsmath" xreflabel="sphinxcontrib-jsmath-&asciidoc-version;">
     15  <sect2 id="sc-jsmath" xreflabel="sphinxcontrib-jsmath-&sc-jsmath-version;">
    1616
    1717    <title>Sphinxcontrib-jsmath-&sc-jsmath-version;</title>
  • general/prog/python-dependencies/sphinxcontrib-qthelp.xml

    r2a0f15bc r25ee667  
    1313]>
    1414
    15   <sect2 id="sc-qthelp" xreflabel="sphinxcontrib-qthelp-&asciidoc-version;">
     15  <sect2 id="sc-qthelp" xreflabel="sphinxcontrib-qthelp-&sc-qthelp-version;">
    1616
    1717    <title>Sphinxcontrib-qthelp-&sc-qthelp-version;</title>
  • general/prog/python-dependencies/sphinxcontrib-serializinghtml.xml

    r2a0f15bc r25ee667  
    1313]>
    1414
    15   <sect2 id="sc-serializinghtml" xreflabel="sphinxcontrib-serializinghtml-&asciidoc-version;">
     15  <sect2 id="sc-serializinghtml" xreflabel="sphinxcontrib-serializinghtml-&sc-serializinghtml-version;">
    1616
    1717    <title>Sphinxcontrib-serializinghtml-&sc-serializinghtml-version;</title>
  • general/prog/python-modules/pytest.xml

    r2a0f15bc r25ee667  
    55  %general-entities;
    66
    7   <!ENTITY pytest-download-http "https://files.pythonhosted.org/packages/source/a/pytest/pytest-&pytest-version;.tar.gz">
     7  <!ENTITY pytest-download-http "https://github.com/pytest-dev/pytest/archive/refs/tags/&pytest-version;/pytest-&pytest-version;.tar.gz">
    88  <!ENTITY pytest-download-ftp  " ">
    9   <!ENTITY pytest-md5sum        "ecac3af818f7a65596efc6e243b520a0">
    10   <!ENTITY pytest-size          "212 KB">
     9  <!ENTITY pytest-md5sum        "d9e98570d8b8822af4b39576f8f86abc">
     10  <!ENTITY pytest-size          "1.2 MB">
    1111  <!ENTITY pytest-buildsize     "2.6 MB">
    1212  <!ENTITY pytest-time          "less than 0.1 SBU">
    1313]>
    1414
    15 <!-- Begin Py3c -->
    1615  <sect2 id="pytest" xreflabel="pytest-&pytest-version;">
    1716
    18     <title>Asciidoc-&pytest-version;</title>
     17    <title>Pytest-&pytest-version;</title>
    1918
    2019    <indexterm zone="pytest">
     
    2322
    2423    <sect3 role="package">
    25       <title>Introduction to Asciidoc Module</title>
     24      <title>Introduction to Pytest Module</title>
    2625
    2726      <para>
    28         The <application>Asciidoc</application> package is a text document
    29         format for writing notes, documentation, articles, books, ebooks,
    30         slideshows, web pages, man pages and blogs. AsciiDoc files can be
    31         translated to many formats including HTML, PDF, EPUB, and man page.
     27        The <application>Pytest</application> framework makes it easy to
     28        write small, readable tests, and can scale to support complex
     29        functional testing for applications and libraries.
    3230      </para>
    3331
     
    6866      </itemizedlist>
    6967
    70       <bridgehead renderas="sect4">Asciidoc Dependencies</bridgehead>
     68      <bridgehead renderas="sect4">Pytest Dependencies</bridgehead>
     69
     70      <bridgehead renderas="sect5">Required</bridgehead>
     71      <para role="required">
     72        <xref linkend="attrs"/>,
     73        <xref linkend="iniconfig"/>,
     74        <xref linkend="packaging"/>,
     75        <xref linkend="pluggy"/>,
     76        <xref linkend="py"/>, and
     77        <xref linkend="tomli"/>
     78      </para>
     79
     80      <bridgehead renderas="sect5">Recommended</bridgehead>
     81      <para role="recommended">
     82        <xref linkend="setuptools_scm"/>
     83      </para>
    7184
    7285      <bridgehead renderas="sect5">Optional (runtime)</bridgehead>
     
    8396
    8497    <sect3 role="installation">
    85       <title>Installation of Asciidoc</title>
    86 <!-- version 9.x is from blfs 11.0. We are now at 11.1
    87       <para>
    88         If you are upgrading from version 9.x, remove the previously installed
    89         executables, as the <systemitem class="username">root</systemitem>
    90         user:
    91       </para>
     98      <title>Installation of Pytest</title>
    9299
    93 <screen role="root"><userinput>rm -rf /usr/bin/{pytest*,a2x*}</userinput></screen>
    94 -->
    95     <para> Build the module: </para>
     100      <para> Build the module: </para>
    96101
    97102<screen><userinput>pip3 wheel -w dist --no-build-isolation --no-deps $PWD</userinput></screen>
    98103
    99     <para>
    100       This package does not come with a test suite.
    101     </para>
     104      <para>
     105        This package does not come with a test suite.
     106      </para>
    102107
    103     <para>
    104       Now, as the <systemitem class="username">root</systemitem> user:
    105     </para>
     108      <para>
     109        Now, as the <systemitem class="username">root</systemitem> user:
     110      </para>
    106111
    107112<screen role="root"><userinput>pip3 install --no-index --find-links dist --no-cache-dir --no-user pytest</userinput></screen>
     
    122127        <seglistitem>
    123128          <seg>
    124             a2x and
    125129            pytest
    126130          </seg>
  • packages.ent

    r2a0f15bc r25ee667  
    519519<!ENTITY pygobject3-version           "3.42.2">
    520520<!ENTITY pygtk-version                "2.24.0">
    521 <!ENTITY pytest-version               "2.24.0"> <!-- TODO bogus -->
     521<!ENTITY pytest-version               "7.1.3">
    522522<!ENTITY pyxdg-version                "0.28">
    523523<!-- libxml2 for Python2 shares the version of libxml2 -->
     
    534534<!-- Python module versions used in the Python Dependencies instructions -->
    535535<!-- sc = sphinxcontrib -->
     536<!ENTITY attrs-version                  "22.1.0">
    536537<!ENTITY alabaster-version              "0.7.12">
    537538<!ENTITY babel-version                  "2.10.2">
     
    540541<!ENTITY flit-version                   "3.7.1">
    541542<!ENTITY idna-version                   "3.4">
     543<!ENTITY iniconfig-version              "1.1.1">
    542544<!ENTITY imagesize-version              "1.4.1">
    543545<!ENTITY packaging-version              "21.3">
    544546<!ENTITY pyparsing-version              "3.0.9">
    545547<!ENTITY pytz-version                   "2022.4">
     548<!ENTITY setuptools_scm-version         "7.0.5">
    546549<!ENTITY snowballstemmer-version        "2.2.0">
    547550<!ENTITY sc-applehelp-version           "1.0.2">
Note: See TracChangeset for help on using the changeset viewer.