mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-02 14:32:14 +01:00
30 lines
833 B
Plaintext
30 lines
833 B
Plaintext
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
|
|
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
|
|
pkgname=certbot-apache
|
|
pkgver=1.17.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="
|
|
2ccee9f47ad0a873747442d5f06295366a67e4793e59c6b710d335dee1a074133e64b2eb8c8246c64d88a2cda0c26176b572a9a7f98cca0368d1047feb65f653 certbot-apache-1.17.0.tar.gz
|
|
"
|