Changeset 940d6093
- Timestamp:
- 02/01/2023 01:06:52 AM (7 weeks ago)
- Branches:
- 11.3, ken/inkscape-core-mods, trunk
- Children:
- f0f23fdb
- Parents:
- 949b48a (diff), 31d19ce (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/python-modules.xml
r949b48a r940d6093 67 67 <listitem> 68 68 <para> 69 <xref linkend="python-dbusmock"/> 70 </para> 71 </listitem> 72 <listitem> 73 <para> 69 74 <xref linkend="dbus-python"/> 70 75 </para> 71 76 </listitem> 72 <!-- <listitem>73 <para>74 <xref linkend="decorator"/>75 </para>76 </listitem>77 -->78 77 <listitem> 79 78 <para> … … 96 95 </para> 97 96 </listitem> 97 <listitem revision="sysv"> 98 <para> 99 <xref linkend="Jinja2"/> 100 </para> 101 </listitem> 102 <listitem> 103 <para> 104 <xref linkend="libxml2py2"/> 105 </para> 106 </listitem> 107 <listitem> 108 <para> 109 <xref linkend="lxml"/> 110 </para> 111 </listitem> 112 <listitem> 113 <para> 114 <xref linkend="Mako"/> 115 </para> 116 </listitem> 117 <listitem revision="sysv"> 118 <para> 119 <xref linkend="MarkupSafe"/> 120 </para> 121 </listitem> 98 122 <listitem> 99 123 <para> … … 113 137 <listitem> 114 138 <para> 139 <xref linkend="pycairo2"/> 140 </para> 141 </listitem> 142 <listitem> 143 <para> 115 144 <xref linkend="pycairo"/> 116 145 </para> … … 118 147 <listitem> 119 148 <para> 120 <xref linkend="pycairo2"/>121 </para>122 </listitem>123 <listitem>124 <para>125 149 <xref linkend="pycryptodome"/> 126 150 </para> … … 128 152 <listitem> 129 153 <para> 130 <xref linkend="python-dbusmock"/>131 </para>132 </listitem>133 <listitem>134 <para>135 154 <xref linkend="pygments"/> 136 155 </para> … … 153 172 <listitem> 154 173 <para> 174 <xref linkend="pyparsing"/> 175 </para> 176 </listitem> 177 <listitem> 178 <para> 179 <xref linkend="pytest"/> 180 </para> 181 </listitem> 182 <listitem> 183 <para> 155 184 <xref linkend="pyxdg"/> 156 185 </para> 157 186 </listitem> 158 <!-- <listitem> 159 <para> 160 <xref linkend="funcsigs"/> 161 </para> 162 </listitem> 163 --> 164 <!-- <listitem> 165 <para> 166 <xref linkend="Beaker"/> 167 </para> 168 </listitem> 169 --> 170 <listitem> 171 <para> 172 <xref linkend="libxml2py2"/> 173 </para> 174 </listitem> 175 <listitem> 176 <para> 177 <xref linkend="lxml"/> 178 </para> 179 </listitem> 180 <listitem revision="sysv"> 181 <para> 182 <xref linkend="MarkupSafe"/> 183 </para> 184 </listitem> 185 <listitem revision="sysv"> 186 <para> 187 <xref linkend="Jinja2"/> 188 </para> 189 </listitem> 190 <listitem> 191 <para> 192 <xref linkend="Mako"/> 193 </para> 194 </listitem> 195 <listitem> 196 <para> 197 <xref linkend="pyparsing"/> 198 </para> 199 </listitem> 200 <listitem> 201 <para> 202 <xref linkend="pytest"/> 187 <listitem> 188 <para> 189 <xref linkend="PyYAML"/> 203 190 </para> 204 191 </listitem> … … 231 218 <para> 232 219 <xref linkend="sphinx_rtd_theme"/> 233 </para>234 </listitem>235 <listitem>236 <para>237 <xref linkend="PyYAML"/>238 220 </para> 239 221 </listitem> … … 252 234 253 235 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 236 href="python-modules/python-dbusmock.xml"/> 237 238 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 254 239 href="python-modules/dbus-python.xml"/> 255 240 256 <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"257 href="decorator.xml"/>258 -->259 241 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 260 242 href="python-modules/docutils.xml"/> … … 270 252 271 253 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 254 href="python-modules/jinja2.xml"/> 255 256 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 257 href="python-modules/libxml2py2.xml"/> 258 259 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 260 href="python-modules/lxml.xml"/> 261 262 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 263 href="python-modules/mako.xml"/> 264 265 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 266 href="python-modules/markupsafe.xml"/> 267 268 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 272 269 href="python-modules/packaging.xml"/> 273 270 … … 277 274 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 278 275 href="python-modules/pyatspi2.xml"/> 279 <!-- 280 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 281 href="py 2cairo.xml"/>282 --> 276 277 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 278 href="python-modules/pycairo2.xml"/> 279 283 280 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 284 281 href="python-modules/pycairo.xml"/> 285 282 286 283 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 287 href="python-modules/pycairo2.xml"/>288 289 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"290 284 href="python-modules/pycryptodome.xml"/> 291 285 292 286 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 293 href="python-modules/python-dbusmock.xml"/>294 295 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"296 287 href="python-modules/pygments.xml"/> 297 288 … … 306 297 307 298 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 299 href="python-modules/pyparsing.xml"/> 300 301 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 302 href="python-modules/pytest.xml"/> 303 304 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 308 305 href="python-modules/pyxdg.xml"/> 309 306 310 307 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 308 href="python-modules/pyyaml.xml"/> 309 310 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 311 311 href="python-modules/recommonmark.xml"/> 312 312 313 <!--314 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"315 href="setuptools.xml"/>316 -->317 318 <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"319 href="funcsigs.xml"/> -->320 321 <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"322 href="beaker.xml"/>-->323 324 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"325 href="python-modules/libxml2py2.xml"/>326 327 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"328 href="python-modules/lxml.xml"/>329 330 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"331 href="python-modules/markupsafe.xml"/>332 333 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"334 href="python-modules/jinja2.xml"/>335 336 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"337 href="python-modules/mako.xml"/>338 339 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"340 href="python-modules/pyparsing.xml"/>341 342 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"343 href="python-modules/pytest.xml"/>344 345 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"346 href="python-modules/pyyaml.xml"/>347 348 313 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 349 314 href="python-modules/requests.xml"/> -
general/prog/python-modules/libxml2py2.xml
r949b48a r940d6093 15 15 16 16 <!-- Begin libxml2py2 --> 17 <sect2 id="libxml2py2" xreflabel=" Python2 libxml2-&libxml2-version;module">17 <sect2 id="libxml2py2" xreflabel="libxml2-&libxml2-version; python2 module"> 18 18 19 19 <title>libxml2-&libxml2-version; (for its Python2 module)</title> -
introduction/welcome/changelog.xml
r949b48a r940d6093 57 57 <itemizedlist> 58 58 <listitem> 59 <para>[ken] - Update to dvisvgm-3.0.2. Fixes 60 <ulink url="&blfs-ticket-root;17581">#17581</ulink>.</para> 61 </listitem> 62 <listitem> 59 63 <para>[renodr] - Update to xf86-video-vmware-13.4.0. Fixes 60 64 <ulink url="&blfs-ticket-root;17558">#17558</ulink>.</para> -
packages.ent
r949b48a r940d6093 1112 1112 <!ENTITY biber-version "2.18"> 1113 1113 <!ENTITY biblatex-version "3.18b"> 1114 <!ENTITY dvisvgm-version "3.0. 1">1114 <!ENTITY dvisvgm-version "3.0.2"> 1115 1115 <!ENTITY xindy-version "2.5.1"> 1116 1116 -
pst/typesetting/dvisvgm.xml
r949b48a r940d6093 9 9 <!ENTITY dvisvgm-download-http "https://github.com/mgieseki/dvisvgm/releases/download/&dvisvgm-version;/dvisvgm-&dvisvgm-version;.tar.gz"> 10 10 <!ENTITY dvisvgm-download-ftp " "> 11 <!ENTITY dvisvgm-md5sum " 5ec31f41ca0332e2c91ad15c60e289a6">11 <!ENTITY dvisvgm-md5sum "0f3346cee8a9c4c348eb4b2e74fc9207"> 12 12 <!ENTITY dvisvgm-size "2.8 MB"> 13 <!ENTITY dvisvgm-buildsize "3 09MB (44 MB installed, add 962 MB for the tests)">13 <!ENTITY dvisvgm-buildsize "310 MB (44 MB installed, add 962 MB for the tests)"> 14 14 <!ENTITY dvisvgm-time "0.8 SBU (add 0.7 SBU for the tests, both using parallelism=4)"> 15 15 ]>
Note:
See TracChangeset
for help on using the changeset viewer.