CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
python3-libxml2: initial import
authorVictor Martinez <pitillo@ono.com>
Sat, 12 Mar 2022 10:56:59 +0000 (11:56 +0100)
committerVictor Martinez <pitillo@ono.com>
Sat, 12 Mar 2022 10:56:59 +0000 (11:56 +0100)
python3-libxml2/.footprint [new file with mode: 0644]
python3-libxml2/.signature [new file with mode: 0644]
python3-libxml2/Pkgfile [new file with mode: 0644]

diff --git a/python3-libxml2/.footprint b/python3-libxml2/.footprint
new file mode 100644 (file)
index 0000000..15e4745
--- /dev/null
@@ -0,0 +1,15 @@
+drwxr-xr-x     root/root       usr/
+drwxr-xr-x     root/root       usr/lib/
+drwxr-xr-x     root/root       usr/lib/python3.9/
+drwxr-xr-x     root/root       usr/lib/python3.9/site-packages/
+drwxr-xr-x     root/root       usr/lib/python3.9/site-packages/__pycache__/
+-rw-r--r--     root/root       usr/lib/python3.9/site-packages/__pycache__/drv_libxml2.cpython-39.pyc
+-rw-r--r--     root/root       usr/lib/python3.9/site-packages/__pycache__/libxml2.cpython-39.pyc
+-rw-r--r--     root/root       usr/lib/python3.9/site-packages/drv_libxml2.py
+-rw-r--r--     root/root       usr/lib/python3.9/site-packages/libxml2.py
+drwxr-xr-x     root/root       usr/lib/python3.9/site-packages/libxml2_python-2.9.13-py3.9.egg-info/
+-rw-r--r--     root/root       usr/lib/python3.9/site-packages/libxml2_python-2.9.13-py3.9.egg-info/PKG-INFO
+-rw-r--r--     root/root       usr/lib/python3.9/site-packages/libxml2_python-2.9.13-py3.9.egg-info/SOURCES.txt
+-rw-r--r--     root/root       usr/lib/python3.9/site-packages/libxml2_python-2.9.13-py3.9.egg-info/dependency_links.txt
+-rw-r--r--     root/root       usr/lib/python3.9/site-packages/libxml2_python-2.9.13-py3.9.egg-info/top_level.txt
+-rwxr-xr-x     root/root       usr/lib/python3.9/site-packages/libxml2mod.cpython-39-arm-linux-gnueabihf.so
diff --git a/python3-libxml2/.signature b/python3-libxml2/.signature
new file mode 100644 (file)
index 0000000..a3af3f0
--- /dev/null
@@ -0,0 +1,5 @@
+untrusted comment: verify with /etc/ports/opt-arm.pub
+RWQh9Dk2FlLauPhAkEEU6/EaY8WXhJAD/cUgJyIhlWzs4F8ilkRl53/Tpy1MIUupOYvcghAsPMCYPNgTRVCOtF6GwBYFRKsxwgg=
+SHA256 (Pkgfile) = f08a0389972a9815e2ab059ef6ae6c4a34ed05a2f77d59a7bc8820e79fe80c3b
+SHA256 (.footprint) = c6bc5d5c55f5d3e16c16b7d393a90f194a445ae8bbd356f71cb91335c8a1f039
+SHA256 (libxml2-2.9.13.tar.xz) = 276130602d12fe484ecc03447ee5e759d0465558fbc9d6bd144e3745306ebf0e
diff --git a/python3-libxml2/Pkgfile b/python3-libxml2/Pkgfile
new file mode 100644 (file)
index 0000000..85ccb1c
--- /dev/null
@@ -0,0 +1,16 @@
+# Description: Python bindings for the XML library version 2
+# URL: http://xmlsoft.org/
+# Maintainer: Juergen Daubert, jue at crux dot nu
+# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
+# Depends on: python3-setuptools libxml2
+
+name=python3-libxml2
+version=2.9.13
+release=1
+source=(https://download.gnome.org/sources/libxml2/${version:0:3}/libxml2-$version.tar.xz)
+
+build() {
+  cd libxml2-$version/python
+  /usr/bin/python3 setup.py build
+  /usr/bin/python3 setup.py install --root=$PKG
+}