ports/opt (3.7): python3-libxml2: dropped, python bindings are part of opt/libxml2 now
commit 89c11080e68b73b1c5150ef3c4c2cdf93598d512 Author: Juergen Daubert <jue@jue.li> Date: Tue May 2 16:25:13 2023 +0200 python3-libxml2: dropped, python bindings are part of opt/libxml2 now diff --git a/python3-libxml2/.footprint b/python3-libxml2/.footprint deleted file mode 100644 index 28c938beb..000000000 --- a/python3-libxml2/.footprint +++ /dev/null @@ -1,15 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/lib/ -drwxr-xr-x root/root usr/lib/python3.10/ -drwxr-xr-x root/root usr/lib/python3.10/site-packages/ -drwxr-xr-x root/root usr/lib/python3.10/site-packages/__pycache__/ --rw-r--r-- root/root usr/lib/python3.10/site-packages/__pycache__/drv_libxml2.cpython-310.pyc --rw-r--r-- root/root usr/lib/python3.10/site-packages/__pycache__/libxml2.cpython-310.pyc --rw-r--r-- root/root usr/lib/python3.10/site-packages/drv_libxml2.py --rw-r--r-- root/root usr/lib/python3.10/site-packages/libxml2.py -drwxr-xr-x root/root usr/lib/python3.10/site-packages/libxml2_python-2.10.4-py3.10.egg-info/ --rw-r--r-- root/root usr/lib/python3.10/site-packages/libxml2_python-2.10.4-py3.10.egg-info/PKG-INFO --rw-r--r-- root/root usr/lib/python3.10/site-packages/libxml2_python-2.10.4-py3.10.egg-info/SOURCES.txt --rw-r--r-- root/root usr/lib/python3.10/site-packages/libxml2_python-2.10.4-py3.10.egg-info/dependency_links.txt --rw-r--r-- root/root usr/lib/python3.10/site-packages/libxml2_python-2.10.4-py3.10.egg-info/top_level.txt --rwxr-xr-x root/root usr/lib/python3.10/site-packages/libxml2mod.cpython-310-x86_64-linux-gnu.so diff --git a/python3-libxml2/.signature b/python3-libxml2/.signature deleted file mode 100644 index da4374636..000000000 --- a/python3-libxml2/.signature +++ /dev/null @@ -1,5 +0,0 @@ -untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/a/E3/Re9xBxIiD/KLcU9TjL7jeGbF21S8uBNVPSgXxOsYHQb2XChHUVDk6aZkOaHY9GpPsh549LdzssWmQD2wE= -SHA256 (Pkgfile) = 739ff4bccc8690399633ee708c6edca0b368c9e149b3e9a2ea0dbaee23d21518 -SHA256 (.footprint) = 9adef72f53d84ea418399ec165f2d016edcb762ea67e8364cf2a0b6cd4ec0866 -SHA256 (libxml2-2.10.4.tar.xz) = ed0c91c5845008f1936739e4eee2035531c1c94742c6541f44ee66d885948d45 diff --git a/python3-libxml2/Pkgfile b/python3-libxml2/Pkgfile deleted file mode 100644 index 4aed9b78d..000000000 --- a/python3-libxml2/Pkgfile +++ /dev/null @@ -1,17 +0,0 @@ -# Description: Python bindings for the XML library version 2 -# URL: http://xmlsoft.org/ -# Maintainer: Juergen Daubert, jue at crux dot nu -# Depends on: python3-setuptools libxml2 - -name=python3-libxml2 -version=2.10.4 -release=1 -source=(https://download.gnome.org/sources/libxml2/${version:0:4}/libxml2-$version.tar.xz) - -build() { - cd libxml2-$version - ./configure --prefix=/usr --sysconfdir=/etc - cd python - /usr/bin/python3 setup.py build - /usr/bin/python3 setup.py install --root=$PKG -}
participants (1)
-
crux@crux.nu