2022-11-12 22:45:56 +01:00
|
|
|
# Description: Nginx plugin for Lets Encrypt client
|
2022-03-27 16:25:20 +02:00
|
|
|
# URL: https://pypi.python.org/pypi/certbot-nginx
|
|
|
|
# Maintainer: Tim Biermann, tbier at posteo dot de
|
2023-04-30 13:04:09 +02:00
|
|
|
# Depends on: certbot python3-mock python3-pyparsing
|
2022-03-27 16:25:20 +02:00
|
|
|
|
|
|
|
name=certbot-nginx
|
2023-10-20 21:28:14 +02:00
|
|
|
version=2.7.2
|
2022-04-08 12:57:11 +02:00
|
|
|
release=1
|
2022-03-27 16:25:20 +02:00
|
|
|
source=(https://pypi.io/packages/source/c/certbot-nginx/certbot-nginx-$version.tar.gz)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
|
|
|
/usr/bin/python3 -m build --wheel --no-isolation
|
2022-09-10 21:51:10 +02:00
|
|
|
/usr/bin/python3 -m installer --destdir=$PKG dist/*.whl
|
2022-03-27 16:25:20 +02:00
|
|
|
}
|