From 0b852b64e4be1b67258e16150bfaaaa4eb18d3a8 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Sun, 9 Jan 2022 14:01:54 +0100 Subject: [PATCH] libxslt-python: remove package --- srcpkgs/libxslt-python | 1 - srcpkgs/libxslt/template | 21 +++------------------ 2 files changed, 3 insertions(+), 19 deletions(-) delete mode 120000 srcpkgs/libxslt-python diff --git a/srcpkgs/libxslt-python b/srcpkgs/libxslt-python deleted file mode 120000 index fbcaa3cb7ad..00000000000 --- a/srcpkgs/libxslt-python +++ /dev/null @@ -1 +0,0 @@ -libxslt \ No newline at end of file diff --git a/srcpkgs/libxslt/template b/srcpkgs/libxslt/template index fd7fba7ba74..0a18a2e3fc6 100644 --- a/srcpkgs/libxslt/template +++ b/srcpkgs/libxslt/template @@ -4,15 +4,14 @@ version=1.1.34 revision=5 build_style=gnu-configure configure_args="--disable-static --disable-dependency-tracking" -hostmakedepends="docbook-xml docbook-xsl libtool python-devel - libxml2-python pkg-config" -makedepends="python-devel libxml2-devel libxml2-python libgcrypt-devel" +hostmakedepends="docbook-xml docbook-xsl libtool pkg-config" +makedepends="libxml2-devel libgcrypt-devel" short_desc="XSLT parser library from the GNOME project" maintainer="Orphaned " license="MIT" homepage="http://xmlsoft.org/XSLT/" distfiles="http://xmlsoft.org/sources/libxslt-${version}.tar.gz - ftp://xmlsoft.org/${pkgname}/${pkgname}-${version}.tar.gz" + ftp://xmlsoft.org/${pkgname}/${pkgname}-${version}.tar.gz" checksum="98b1bd46d6792925ad2dfe9a87452ea2adebf69dcb9919ffd55bf926a7f93f7f 98b1bd46d6792925ad2dfe9a87452ea2adebf69dcb9919ffd55bf926a7f93f7f" @@ -26,11 +25,6 @@ post_configure() { # by Usage: # Makefile is created after configure so fix here find ${wrksrc} -type f -name Makefile | xargs sed -i '/Usage/,/--version/d' - if [ "$CROSS_BUILD" ]; then - sed -e "s|/usr/include/python2.7|$XBPS_CROSS_BASE/&|g" \ - -e "s|/usr/lib/python2.7/site-packages|$XBPS_CROSS_BASE/&|g" \ - -i python/Makefile - fi } post_build() { @@ -67,12 +61,3 @@ libxslt-devel_package() { vmove usr/share/man/man3 } } - -libxslt-python_package() { - lib32disabled=yes - short_desc+=" - python extension" - pkg_install() { - vmove "usr/lib/python*" - vmove usr/share/doc/${sourcepkg}-python-${version} - } -}