vp-build/srcpkgs/python3-rsa/template

18 lines
555 B
Bash

# Template file for 'python3-rsa'
pkgname=python3-rsa
version=4.6
revision=2
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 <pnutzh4x0r@gmail.com>"
license="Apache-2.0"
homepage="https://stuvel.eu/rsa"
distfiles="${PYPI_SITE}/r/rsa/rsa-${version}.tar.gz"
checksum=109ea5a66744dd859bf16fe904b8d8b627adafb9408753161e766a92e7d681fa
conflicts="python-rsa>=0"