From 9ebf1f45cf66daee72b9fdc2f2c3ea1241cc8606 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Sat, 12 Mar 2022 11:56:59 +0100 Subject: [PATCH] python3-libxml2: initial import --- python3-libxml2/.footprint | 15 +++++++++++++++ python3-libxml2/.signature | 5 +++++ python3-libxml2/Pkgfile | 16 ++++++++++++++++ 3 files changed, 36 insertions(+) create mode 100644 python3-libxml2/.footprint create mode 100644 python3-libxml2/.signature create mode 100644 python3-libxml2/Pkgfile diff --git a/python3-libxml2/.footprint b/python3-libxml2/.footprint new file mode 100644 index 0000000..15e4745 --- /dev/null +++ b/python3-libxml2/.footprint @@ -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 index 0000000..a3af3f0 --- /dev/null +++ b/python3-libxml2/.signature @@ -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 index 0000000..85ccb1c --- /dev/null +++ b/python3-libxml2/Pkgfile @@ -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 +} -- 2.26.2