Skip to content

Commit

Permalink
List travertino before core when installing from local directories (#…
Browse files Browse the repository at this point in the history
…3169)

Alters the order of dependencies to guarantee resolution order with older versions of pip.
  • Loading branch information
mhsmith authored Feb 8, 2025
1 parent c05698f commit 7ea9b9f
Show file tree
Hide file tree
Showing 46 changed files with 46 additions and 45 deletions.
1 change: 1 addition & 0 deletions changes/3169.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
List travertino before core when installing from local directories
2 changes: 1 addition & 1 deletion examples/activityindicator/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ formal_name = "Activity Indicator"
description = "A testing app"
sources = ["activityindicator"]
requires = [
"../../core",
"../../travertino",
"../../core",
]


Expand Down
2 changes: 1 addition & 1 deletion examples/beeliza/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ formal_name = "Beeliza"
description = "A testing app"
sources = ["beeliza"]
requires = [
"../../core",
"../../travertino",
"../../core",
]


Expand Down
2 changes: 1 addition & 1 deletion examples/box/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ formal_name = "Box Demo"
description = "A testing app"
sources = ["box"]
requires = [
"../../core",
"../../travertino",
"../../core",
]


Expand Down
2 changes: 1 addition & 1 deletion examples/button/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ formal_name = "Button Demo"
description = "A testing app"
sources = ["button"]
requires = [
"../../core",
"../../travertino",
"../../core",
]


Expand Down
2 changes: 1 addition & 1 deletion examples/canvas/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ formal_name = "Canvas Demo"
description = "A testing app"
sources = ["canvas"]
requires = [
"../../core",
"../../travertino",
"../../core",
]


Expand Down
2 changes: 1 addition & 1 deletion examples/colors/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ formal_name = "colors"
description = "A testing app"
sources = ["colors"]
requires = [
"../../core",
"../../travertino",
"../../core",
]


Expand Down
2 changes: 1 addition & 1 deletion examples/command/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ formal_name = "Command Example"
description = "A testing app"
sources = ["command"]
requires = [
"../../core",
"../../travertino",
"../../core",
]


Expand Down
2 changes: 1 addition & 1 deletion examples/date_and_time/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ formal_name = "Date And Time"
description = "A testing app"
sources = ["date_and_time"]
requires = [
"../../core",
"../../travertino",
"../../core",
]


Expand Down
2 changes: 1 addition & 1 deletion examples/detailedlist/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ formal_name = "DetailedList Demo"
description = "A testing app"
sources = ["detailedlist"]
requires = [
"../../core",
"../../travertino",
"../../core",
]


Expand Down
2 changes: 1 addition & 1 deletion examples/dialogs/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ formal_name = "Dialog Demo"
description = "A testing app"
sources = ["dialogs"]
requires = [
"../../core",
"../../travertino",
"../../core",
]


Expand Down
2 changes: 1 addition & 1 deletion examples/divider/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ formal_name = "Divider Demo"
description = "A testing app"
sources = ["divider"]
requires = [
"../../core",
"../../travertino",
"../../core",
]


Expand Down
2 changes: 1 addition & 1 deletion examples/documentapp/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ formal_name = "Document App"
description = "A testing app"
sources = ["documentapp"]
requires = [
"../../core",
"../../travertino",
"../../core",
]


Expand Down
2 changes: 1 addition & 1 deletion examples/examples_overview/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ formal_name = "Examples Overview"
description = "A testing app"
sources = ["examples_overview"]
requires = [
"../../core",
"../../travertino",
"../../core",
]


Expand Down
2 changes: 1 addition & 1 deletion examples/focus/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ formal_name = "Focus Demo"
description = "A testing app"
sources = ["focus"]
requires = [
"../../core",
"../../travertino",
"../../core",
]


Expand Down
2 changes: 1 addition & 1 deletion examples/font/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ formal_name = "Font Example"
description = "A testing app"
sources = ["font"]
requires = [
"../../core",
"../../travertino",
"../../core",
]


Expand Down
2 changes: 1 addition & 1 deletion examples/font_size/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ formal_name = "Font size Test"
description = "A testing app"
sources = ["font_size"]
requires = [
"../../core",
"../../travertino",
"../../core",
]

[tool.briefcase.app.font_size.macOS]
Expand Down
2 changes: 1 addition & 1 deletion examples/handlers/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ formal_name = "Handler Demo"
description = "A testing app"
sources = ["handlers"]
requires = [
"../../core",
"../../travertino",
"../../core",
"httpx",
]

Expand Down
2 changes: 1 addition & 1 deletion examples/imageview/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ formal_name = "ImageView Demo"
description = "A testing app"
sources = ["imageview"]
requires = [
"../../core",
"../../travertino",
"../../core",
]


Expand Down
2 changes: 1 addition & 1 deletion examples/layout/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ formal_name = "Layout Test"
description = "A testing app"
sources = ["layout"]
requires = [
"../../core",
"../../travertino",
"../../core",
]


