mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-24 11:45:18 +03:00
29 lines
833 B
Text
29 lines
833 B
Text
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
|
|
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
|
|
pkgname=certbot-apache
|
|
pkgver=1.18.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 setup.py test
|
|
}
|
|
|
|
package() {
|
|
python3 setup.py install --prefix=/usr --root="$pkgdir"
|
|
}
|
|
|
|
sha512sums="
|
|
f528d5a1a7fff44f685c3155b27bca20723e318817f3499e60a1eb66272e59a644234957325a46366d6f1e993bcb57dee0a8d5acf82cd99a5eaba17dd60f85bb certbot-apache-1.18.0.tar.gz
|
|
"
|