Changeset 421e4739 for general


Ignore:
Timestamp:
05/22/2024 09:05:53 PM (6 weeks ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
trunk
Children:
d498165
Parents:
2996a54
Message:

Update to gi_docgen-2024.1 (Python module).

File:
1 edited

Legend:

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

    r2996a54 r421e4739  
    55  %general-entities;
    66
    7   <!ENTITY gi-docgen-download-http "https://files.pythonhosted.org/packages/source/g/gi-docgen/gi-docgen-&gi-docgen-version;.tar.gz">
     7  <!ENTITY gi-docgen-download-http "https://files.pythonhosted.org/packages/source/g/gi-docgen/gi_docgen-&gi-docgen-version;.tar.gz">
    88  <!ENTITY gi-docgen-download-ftp  " ">
    99  <!ENTITY gi-docgen-md5sum        "&gi-docgen-md5sum;">
    1010  <!ENTITY gi-docgen-size          "2.4 MB">
    11   <!ENTITY gi-docgen-buildsize     "18 MB (with tests)">
     11  <!ENTITY gi-docgen-buildsize     "17 MB (with tests)">
    1212  <!ENTITY gi-docgen-time          "less than 0.1 SBU (with tests)">
    1313]>
     
    9999    </para>
    100100
    101     <screen><userinput>sed '/if err:/s/err/proc.returncode/' \
    102     -i gidocgen/utils.py</userinput></screen>
     101    <screen><userinput>sed -i '/if err:/s/err/proc.returncode/' gidocgen/utils.py</userinput></screen>
    103102
    104103    <para> Build the module: </para>
Note: See TracChangeset for help on using the changeset viewer.