* update python-rsa to 4.9-6
This commit is contained in:
parent
d331aa3c7a
commit
c6ba42dbaa
16
python/python-rsa/.SRCINFO
Normal file
16
python/python-rsa/.SRCINFO
Normal 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
|
3
python/python-rsa/.nvchecker.toml
Normal file
3
python/python-rsa/.nvchecker.toml
Normal file
@ -0,0 +1,3 @@
|
||||
[python-rsa]
|
||||
source = "pypi"
|
||||
pypi = "rsa"
|
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user