Skip to content

Commit

Permalink
py3-pygments - make py3.XX-package provide py3-package (#28993)
Browse files Browse the repository at this point in the history
These were missing boilerplate from the multi-version python packaging.

The result is that if you 'apk add py3-pygments' you only get the empty
parent package.
  • Loading branch information
smoser committed Sep 23, 2024
1 parent 7a2f441 commit d543d65
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 1 addition & 2 deletions py3-pluggy.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: py3-pluggy
version: 1.5.0
epoch: 3
epoch: 4
description: "Plugin management and hook calling for Python"
copyright:
- license: MIT
Expand Down Expand Up @@ -44,7 +44,6 @@ subpackages:
- uses: py/pip-build-install
with:
python: python${{range.key}}
- uses: strip
test:
pipeline:
- uses: python/import
Expand Down
4 changes: 3 additions & 1 deletion py3-pygments.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: py3-pygments
version: 2.18.0
epoch: 0
epoch: 1
description: Syntax highlighting package written in Python
copyright:
- license: BSD-2-Clause
Expand Down Expand Up @@ -43,6 +43,8 @@ subpackages:
description: ${{vars.pypi-package}} installed for python${{range.key}}
dependencies:
provider-priority: ${{range.value}}
provides:
- py3-${{vars.pypi-package}}
pipeline:
- uses: py/pip-build-install
with:
Expand Down

0 comments on commit d543d65

Please sign in to comment.