os
os copied to clipboard
Verison stream Tcl/Tk for 9.0
Version Tcl/Tk: 9.0 is latest, but 8.6 is still supported and needs version streaming.
The so:libtcl9 and so:libtcl9tk provides are used to preserve the package dependency graph. Splitting the libraries and includes out will need another pass.
For new version streams
- [X] The upstream project actually supports multiple concurrent versions.
- [X] Any subpackages include the version string in their package name (e.g.
name: ${{package.name}}-compat) - [X] The package (and subpackages)
provides:logical unversioned forms of the package (e.g.nodejs,nodejs-lts) - [ ] If non-streamed package names no longer built, open PR to withdraw them (see WITHDRAWING PACKAGES)
the sub package name needs changes
- name: tcl-doc
pipeline:
- uses: split/manpages
description: tcl manpages
- name: tcl-dev
to
- name: ${{package.name}}-doc
pipeline:
- uses: split/manpages
description: tcl manpages
This Pull Request is stale because it has been open for 90 days with no activity. It will automatically close after 30 more days of inactivity. Keep fresh with the 'lifecycle/frozen' label.