mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 00:22:28 +02:00
Partial fix for #8256 This PR disable the build isolation for snap dns plugins similarly to what is done for the certbot snap.
43 lines
1.2 KiB
YAML
43 lines
1.2 KiB
YAML
# This file is generated by tools/generate_dnsplugins_snapcraft.sh and should not be edited manually.
|
|
name: certbot-dns-dnsimple
|
|
summary: DNSimple DNS Authenticator plugin for Certbot
|
|
description: DNSimple DNS Authenticator plugin for Certbot
|
|
confinement: strict
|
|
grade: devel
|
|
base: core20
|
|
adopt-info: certbot-dns-dnsimple
|
|
|
|
parts:
|
|
certbot-dns-dnsimple:
|
|
plugin: python
|
|
source: .
|
|
constraints: [$SNAPCRAFT_PART_SRC/snap-constraints.txt]
|
|
override-pull: |
|
|
snapcraftctl pull
|
|
snapcraftctl set-version `grep ^version $SNAPCRAFT_PART_SRC/setup.py | cut -f2 -d= | tr -d "'[:space:]"`
|
|
build-environment:
|
|
- SNAP_BUILD: "True"
|
|
- PIP_NO_BUILD_ISOLATION: "no"
|
|
# To build cryptography and cffi if needed
|
|
build-packages: [gcc, libffi-dev, libssl-dev, python3-dev]
|
|
certbot-metadata:
|
|
plugin: dump
|
|
source: .
|
|
stage: [setup.py, certbot-shared]
|
|
override-pull: |
|
|
snapcraftctl pull
|
|
mkdir -p $SNAPCRAFT_PART_SRC/certbot-shared
|
|
|
|
slots:
|
|
certbot:
|
|
interface: content
|
|
content: certbot-1
|
|
read:
|
|
- $SNAP/lib/python3.8/site-packages
|
|
|
|
plugs:
|
|
certbot-metadata:
|
|
interface: content
|
|
content: metadata-1
|
|
target: $SNAP/certbot-shared
|