mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
community/py3-rsa: upgrade to 4.9.1
This commit is contained in:
parent
5d44172b3b
commit
f1bd830aa0
@ -2,14 +2,16 @@
|
||||
# Maintainer: Keith Maxwell <keith.maxwell@gmail.com>
|
||||
pkgname=py3-rsa
|
||||
_pkgname=rsa
|
||||
pkgver=4.9
|
||||
pkgrel=3
|
||||
pkgver=4.9.1
|
||||
pkgrel=0
|
||||
pkgdesc="Pure-Python3 RSA implementation"
|
||||
url="https://stuvel.eu/rsa"
|
||||
arch="noarch"
|
||||
license="Apache-2.0"
|
||||
depends="python3 py3-asn1"
|
||||
makedepends="py3-setuptools"
|
||||
makedepends="
|
||||
py3-gpep517
|
||||
py3-poetry-core"
|
||||
checkdepends="py3-pytest py3-mock py3-mypy"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="https://files.pythonhosted.org/packages/source/r/rsa/rsa-$pkgver.tar.gz"
|
||||
@ -20,7 +22,9 @@ replaces="py-rsa" # Backwards compatibility
|
||||
provides="py-rsa=$pkgver-r$pkgrel" # Backwards compatibility
|
||||
|
||||
build() {
|
||||
python3 setup.py build
|
||||
gpep517 build-wheel \
|
||||
--wheel-dir .dist \
|
||||
--output-fd 3 3>&1 >&2
|
||||
}
|
||||
|
||||
check() {
|
||||
@ -28,9 +32,10 @@ check() {
|
||||
}
|
||||
|
||||
package() {
|
||||
python3 setup.py install --skip-build --root="$pkgdir"
|
||||
python3 -m installer -d "$pkgdir" \
|
||||
.dist/*.whl
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
85f359cc448a42f267f425fcf761597eeeab942523de49284b01d6ea2bcca8bddf0fac26926b487ae91c15889a7c4897a33ee00de859f28fe9cca19ef98c3f19 rsa-4.9.tar.gz
|
||||
b4ec4aaf24b3bdfa2d51480200ac4c2dff4714308e44dc15d7914981eaefbaca7d499eaa6703965828f6692fe33edea1e76a1ab689d733d2f681a6f4f44cdd6e rsa-4.9.1.tar.gz
|
||||
"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user