* update python-rsa to 4.9-6

This commit is contained in:
Alexander Baldeck 2024-12-04 17:25:53 +01:00
parent d331aa3c7a
commit c6ba42dbaa
3 changed files with 21 additions and 2 deletions

View File

@ -0,0 +1,16 @@
pkgbase = python-rsa
pkgdesc = Pure-Python RSA implementation
pkgver = 4.9
pkgrel = 6
url = https://github.com/sybrenstuvel/python-rsa/
arch = any
license = BSD
makedepends = python-poetry-core
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
depends = python-pyasn1
source = https://files.pythonhosted.org/packages/source/r/rsa/rsa-4.9.tar.gz
sha256sums = e38464a49c6c85d7f1351b0126661487a7e0a14a50f1675ec50eb34d4f20ef21
pkgname = python-rsa

View File

@ -0,0 +1,3 @@
[python-rsa]
source = "pypi"
pypi = "rsa"

View File

@ -3,7 +3,7 @@
pkgname=python-rsa
pkgver=4.9
pkgrel=4
pkgrel=6
_libname=rsa
pkgdesc="Pure-Python RSA implementation"
arch=(any)
@ -11,7 +11,7 @@ url="https://github.com/sybrenstuvel/python-rsa/"
license=('BSD')
source=(https://files.pythonhosted.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz)
depends=(python-pyasn1)
makedepends=(python-poetry python-build python-installer python-wheel)
makedepends=(python-poetry-core python-build python-installer python-wheel)
sha256sums=('e38464a49c6c85d7f1351b0126661487a7e0a14a50f1675ec50eb34d4f20ef21')
build() {