diff --git a/python/python-rsa/.SRCINFO b/python/python-rsa/.SRCINFO new file mode 100644 index 0000000000..4cb71cc976 --- /dev/null +++ b/python/python-rsa/.SRCINFO @@ -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 diff --git a/python/python-rsa/.nvchecker.toml b/python/python-rsa/.nvchecker.toml new file mode 100644 index 0000000000..32f68a9124 --- /dev/null +++ b/python/python-rsa/.nvchecker.toml @@ -0,0 +1,3 @@ +[python-rsa] +source = "pypi" +pypi = "rsa" diff --git a/python/python-rsa/PKGBUILD b/python/python-rsa/PKGBUILD index e83885b3d3..fd5bb3d618 100644 --- a/python/python-rsa/PKGBUILD +++ b/python/python-rsa/PKGBUILD @@ -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() {