pdbp_bump: to latest version, readme/pyproject tweaks #66
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "pdbp_bump"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
Fixed a regression that is already landed in latest
pdbp, fixed the readme to use dev deps-group flags, more tidying of thepyproject.toml.lgtm! if we add dev to default-groups i think we’re not gonna need uv sync –dev , uv sync can include uis and dev.
Agreed but i switched it to just
uisfor now bcdevshouldn’t really be installed by default imo, only the bare set of deps to get the charting going i’m thinking; the rest is really only if you’re hacking on the project.@ -96,3 +96,3 @@include all GUIs (ex. for charting)::uv sync --extra uisuv sync --group uisYeah i realize
uisis the default group installed now but i think it’s to be explicit with this as well as the fact this instruction will continue to work despite changing the default group in the future.@ -83,1 +83,3 @@# service tree in distributed mode B)# [optional-dependencies]# uis = []# ?TODO? really we should be able to mv this `uis` groupThis is an outstanding question which we should follow whenever we get to the point where we’re actually publishing a pkg (like on pypi), since only
optional-dependenciesactually are included in the disti..The thing is if we go back to
uisas opt-deps then we can’t nicely “nested include” them in thedevgroup.. 🤷So for now i’m just leaving the todo.
Yeah gonna land this B)
@ -98,4 +110,0 @@"qdarkstyle >=3.0.2, <4.0.0","pyqt6 >=6.7.0, <7.0.0","pyqtgraph",i guess that duplication musta been from my own sloppy rebasing Bp
@ -146,3 +154,4 @@# now.]dbs = ["elasticsearch >=8.9.0, <9.0.0",this likely will be dropped down the road when we finally move to @guille’s new lib:
https://github.com/guilledk/native-db