python3-scard: restore transitional package
Suggested-by: Piotr Wójcik <chocimier@tlen.pl>
This commit is contained in:
parent
9d3f74b269
commit
1c077142c4
1 changed files with 9 additions and 3 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue