summaryrefslogtreecommitdiffstats
path: root/snap
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2022-10-22 11:53:39 +0200
committernicolargo <nicolas@nicolargo.com>2022-10-22 11:53:39 +0200
commitfacb436030f9d51afa499fc49c85cfabc269a61a (patch)
treee3592f67d229deeb619e4001509cc9c493f3cd27 /snap
parenta4105ee6e89e3546477c6c40f0b8406321fd6b1b (diff)
Another try for snap - Related to #1801
Diffstat (limited to 'snap')
-rw-r--r--snap/snapcraft.yaml8
1 files changed, 6 insertions, 2 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index 3ef5de26..caf34063 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -53,6 +53,7 @@ parts:
override-pull: |
snapcraftctl pull
"$SNAPCRAFT_STAGE"/scriptlets/selective-checkout
+
bottle:
plugin: python
source: https://github.com/bottlepy/bottle.git
@@ -63,21 +64,24 @@ parts:
cp -r $SNAPCRAFT_PART_BUILD/dist $SNAPCRAFT_PART_INSTALL/bottle-dist
organize:
bottle-dist: bottle/dist
+
docker:
plugin: python
source: https://github.com/docker/docker-py.git
- source-tag: '3.7.3'
+ source-tag: '6.0.0'
source-depth: 1
override-build: |
mkdir -p $SNAPCRAFT_PART_BUILD/dist
cp -r $SNAPCRAFT_PART_BUILD/dist $SNAPCRAFT_PART_INSTALL/docker-dist
organize:
bottle-dist: docker/dist
+
launchers:
- source: snap/local/launchers
+ source: local/launchers
plugin: dump
organize:
'*': bin/
+
selective-checkout:
plugin: nil
build-packages: