Changeset 7b459c22


Ignore:
Timestamp:
09/10/2022 06:21:42 PM (20 months ago)
Author:
Bruce Dubbs <bdubbs@…>
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/soup3, xry111/xf86-video-removal
Children:
706265a
Parents:
0472eb0
Message:

Add Cython python module.

Files:
1 added
9 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libqalculate.xml

    r0472eb0 r7b459c22  
    9797    </para>
    9898
    99 <screen><userinput>./configure --prefix=/usr \
    100         --disable-static          \
    101         --docdir=/usr/share/doc/libqalculate-&libqalculate-version; &amp;&amp;
     99<screen><userinput>./configure --prefix=/usr    \
     100            --disable-static \
     101            --docdir=/usr/share/doc/libqalculate-&libqalculate-version; &amp;&amp;
    102102make</userinput></screen>
    103103
  • general/genlib/libseccomp.xml

    r0472eb0 r7b459c22  
    8282      <xref linkend="which"/> (needed for tests),
    8383      <xref linkend="valgrind"/>,
    84       <ulink url="https://cython.org/">Cython</ulink> (for python bindings), and
     84      <xref linkend="cython"/> (for python bindings), and
    8585      <ulink url="http://ltp.sourceforge.net/coverage/lcov.php">LCOV</ulink>
    8686    </para>
     
    121121    <para>
    122122      <option>--enable-python</option>: this switch is needed to build
    123       python bindings if <ulink url="https://cython.org/">Cython</ulink>
    124       is installed.
     123      python bindings if <xref linkend="cython"/> is installed.
    125124    </para>
    126125  </sect2>
  • general/prog/asciidoc.xml

    r0472eb0 r7b459c22  
    128128          <seg>
    129129            /usr/lib/python&python3-majorver;/site-packages/asciidoc and
    130             /usr/lib/python&python3-majorver;/site-packages/asciidoc-&asciidoc-version;.dis-info
     130            /usr/lib/python&python3-majorver;/site-packages/asciidoc-&asciidoc-version;.dist-info
    131131          </seg>
    132132        </seglistitem>
  • general/prog/python-modules.xml

    r0472eb0 r7b459c22  
    5858      <listitem>
    5959        <para>
     60          <xref linkend="cython"/>
     61        </para>
     62      </listitem>
     63      <listitem>
     64        <para>
    6065          <xref linkend="dbus-python"/>
    6166        </para>
     
    192197
    193198  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     199    href="cython.xml"/>
     200
     201  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    194202    href="dbus-python.xml"/>
    195203
  • general/prog/pyyaml.xml

    r0472eb0 r7b459c22  
    7070      <bridgehead renderas="sect5">Required</bridgehead>
    7171      <para role="required">
     72        <xref linkend="cython"/> and
    7273        <xref linkend="libyaml"/>
    7374      </para>
  • general/prog/yasm.xml

    r0472eb0 r7b459c22  
    7777    <para role="optional">
    7878      <xref linkend="python2"/> and
    79       <ulink url="https://cython.org/">Cython</ulink>
     79      <xref linkend="cython"/>
    8080    </para>
    8181
  • introduction/welcome/changelog.xml

    r0472eb0 r7b459c22  
    4343    -->
    4444    <listitem>
     45      <para>September 10th, 2022</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[bdubbs] - Add Cython python module.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
     53    <listitem>
    4554      <para>September 9th, 2022</para>
    4655      <itemizedlist>
  • networking/netlibs/nghttp2.xml

    r0472eb0 r7b459c22  
    8181      <xref linkend="boost"/>, <!--required for the C++ asio library)-->
    8282      <xref linkend="c-ares"/>, <!-- required to build the HPACK tools -->
     83      <xref linkend="cython"/>, <!-- required to python bindings -->
    8384      <xref linkend="jansson"/>, <!-- required to build the HPACK tools -->
    8485      <xref linkend="libevent"/>, <!--required to build the examples-->
     
    8990      <ulink url="http://cunit.sourceforge.net/">CUnit</ulink> (required for
    9091      the testsuite),
    91       <ulink url="https://cython.org/">Cython</ulink>, <!--required for the
    92       python bindings-->
    9392<!--      <ulink url="http://www.digip.org/jansson/">Jansson</ulink>, <!- -required
    9493      to build the HPACK tools-->
  • packages.ent

    r0472eb0 r7b459c22  
    504504<!-- Python module versions used in the Python Modules instructions -->
    505505<!ENTITY asciidoc-version             "10.2.0">
     506<!ENTITY cython-version               "0.29.32">
    506507<!ENTITY dbus-python-version          "1.3.2">
    507508<!ENTITY docutils-version             "0.19">
Note: See TracChangeset for help on using the changeset viewer.