Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Version 0.12.0-please.2
-----------------------
* Install Please run-time dependencies (#5)
* Install python-rules plugin dependencies (#7)

Version 0.12.0-please.1
-----------------------
* Initial release, based on upstream freebsd-builder v0.12.0
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.12.0-please.1
v0.12.0-please.2
16 changes: 13 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,19 @@ guaranteed to be useful for any other purpose.

- Only the FreeBSD 14.3 x86-64 image is built.
- Additional run-time dependencies for Please and the `pleasew` script are installed from Ports:
- bash
- curl
- git
- `bash`
- `curl`
- `git`
- Additional dependencies for Please's [python-rules plugin](https://github.com/please-build/python-rules) are
installed:
- The [`python3xx`](https://ports.freebsd.org/cgi/ports.cgi?query=python31&stype=name&sektion=lang) packages and
their corresponding [`py3xx-sqlite3`](https://ports.freebsd.org/cgi/ports.cgi?query=-sqlite3&stype=name&sektion=databases)
packages are installed from Ports.
- [pip](https://pypi.org/project/pip/) (and its dependencies, [setuptools](https://pypi.org/project/setuptools/) and
[wheel](https://pypi.org/project/wheel/), on Python < 3.12) are installed manually as site packages in the above
Python installations.
- The [`python3`](https://cgit.freebsd.org/ports/tree/lang/python3) package is installed from Ports, providing a
symlink to Ports' default Python interpreter at `python3` in `PATH`.

## Release version numbering

Expand Down