-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add a rock for core24 Snapcraft 8.x
- Loading branch information
Showing
4 changed files
with
15 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
name: snapcraft-core22 | ||
base: [email protected] | ||
name: snapcraft-core24 | ||
base: [email protected] | ||
build-base: devel | ||
version: 8.0.4 | ||
summary: easily create core22 snaps | ||
summary: easily create core24 snaps | ||
description: | | ||
Snapcraft aims to make upstream developers' lives easier and as such is not | ||
a single toolset, but instead is a collection of tools that enable the | ||
natural workflow of an upstream to be extended with a simple release step | ||
into Snappy. | ||
This version of Snapcraft is able to build core22 snaps in destructive mode | ||
This version of Snapcraft is able to build core24 snaps in destructive mode | ||
only. | ||
license: GPL-3.0 | ||
platforms: | ||
|
@@ -23,9 +24,6 @@ parts: | |
python-packages: | ||
- wheel | ||
- pip | ||
# Limited to < 66 because we need `pkg_resources` and because `python-apt` | ||
# does not build with the latest (shouldn't this be in constraints.txt?) | ||
- setuptools<66 | ||
python-constraints: | ||
- constraints.txt | ||
python-requirements: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters