mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
python3-pyscard: rename from python3-scard
This commit is contained in:
parent
826126d4a7
commit
a6a98a8b8f
4 changed files with 13 additions and 10 deletions
|
@ -2,13 +2,14 @@
|
||||||
pkgname=python3-fido2
|
pkgname=python3-fido2
|
||||||
_pkgname=fido2
|
_pkgname=fido2
|
||||||
version=0.8.1
|
version=0.8.1
|
||||||
revision=1
|
revision=2
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="${_pkgname}-${version}"
|
wrksrc="${_pkgname}-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-six python3-cryptography python3-scard"
|
depends="python3-six python3-cryptography python3-pyscard"
|
||||||
checkdepends="$depends"
|
# Missing fakefs will be pulled from pypi
|
||||||
|
checkdepends="$depends python3-mock"
|
||||||
short_desc="Library for FIDO2 functionality"
|
short_desc="Library for FIDO2 functionality"
|
||||||
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
|
|
|
@ -1,18 +1,20 @@
|
||||||
# Template file for 'python3-scard'
|
# Template file for 'python3-pyscard'
|
||||||
pkgname=python3-scard
|
pkgname=python3-pyscard
|
||||||
_pkgname=pyscard
|
_pkgname=pyscard
|
||||||
version=1.9.9
|
version=1.9.9
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="${_pkgname}-${version}"
|
wrksrc="${_pkgname}-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools swig"
|
hostmakedepends="python3-setuptools swig"
|
||||||
makedepends="python3-devel pcsclite-devel"
|
makedepends="python3-devel pcsclite-devel"
|
||||||
depends="python3 pcsclite"
|
depends="python3 pcsclite"
|
||||||
short_desc="Python library for smartcard"
|
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"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://pyscard.sourceforge.io/index.html"
|
homepage="https://pyscard.sourceforge.io/index.html"
|
||||||
distfiles="${PYPI_SITE}/p/${_pkgname}/${_pkgname}-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/${_pkgname}/${_pkgname}-${version}.tar.gz"
|
||||||
checksum=e6bde541990183858740793806b1c7f4e798670519ae4c96145f35d5d7944c20
|
checksum=e6bde541990183858740793806b1c7f4e798670519ae4c96145f35d5d7944c20
|
||||||
|
provides="python3-scard-${version}_$revision"
|
||||||
|
replaces="python3-scard>=0"
|
||||||
|
|
||||||
CPPFLAGS="-I${XBPS_CROSS_BASE}/usr/include/PCSC"
|
CPPFLAGS="-I${XBPS_CROSS_BASE}/usr/include/PCSC"
|
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'yubikey-manager'
|
# Template file for 'yubikey-manager'
|
||||||
pkgname=yubikey-manager
|
pkgname=yubikey-manager
|
||||||
version=3.1.1
|
version=3.1.1
|
||||||
revision=1
|
revision=2
|
||||||
archs=noarch
|
archs=noarch
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
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
|
python3-click python3-cryptography python3-six pcsc-ccid python3-setuptools
|
||||||
libykpers"
|
libykpers"
|
||||||
checkdepends="$depends python3-pytest"
|
checkdepends="$depends python3-pytest"
|
||||||
short_desc="Library and CLI tools to configure YubiKey"
|
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"
|
license="BSD-2-Clause"
|
||||||
homepage="https://developers.yubico.com/yubikey-manager/"
|
homepage="https://developers.yubico.com/yubikey-manager/"
|
||||||
distfiles="https://developers.yubico.com/${pkgname}/Releases/${pkgname}-${version}.tar.gz"
|
distfiles="https://developers.yubico.com/${pkgname}/Releases/${pkgname}-${version}.tar.gz"
|
||||||
|
|
Loading…
Add table
Reference in a new issue