2022-05-04 14:42:05 +02:00

30 lines
829 B
Plaintext

# Contributor: Francesco Colista <fcolista@alpinelinux.org>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=certbot-apache
pkgver=1.27.0
pkgrel=0
pkgdesc="Apache plugin for Certbot client"
url="https://pypi.org/project/certbot-apache/"
arch="noarch"
license="Apache-2.0"
depends="certbot py3-acme py3-mock py3-augeas
py3-setuptools py3-pip py3-zope-component py3-zope-interface"
checkdepends="py3-pytest"
source="https://pypi.io/packages/source/c/certbot-apache/certbot-apache-$pkgver.tar.gz"
build() {
python3 setup.py build
}
check() {
python3 -m pytest
}
package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
sha512sums="
b46beff5305ac85fb2da558b25276d650425bd3f7d10d006d57ae8496a6b9f174fd05d089683edcda23a9323f224b99bb721793c3bf26af596982cec67466e82 certbot-apache-1.27.0.tar.gz
"