Expand Down
2 changes: 1 addition & 1 deletion examples/multilinetextinput/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ formal_name = "MultilineTextInput Demo"
description = "A testing app"
sources = ["multilinetextinput"]
requires = [
"../../core",
"../../travertino",
"../../core",
]


Expand Down
2 changes: 1 addition & 1 deletion examples/numberinput/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ formal_name = "Demo NumberInput"
description = "A testing app"
sources = ["numberinput"]
requires = [
"../../core",
"../../travertino",
"../../core",
]


Expand Down
2 changes: 1 addition & 1 deletion examples/optioncontainer/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ formal_name = "Option Container Example"
description = "A testing app"
sources = ["optioncontainer"]
requires = [
"../../core",
"../../travertino",
"../../core",
]


Expand Down
2 changes: 1 addition & 1 deletion examples/positron-django/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ description = "Electron, but in Python"
icon = "src/positron/resources/positron"
sources = ["src/positron", "src/webapp"]
requires = [
"../../core",
"../../travertino",
"../../core",
"django~=4.1",
]

Expand Down
2 changes: 1 addition & 1 deletion examples/positron-static/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ description = "Electron, but in Python"
icon = "src/positron/resources/positron"
sources = ["src/positron"]
requires = [
"../../core",
"../../travertino",
"../../core",
]


Expand Down
2 changes: 1 addition & 1 deletion examples/progressbar/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ formal_name = "ProgressBar demo"
description = "A testing app"
sources = ["progressbar"]
requires = [
"../../core",
"../../travertino",
"../../core",
]


Expand Down
2 changes: 1 addition & 1 deletion examples/resize/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ formal_name = "Resize Test"
description = "A testing app"
sources = ["resize"]
requires = [
"../../core",
"../../travertino",
"../../core",
]


Expand Down
2 changes: 1 addition & 1 deletion examples/screenshot/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ formal_name = "Screenshot Generator"
description = "A testing app"
sources = ["screenshot"]
requires = [
"../../core",
"../../travertino",
"../../core",
"pillow",
]

Expand Down
2 changes: 1 addition & 1 deletion examples/scrollcontainer/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ formal_name = "ScrollContainer Demo"
description = "A testing app"
sources = ["scrollcontainer"]
requires = [
"../../core",
"../../travertino",
"../../core",
]


Expand Down
2 changes: 1 addition & 1 deletion examples/selection/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ formal_name = "Selection Demo"
description = "A testing app"
sources = ["selection"]
requires = [
"../../core",
"../../travertino",
"../../core",
]


Expand Down
2 changes: 1 addition & 1 deletion examples/slider/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ formal_name = "Slider Demo"
description = "A testing app"
sources = ["slider"]
requires = [
"../../core",
"../../travertino",
"../../core",
]


Expand Down
2 changes: 1 addition & 1 deletion examples/splitcontainer/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ formal_name = "SplitContainer Demo"
description = "A testing app"
sources = ["splitcontainer"]
requires = [
"../../core",
"../../travertino",
"../../core",
]


Expand Down
2 changes: 1 addition & 1 deletion examples/switch_demo/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ formal_name = "Switch Demo"
description = "A testing app"
sources = ["switch_demo"]
requires = [
"../../core",
"../../travertino",
"../../core",
]


Expand Down
2 changes: 1 addition & 1 deletion examples/table/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ formal_name = "Table Demo"
description = "A testing app"
sources = ["table"]
requires = [
"../../core",
"../../travertino",
"../../core",
]

[tool.briefcase.app.table.macOS]
Expand Down
2 changes: 1 addition & 1 deletion examples/table_source/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ formal_name = "TableSource Demo"
description = "A testing app"
sources = ["table_source"]
requires = [
"../../core",
"../../travertino",
"../../core",
]


Expand Down
2 changes: 1 addition & 1 deletion examples/textinput/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ formal_name = "Text Input Demo"
description = "A testing app"
sources = ["textinput"]
requires = [
"../../core",
"../../travertino",
"../../core",
]


Expand Down
2 changes: 1 addition & 1 deletion examples/tree/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ formal_name = "Tree Demo"
description = "A testing app"
sources = ["tree"]
requires = [
"../../core",
"../../travertino",
"../../core",
]


Expand Down
2 changes: 1 addition & 1 deletion examples/tree_source/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ formal_name = "TreeSource Demo"
description = "A testing app"
sources = ["tree_source"]
requires = [
"../../core",
"../../travertino",
"../../core",
]


Expand Down
2 changes: 1 addition & 1 deletion examples/tutorial0/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ formal_name = "Tutorial 0"
description = "A testing app"
sources = ["tutorial"]
requires = [
"../../core",
"../../travertino",
"../../core",
]


Expand Down
2 changes: 1 addition & 1 deletion examples/tutorial1/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ formal_name = "Tutorial 1"
description = "A testing app"
sources = ["tutorial"]
requires = [
"../../core",
"../../travertino",
"../../core",
]


Expand Down
Loading

0 comments on commit 7ea9b9f

Please sign in to comment.