python3-pyscard: rename from python3-scard
This commit is contained in:
parent
826126d4a7
commit
a6a98a8b8f
@ -2,13 +2,14 @@
|
||||
pkgname=python3-fido2
|
||||
_pkgname=fido2
|
||||
version=0.8.1
|
||||
revision=1
|
||||
revision=2
|
||||
archs=noarch
|
||||
wrksrc="${_pkgname}-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-six python3-cryptography python3-scard"
|
||||
checkdepends="$depends"
|
||||
depends="python3-six python3-cryptography python3-pyscard"
|
||||
# Missing fakefs will be pulled from pypi
|
||||
checkdepends="$depends python3-mock"
|
||||
short_desc="Library for FIDO2 functionality"
|
||||
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
||||
license="BSD-2-Clause"
|
||||
|
@ -1,18 +1,20 @@
|
||||
# Template file for 'python3-scard'
|
||||
pkgname=python3-scard
|
||||
# Template file for 'python3-pyscard'
|
||||
pkgname=python3-pyscard
|
||||
_pkgname=pyscard
|
||||
version=1.9.9
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="${_pkgname}-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools swig"
|
||||
makedepends="python3-devel pcsclite-devel"
|
||||
depends="python3 pcsclite"
|
||||
short_desc="Python library for smartcard"
|
||||
maintainer="Doan Tran Cong Danh <congdanhqx@gmail.com>"
|
||||
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
||||
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"
|
||||
|
||||
CPPFLAGS="-I${XBPS_CROSS_BASE}/usr/include/PCSC"
|
@ -1,16 +1,16 @@
|
||||
# Template file for 'yubikey-manager'
|
||||
pkgname=yubikey-manager
|
||||
version=3.1.1
|
||||
revision=1
|
||||
revision=2
|
||||
archs=noarch
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="libu2f-host python3-fido2 python3-openssl python3-usb python3-scard
|
||||
depends="libu2f-host python3-fido2 python3-openssl python3-usb python3-pyscard
|
||||
python3-click python3-cryptography python3-six pcsc-ccid python3-setuptools
|
||||
libykpers"
|
||||
checkdepends="$depends python3-pytest"
|
||||
short_desc="Library and CLI tools to configure YubiKey"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
||||
license="BSD-2-Clause"
|
||||
homepage="https://developers.yubico.com/yubikey-manager/"
|
||||
distfiles="https://developers.yubico.com/${pkgname}/Releases/${pkgname}-${version}.tar.gz"
|
||||
|
Loading…
x
Reference in New Issue
Block a user