Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/pycairo.xml

    r8558044 r4454113  
    77  <!ENTITY pycairo-download-http "https://github.com/pygobject/pycairo/releases/download/v&pycairo-version;/pycairo-&pycairo-version;.tar.gz">
    88  <!ENTITY pycairo-download-ftp  " ">
    9   <!ENTITY pycairo-md5sum        "fa88a28cadbfb34192fe743d32c0ee33">
     9  <!ENTITY pycairo-md5sum        "7a3729d21659098e1b9a411b62e88966">
    1010  <!ENTITY pycairo-size          "340 KB">
    11   <!ENTITY pycairo-buildsize     "3.5 MB">
     11  <!ENTITY pycairo-buildsize     "3.0 MB">
    1212  <!ENTITY pycairo-time          "less than 0.1 SBU">
    1313]>
     
    3030      </para>
    3131
    32       &lfs110a_checked;
     32      &lfs112_checked;
    3333      <!-- Does not use gcc -->
    3434
     
    7676      <bridgehead renderas="sect5">Optional</bridgehead>
    7777      <para role="optional">
    78         <ulink url="https://hypothesis.readthedocs.io">Hypothesis</ulink>
    79           (for tests)
     78        <ulink url="https://hypothesis.readthedocs.io">Hypothesis</ulink> and
     79        <ulink url="https://pypi.org/project/pytest/">pytest</ulink>
     80        (for tests)
    8081      </para>
    8182
     
    101102      </para>
    102103
    103 <screen><userinput>python3 setup.py build</userinput></screen>
     104<screen><userinput>mkdir build &amp;&amp;
     105cd    build &amp;&amp;
     106
     107meson --prefix=/usr --buildtype=release .. &amp;&amp;
     108ninja</userinput></screen>
     109
     110
     111<!--python3 setup.py build</userinput></screen>-->
    104112
    105113      <para>
    106         This package does not come with a test suite.
     114        To run the tests, this package requires the optional pytest module. If
     115        it is installed, run the tests by running <command>ninja test</command>.
    107116      </para>
    108117
     
    111120      </para>
    112121
    113 <screen role="root"><userinput>python3 setup.py install --optimize=1   &amp;&amp;
     122<screen role="root"><userinput>ninja install</userinput></screen>
     123
     124
     125<!--python3 setup.py install - -optimize=1   &amp;&amp;
    114126python3 setup.py install_pycairo_header &amp;&amp;
    115 python3 setup.py install_pkgconfig</userinput></screen>
     127python3 setup.py install_pkgconfig</userinput></screen>-->
    116128<!-- Seems that install does the following too
    117129python2 setup.py install_pycairo_header &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.