void-packages/srcpkgs/python-iwlib/template
Jürgen Buchmüller 94d5337d3f python-iwlib: set python_version=2
But there is also python3-setuptools in the hostmakedepends?
2020-05-27 22:01:55 +02:00

18 lines
670 B
Bash

# Template file for 'python-iwlib'
pkgname=python-iwlib
version=1.6.2
revision=4
wrksrc="${pkgname/python-//}-${version}"
build_style=meta
pycompile_module="iwlib"
hostmakedepends="python-setuptools python3-setuptools"
makedepends="python-devel python3-devel wireless_tools-devel libffi-devel"
depends="python wireless_tools"
short_desc="Python2 Iwlib wrapper for interacting with wireless devices"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-only"
homepage="https://github.com/nathan-hoad/python-iwlib"
distfiles="${PYPI_SITE}/i/iwlib/iwlib-${version}.tar.gz"
checksum=7496bcc3f7abb9b23071f83a86b4386fab41852d7ecc7aee05b6e42b832606f3
python_version=2