From 2387157904e4f0ecf8cf37945427a9ad982bf976 Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Tue, 24 Dec 2019 09:19:44 -0600 Subject: [PATCH] python-iwlib: set to meta to remove --- srcpkgs/python-iwlib/template | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/srcpkgs/python-iwlib/template b/srcpkgs/python-iwlib/template index 29ff179c79b..82a5ea83418 100644 --- a/srcpkgs/python-iwlib/template +++ b/srcpkgs/python-iwlib/template @@ -3,7 +3,7 @@ pkgname=python-iwlib version=1.6.2 revision=3 wrksrc="${pkgname/python-//}-${version}" -build_style=python-module +build_style=meta pycompile_module="iwlib" hostmakedepends="python-setuptools python3-setuptools" makedepends="python-devel python3-devel wireless_tools-devel libffi-devel" @@ -14,18 +14,3 @@ license="GPL-2.0-only" homepage="https://github.com/nathan-hoad/python-iwlib" distfiles="${PYPI_SITE}/i/iwlib/iwlib-${version}.tar.gz" checksum=7496bcc3f7abb9b23071f83a86b4386fab41852d7ecc7aee05b6e42b832606f3 -nocross=https://build.voidlinux.org/builders/aarch64-musl_builder/builds/11458/steps/shell_3/logs/stdio - -do_check() { - python3 test/test_imports.py - python2 test/test_imports.py -} - -python3-iwlib_package() { - pycompile_module="iwlib" - depends="python3 wireless_tools" - short_desc="${short_desc/Python2/Python3}" - pkg_install() { - vmove usr/lib/python3* - } -}