mirror of
https://github.com/nicolargo/glances.git
synced 2024-12-23 09:11:49 +03:00
Get back to Core20 because Snap is PISA again
This commit is contained in:
parent
dbed127987
commit
5bb1047151
@ -67,7 +67,7 @@ parts:
|
|||||||
docker:
|
docker:
|
||||||
plugin: python
|
plugin: python
|
||||||
source: https://github.com/docker/docker-py.git
|
source: https://github.com/docker/docker-py.git
|
||||||
source-tag: '6.1.2'
|
source-tag: '3.7.3'
|
||||||
source-depth: 1
|
source-depth: 1
|
||||||
override-build: |
|
override-build: |
|
||||||
mkdir -p $SNAPCRAFT_PART_BUILD/dist
|
mkdir -p $SNAPCRAFT_PART_BUILD/dist
|
||||||
@ -75,50 +75,6 @@ parts:
|
|||||||
organize:
|
organize:
|
||||||
docker-dist: docker/dist
|
docker-dist: docker/dist
|
||||||
|
|
||||||
python-dateutil:
|
|
||||||
plugin: python
|
|
||||||
source: https://github.com/dateutil/dateutil.git
|
|
||||||
source-tag: '2.8.2'
|
|
||||||
source-depth: 1
|
|
||||||
override-build: |
|
|
||||||
mkdir -p $SNAPCRAFT_PART_BUILD/dist
|
|
||||||
cp -r $SNAPCRAFT_PART_BUILD/dist $SNAPCRAFT_PART_INSTALL/python-dateutil-dist
|
|
||||||
organize:
|
|
||||||
python-dateutil-dist: python-dateutil/dist
|
|
||||||
|
|
||||||
six:
|
|
||||||
plugin: python
|
|
||||||
source: https://github.com/benjaminp/six.git
|
|
||||||
source-tag: '1.16.0'
|
|
||||||
source-depth: 1
|
|
||||||
override-build: |
|
|
||||||
mkdir -p $SNAPCRAFT_PART_BUILD/dist
|
|
||||||
cp -r $SNAPCRAFT_PART_BUILD/dist $SNAPCRAFT_PART_INSTALL/six-dist
|
|
||||||
organize:
|
|
||||||
six-dist: six/dist
|
|
||||||
|
|
||||||
podman:
|
|
||||||
plugin: python
|
|
||||||
source: https://github.com/containers/podman-py.git
|
|
||||||
source-tag: '4.5.0'
|
|
||||||
source-depth: 1
|
|
||||||
override-build: |
|
|
||||||
mkdir -p $SNAPCRAFT_PART_BUILD/dist
|
|
||||||
cp -r $SNAPCRAFT_PART_BUILD/dist $SNAPCRAFT_PART_INSTALL/podman-dist
|
|
||||||
organize:
|
|
||||||
podman-dist: podman/dist
|
|
||||||
|
|
||||||
packaging:
|
|
||||||
plugin: python
|
|
||||||
source: https://github.com/pypa/packaging.git
|
|
||||||
source-tag: '23.1'
|
|
||||||
source-depth: 1
|
|
||||||
override-build: |
|
|
||||||
mkdir -p $SNAPCRAFT_PART_BUILD/dist
|
|
||||||
cp -r $SNAPCRAFT_PART_BUILD/dist $SNAPCRAFT_PART_INSTALL/packaging-dist
|
|
||||||
organize:
|
|
||||||
packaging-dist: packaging/dist
|
|
||||||
|
|
||||||
launchers:
|
launchers:
|
||||||
source: snap/local/launchers
|
source: snap/local/launchers
|
||||||
plugin: dump
|
plugin: dump
|
||||||
|
Loading…
Reference in New Issue
Block a user