17 lines
520 B
Bash
17 lines
520 B
Bash
# Template file for 'python3-rsa'
|
|
pkgname=python3-rsa
|
|
version=4.6
|
|
revision=4
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-setuptools python3-pyasn1"
|
|
checkdepends="python3-mypy"
|
|
short_desc="Pure-Python RSA implementation (Python3)"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="Apache-2.0"
|
|
homepage="https://stuvel.eu/rsa"
|
|
distfiles="${PYPI_SITE}/r/rsa/rsa-${version}.tar.gz"
|
|
checksum=109ea5a66744dd859bf16fe904b8d8b627adafb9408753161e766a92e7d681fa
|
|
|
|
conflicts="python-rsa>=0"
|