Skip to content

Commit

Permalink
py3-pygments - make py3.XX-package provide py3-package
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 20, 2024
1 parent 92a901f commit 280f4b2
Showing 1 changed file with 3 additions and 1 deletion.
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 280f4b2

Please sign in to comment.