Skip to content

Commit

Permalink
Add support for FreeBSD's pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Feb 20, 2024
1 parent 2aabe4b commit 35ee268
Show file tree
Hide file tree
Showing 10 changed files with 469 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .github/labels-extra.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@
"color": "#bfdadc",
"description": "pip, pipx"
},
{
"name": "πŸ“¦ manager: pkg",
"color": "#bfdadc",
"description": "pkg"
},
{
"name": "πŸ“¦ manager: scoop",
"color": "#bfdadc",
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/labeller-content-based.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@ jobs:
- "pip"
- "pipx"
"πŸ“¦ manager: pkg":
- "pkg"
"πŸ“¦ manager: scoop":
- "scoop"
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/labeller-file-based.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,11 @@ jobs:
- meta_package_manager/managers/pip*
- meta_package_manager/tests/*pip*
"πŸ“¦ manager: pkg":
- changed-files:
- any-glob-to-any-file:
- meta_package_manager/managers/pkg*
"πŸ“¦ manager: scoop":
- changed-files:
- any-glob-to-any-file:
Expand Down
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
This version is not released yet and is under active development.
```

- \[pkg\] Add support for `pkg` on FreeBSD.
- \[mpm\] Build `arm64` binaries on `macos-14`.
- \[mpm\] Run tests on `macos-14` instead of `macos-13`.
- \[mpm\] Run tests on Python 3.13-dev branch.
Expand Down
2 changes: 1 addition & 1 deletion docs/benchmark.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ but [there might be a greater need for such tools](usecase.md) out there. Here i
| `pikaur` | | βœ“ | | | |
| `pip` | βœ“ | βœ“ | βœ“ | | βœ“ |
| `pipx` | βœ“ | βœ“ | | | |
| `pkg` | | βœ“ | | | βœ“ |
| `pkg` | βœ“ | βœ“ | | | βœ“ |
| `pkg-mgr` | | | | | βœ“ |
| `pkg-tools` | | | | βœ“ | |
| `pkgin` | | βœ“ | | | |
Expand Down

0 comments on commit 35ee268

Please sign in to comment.