mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
testing/py3-gnupg: new aport
This commit is contained in:
parent
7acf074610
commit
c76e73c05e
27
testing/py3-gnupg/APKBUILD
Normal file
27
testing/py3-gnupg/APKBUILD
Normal file
@ -0,0 +1,27 @@
|
||||
# Contributor: Rasmus Thomsen <oss@cogitri.dev>
|
||||
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
|
||||
pkgname=py3-gnupg
|
||||
pkgver=0.4.4
|
||||
pkgrel=0
|
||||
pkgdesc="A Python3 wrapper for the Gnu Privacy Guard (GPG or GnuPG)"
|
||||
url="https://gnupg.readthedocs.io/en/latest/"
|
||||
arch="noarch"
|
||||
license="BSD-3-Clause"
|
||||
depends="python3 gnupg"
|
||||
makedepends="py3-setuptools"
|
||||
source="https://pypi.io/packages/source/p/python-gnupg/python-gnupg-$pkgver.tar.gz"
|
||||
builddir="$srcdir/python-gnupg-$pkgver"
|
||||
|
||||
build() {
|
||||
python3 setup.py build
|
||||
}
|
||||
|
||||
check() {
|
||||
NO_EXTERNAL_TESTS=no python3 test_gnupg.py
|
||||
}
|
||||
|
||||
package() {
|
||||
python3 setup.py install --prefix=/usr --root="$pkgdir"
|
||||
}
|
||||
|
||||
sha512sums="d643447833248ed35c9837482f8ec7cce478b21374d4fd7ec444008433f85898f6ab0026b9c6dc0deb9730e98ec8edcfc5ed08359776a3220adf8f44f266b199 python-gnupg-0.4.4.tar.gz"
|
||||
Loading…
x
Reference in New Issue
Block a user