diff --git a/srcpkgs/python3-rsa/template b/srcpkgs/python3-rsa/template index a4c915dc72..c6874c00e6 100644 --- a/srcpkgs/python3-rsa/template +++ b/srcpkgs/python3-rsa/template @@ -1,16 +1,17 @@ # Template file for 'python3-rsa' pkgname=python3-rsa -version=4.0 -revision=4 +version=4.6 +revision=1 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-setuptools python3-pyasn1" +checkdepends="python3-mypy" short_desc="Pure-Python RSA implementation (Python3)" maintainer="Peter Bui " license="Apache-2.0" homepage="https://stuvel.eu/rsa" distfiles="${PYPI_SITE}/r/rsa/rsa-${version}.tar.gz" -checksum=1a836406405730121ae9823e19c6e806c62bbad73f890574fff50efa4122c487 +checksum=109ea5a66744dd859bf16fe904b8d8b627adafb9408753161e766a92e7d681fa conflicts="python-rsa>=0"