# Template file for 'python3-pyscard' pkgname=python3-pyscard _pkgname=pyscard version=2.0.0 revision=3 wrksrc="${_pkgname}-${version}" build_style=python3-module hostmakedepends="python3-setuptools swig" makedepends="python3-devel pcsclite-devel" depends="python3 pcsclite libpcsclite" short_desc="Python library for smartcard" maintainer="Đoàn Trần Công Danh " license="LGPL-2.1-or-later" homepage="https://pyscard.sourceforge.io/index.html" distfiles="${PYPI_SITE}/p/${_pkgname}/${_pkgname}-${version}.tar.gz" checksum=b364d9d9186e793c1c4709eb72a4d29e09067d36ca463b2c2abd995bd1055779 # provides="python3-scard-${version}_$revision" # replaces="python3-scard>=0" CPPFLAGS="-I${XBPS_CROSS_BASE}/usr/include/PCSC" python3-scard_package() { depends="python3-pyscard" short_desc+=" - transitional dummy package" build_style=meta }