libxml2 2.12.7-icu74.2 -> 2.13.2, py3_libxml2 2.12.7-py3.12 -> 2.13.2-py3.12 (#10091)

* libxml2 2.12.7-icu74.2 -> 2.13.2

* Remove libxml2_python alias package

* py3_libxml2 2.12.7-py3.12 -> 2.13.2-py3.12
This commit is contained in:
Maximilian Downey Twiss
2024-07-07 13:02:10 +10:00
committed by GitHub
parent ec30cef64d
commit 6584996892
9 changed files with 48 additions and 268 deletions

View File

@@ -1,14 +0,0 @@
require 'package'
require_relative 'py3_libxml2'
class Libxml2_python < Package
description Py3_libxml2.description
homepage Py3_libxml2.homepage
version Py3_libxml2.version
license Py3_libxml2.license
compatibility Py3_libxml2.compatibility
is_fake
depends_on 'py3_libxml2'
end