python3-scard: restore transitional package

Suggested-by: Piotr Wójcik <chocimier@tlen.pl>
This commit is contained in:
Đoàn Trần Công Danh 2020-06-04 06:50:59 +07:00
parent 9d3f74b269
commit 1c077142c4

View file

@ -2,7 +2,7 @@
pkgname=python3-pyscard
_pkgname=pyscard
version=1.9.9
revision=2
revision=3
wrksrc="${_pkgname}-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools swig"
@ -14,7 +14,13 @@ license="LGPL-2.1-or-later"
homepage="https://pyscard.sourceforge.io/index.html"
distfiles="${PYPI_SITE}/p/${_pkgname}/${_pkgname}-${version}.tar.gz"
checksum=e6bde541990183858740793806b1c7f4e798670519ae4c96145f35d5d7944c20
provides="python3-scard-${version}_$revision"
replaces="python3-scard>=0"
# 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
}