mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 03:05:48 +03:00
29 lines
821 B
Text
29 lines
821 B
Text
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
|
|
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
|
|
pkgname=certbot-nginx
|
|
pkgver=1.18.0
|
|
pkgrel=0
|
|
pkgdesc="Nginx plugin for Certbot client"
|
|
url="https://pypi.org/project/certbot-nginx/"
|
|
arch="noarch"
|
|
license="Apache-2.0"
|
|
depends="certbot py3-acme py3-mock py3-openssl py3-parsing
|
|
py3-setuptools py3-pip py3-zope-interface"
|
|
checkdepends="py3-pytest"
|
|
source="https://pypi.io/packages/source/c/certbot-nginx/certbot-nginx-$pkgver.tar.gz"
|
|
|
|
build() {
|
|
python3 setup.py build
|
|
}
|
|
|
|
check() {
|
|
python3 setup.py test
|
|
}
|
|
|
|
package() {
|
|
python3 setup.py install --prefix=/usr --root="$pkgdir"
|
|
}
|
|
|
|
sha512sums="
|
|
935e682111456a7df6eff33f3cd3d0b20612f455db79ce559d79e9666aa78060eb5723376dbee5830dccb5362ac142947005d7fe52536f49130c3507a2dea895 certbot-nginx-1.18.0.tar.gz
|
|
"
|