58 lines
1.9 KiB
YAML
58 lines
1.9 KiB
YAML
# This file is generated automatically and should not be edited manually.
|
|
name: certbot-dns-ionos
|
|
summary: IONOS DNS Authenticator plugin for Certbot
|
|
description: IONOS DNS Authenticator plugin for Certbot
|
|
confinement: strict
|
|
grade: stable
|
|
base: core24
|
|
adopt-info: certbot-dns-ionos
|
|
|
|
parts:
|
|
certbot-dns-ionos:
|
|
plugin: python
|
|
source: .
|
|
override-pull: |
|
|
craftctl default
|
|
craftctl set version=$(grep ^version $SNAPCRAFT_PART_SRC/setup.py | cut -f2 -d= | tr -d "'[:space:]")
|
|
build-environment:
|
|
# We set this environment variable while building to try and increase the
|
|
# stability of fetching the rust crates needed to build the cryptography
|
|
# library.
|
|
- CARGO_NET_GIT_FETCH_WITH_CLI: "true"
|
|
# Constraints are passed through the environment variable PIP_CONSTRAINTS instead of using the
|
|
# parts.[part_name].constraints option available in snapcraft.yaml when the Python plugin is
|
|
# used. This is done to let these constraints be applied not only on the certbot package
|
|
# build, but also on any isolated build that pip could trigger when building wheels for
|
|
# dependencies. See https://github.com/certbot/certbot/pull/8443 for more info.
|
|
- PIP_CONSTRAINT: $SNAPCRAFT_PART_SRC/snap-constraints.txt
|
|
- SNAP_BUILD: "True"
|
|
# To build cryptography and cffi if needed
|
|
build-packages:
|
|
- gcc
|
|
- git
|
|
- build-essential
|
|
- libssl-dev
|
|
- libffi-dev
|
|
- python3-dev
|
|
- cargo
|
|
- pkg-config
|
|
certbot-metadata:
|
|
plugin: dump
|
|
source: .
|
|
stage: [setup.py, certbot-shared]
|
|
override-pull: |
|
|
craftctl default
|
|
mkdir -p $SNAPCRAFT_PART_SRC/certbot-shared
|
|
|
|
slots:
|
|
certbot:
|
|
interface: content
|
|
content: certbot-1
|
|
read:
|
|
- $SNAP/lib/python3.12/site-packages
|
|
|
|
plugs:
|
|
certbot-metadata:
|
|
interface: content
|
|
content: metadata-1
|
|
target: $SNAP/certbot-shared
|