16 lines
527 B
Bash
16 lines
527 B
Bash
# Template file for 'python3-rsa'
|
|
pkgname=python3-rsa
|
|
version=4.0
|
|
revision=4
|
|
wrksrc="${pkgname#*-}-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-setuptools python3-pyasn1"
|
|
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=1a836406405730121ae9823e19c6e806c62bbad73f890574fff50efa4122c487
|
|
|
|
conflicts="python-rsa>=0"
|