From 6c4708cdde84ad7f44ddef91341e4e24628f5787 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Fri, 7 Jun 2024 15:16:28 +0800 Subject: [PATCH 1/3] Update briefcase configurations in demo and examples to use new license format. --- changes/2621.misc.rst | 1 + examples/.template/{{ cookiecutter.name }}/pyproject.toml | 2 +- examples/activityindicator/pyproject.toml | 2 +- examples/beeliza/pyproject.toml | 2 +- examples/box/pyproject.toml | 2 +- examples/button/pyproject.toml | 2 +- examples/canvas/pyproject.toml | 2 +- examples/colors/pyproject.toml | 2 +- examples/command/pyproject.toml | 2 +- examples/date_and_time/pyproject.toml | 2 +- examples/detailedlist/pyproject.toml | 2 +- examples/dialogs/pyproject.toml | 2 +- examples/divider/pyproject.toml | 2 +- examples/documentapp/pyproject.toml | 2 +- examples/examples_overview/pyproject.toml | 2 +- examples/focus/pyproject.toml | 2 +- examples/font/pyproject.toml | 2 +- examples/font_size/pyproject.toml | 2 +- examples/handlers/pyproject.toml | 2 +- examples/hardware/pyproject.toml | 2 +- examples/imageview/pyproject.toml | 2 +- examples/layout/pyproject.toml | 2 +- examples/mapview/pyproject.toml | 2 +- examples/multilinetextinput/pyproject.toml | 2 +- examples/numberinput/pyproject.toml | 2 +- examples/optioncontainer/pyproject.toml | 2 +- examples/passwordinput/pyproject.toml | 2 +- examples/positron-django/pyproject.toml | 2 +- examples/positron-static/pyproject.toml | 2 +- examples/progressbar/pyproject.toml | 2 +- examples/resize/pyproject.toml | 2 +- examples/screenshot/pyproject.toml | 2 +- examples/scrollcontainer/pyproject.toml | 2 +- examples/selection/pyproject.toml | 2 +- examples/slider/pyproject.toml | 2 +- examples/splitcontainer/pyproject.toml | 2 +- examples/switch_demo/pyproject.toml | 2 +- examples/table/pyproject.toml | 2 +- examples/table_source/pyproject.toml | 2 +- examples/textinput/pyproject.toml | 2 +- examples/tree/pyproject.toml | 2 +- examples/tree_source/pyproject.toml | 2 +- examples/tutorial0/pyproject.toml | 2 +- examples/tutorial1/pyproject.toml | 2 +- examples/tutorial2/pyproject.toml | 2 +- examples/tutorial3/pyproject.toml | 2 +- examples/tutorial4/pyproject.toml | 2 +- examples/webview/pyproject.toml | 2 +- examples/window/pyproject.toml | 2 +- 49 files changed, 49 insertions(+), 48 deletions(-) create mode 100644 changes/2621.misc.rst diff --git a/changes/2621.misc.rst b/changes/2621.misc.rst new file mode 100644 index 0000000000..71fcb2a43a --- /dev/null +++ b/changes/2621.misc.rst @@ -0,0 +1 @@ +Briefcase configurations were updated to use new license format. diff --git a/examples/.template/{{ cookiecutter.name }}/pyproject.toml b/examples/.template/{{ cookiecutter.name }}/pyproject.toml index 4c5d28a238..f28e27e946 100644 --- a/examples/.template/{{ cookiecutter.name }}/pyproject.toml +++ b/examples/.template/{{ cookiecutter.name }}/pyproject.toml @@ -6,7 +6,7 @@ project_name = "{{ cookiecutter.formal_name }}" bundle = "org.beeware.toga.examples" version = "0.0.1" url = "https://beeware.org" -license = "BSD license" +license.file = "LICENSE" author = 'Tiberius Yak' author_email = "tiberius@beeware.org" diff --git a/examples/activityindicator/pyproject.toml b/examples/activityindicator/pyproject.toml index 8835cff01e..37ebb61e13 100644 --- a/examples/activityindicator/pyproject.toml +++ b/examples/activityindicator/pyproject.toml @@ -6,7 +6,7 @@ project_name = "Activity Indicator" bundle = "org.beeware.toga.examples" version = "0.0.1" url = "https://beeware.org" -license = "BSD license" +license.file = "LICENSE" author = "Tiberius Yak" author_email = "tiberius@beeware.org" diff --git a/examples/beeliza/pyproject.toml b/examples/beeliza/pyproject.toml index 95cba39976..710ae41172 100644 --- a/examples/beeliza/pyproject.toml +++ b/examples/beeliza/pyproject.toml @@ -6,7 +6,7 @@ project_name = "Beeliza" bundle = "org.beeware.toga.examples" version = "0.0.1" url = "https://beeware.org" -license = "BSD license" +license.file = "LICENSE" author = "Tiberius Yak" author_email = "tiberius@beeware.org" diff --git a/examples/box/pyproject.toml b/examples/box/pyproject.toml index 2435bb18ec..2833c4fdcd 100644 --- a/examples/box/pyproject.toml +++ b/examples/box/pyproject.toml @@ -6,7 +6,7 @@ project_name = "Box Demo" bundle = "org.beeware.toga.examples" version = "0.0.1" url = "https://beeware.org" -license = "BSD license" +license.file = "LICENSE" author = "Tiberius Yak" author_email = "tiberius@beeware.org" diff --git a/examples/button/pyproject.toml b/examples/button/pyproject.toml index 4d71f86fbb..e3a2274182 100644 --- a/examples/button/pyproject.toml +++ b/examples/button/pyproject.toml @@ -6,7 +6,7 @@ project_name = "Button Demo" bundle = "org.beeware.toga.examples" version = "0.0.1" url = "https://beeware.org" -license = "BSD license" +license.file = "LICENSE" author = "Tiberius Yak" author_email = "tiberius@beeware.org" diff --git a/examples/canvas/pyproject.toml b/examples/canvas/pyproject.toml index 854a82cae7..c29305ffff 100644 --- a/examples/canvas/pyproject.toml +++ b/examples/canvas/pyproject.toml @@ -6,7 +6,7 @@ project_name = "Canvas Demo" bundle = "org.beeware.toga.examples" version = "0.0.1" url = "https://beeware.org" -license = "BSD license" +license.file = "LICENSE" author = "Tiberius Yak" author_email = "tiberius@beeware.org" diff --git a/examples/colors/pyproject.toml b/examples/colors/pyproject.toml index 32dff51e01..67258c14ff 100644 --- a/examples/colors/pyproject.toml +++ b/examples/colors/pyproject.toml @@ -6,7 +6,7 @@ project_name = "colors" bundle = "org.beeware.toga.examples" version = "0.0.1" url = "https://beeware.org" -license = "BSD license" +license.file = "LICENSE" author = "Tiberius Yak" author_email = "tiberius@beeware.org" diff --git a/examples/command/pyproject.toml b/examples/command/pyproject.toml index a8cf1881fd..b97107cd4f 100644 --- a/examples/command/pyproject.toml +++ b/examples/command/pyproject.toml @@ -6,7 +6,7 @@ project_name = "Command Example" bundle = "org.beeware.toga.examples" version = "0.0.1" url = "https://beeware.org" -license = "BSD license" +license.file = "LICENSE" author = "Tiberius Yak" author_email = "tiberius@beeware.org" diff --git a/examples/date_and_time/pyproject.toml b/examples/date_and_time/pyproject.toml index 4992af7c29..bf06737c3f 100644 --- a/examples/date_and_time/pyproject.toml +++ b/examples/date_and_time/pyproject.toml @@ -6,7 +6,7 @@ project_name = "Date And Time" bundle = "org.beeware.toga.examples" version = "0.0.1" url = "https://beeware.org" -license = "BSD license" +license.file = "LICENSE" author = "Tiberius Yak" author_email = "tiberius@beeware.org" diff --git a/examples/detailedlist/pyproject.toml b/examples/detailedlist/pyproject.toml index f9e919b8ce..c2c8d4e278 100644 --- a/examples/detailedlist/pyproject.toml +++ b/examples/detailedlist/pyproject.toml @@ -6,7 +6,7 @@ project_name = "DetailedList Demo" bundle = "org.beeware.toga.examples" version = "0.0.1" url = "https://beeware.org" -license = "BSD license" +license.file = "LICENSE" author = "Tiberius Yak" author_email = "tiberius@beeware.org" diff --git a/examples/dialogs/pyproject.toml b/examples/dialogs/pyproject.toml index df17f7ea54..9567946882 100644 --- a/examples/dialogs/pyproject.toml +++ b/examples/dialogs/pyproject.toml @@ -6,7 +6,7 @@ project_name = "Dialog Demo" bundle = "org.beeware.toga.examples" version = "0.0.1" url = "https://beeware.org" -license = "BSD license" +license.file = "LICENSE" author = "Tiberius Yak" author_email = "tiberius@beeware.org" diff --git a/examples/divider/pyproject.toml b/examples/divider/pyproject.toml index 6b19a8da9e..f7f76c7029 100644 --- a/examples/divider/pyproject.toml +++ b/examples/divider/pyproject.toml @@ -6,7 +6,7 @@ project_name = "Divider Demo" bundle = "org.beeware.toga.examples" version = "0.0.1" url = "https://beeware.org" -license = "BSD license" +license.file = "LICENSE" author = "Tiberius Yak" author_email = "tiberius@beeware.org" diff --git a/examples/documentapp/pyproject.toml b/examples/documentapp/pyproject.toml index 74f6618415..96d31754e8 100644 --- a/examples/documentapp/pyproject.toml +++ b/examples/documentapp/pyproject.toml @@ -6,7 +6,7 @@ project_name = "Document App" bundle = "org.beeware.toga.examples" version = "0.0.1" url = "https://beeware.org" -license = "BSD license" +license.file = "LICENSE" author = "Tiberius Yak" author_email = "tiberius@beeware.org" diff --git a/examples/examples_overview/pyproject.toml b/examples/examples_overview/pyproject.toml index da3e29a5cf..d7fe81685a 100644 --- a/examples/examples_overview/pyproject.toml +++ b/examples/examples_overview/pyproject.toml @@ -6,7 +6,7 @@ project_name = "Examples Overview" bundle = "org.beeware.toga.examples" version = "0.0.1" url = "https://beeware.org" -license = "BSD license" +license.file = "LICENSE" author = "Tiberius Yak" author_email = "tiberius@beeware.org" diff --git a/examples/focus/pyproject.toml b/examples/focus/pyproject.toml index f306ffd2e2..639dea4d86 100644 --- a/examples/focus/pyproject.toml +++ b/examples/focus/pyproject.toml @@ -6,7 +6,7 @@ project_name = "Focus Demo" bundle = "org.beeware.toga.examples" version = "0.0.1" url = "https://beeware.org" -license = "BSD license" +license.file = "LICENSE" author = "Tiberius Yak" author_email = "tiberius@beeware.org" diff --git a/examples/font/pyproject.toml b/examples/font/pyproject.toml index 2e3a5d7343..55d90c6207 100644 --- a/examples/font/pyproject.toml +++ b/examples/font/pyproject.toml @@ -6,7 +6,7 @@ project_name = "Font Example" bundle = "org.beeware.toga.examples" version = "0.0.1" url = "https://beeware.org" -license = "BSD license" +license.file = "LICENSE" author = "Tiberius Yak" author_email = "tiberius@beeware.org" diff --git a/examples/font_size/pyproject.toml b/examples/font_size/pyproject.toml index 0a7efb5aad..0cf2640225 100644 --- a/examples/font_size/pyproject.toml +++ b/examples/font_size/pyproject.toml @@ -6,7 +6,7 @@ project_name = "Font size test" bundle = "org.beeware.toga.examples" version = "0.0.1" url = "https://beeware.org" -license = "BSD license" +license.file = "LICENSE" author = "Tiberius Yak" author_email = "tiberius@beeware.org" diff --git a/examples/handlers/pyproject.toml b/examples/handlers/pyproject.toml index 26f0b4568a..9945f848d1 100644 --- a/examples/handlers/pyproject.toml +++ b/examples/handlers/pyproject.toml @@ -6,7 +6,7 @@ project_name = "Handler Demo" bundle = "org.beeware.toga.examples" version = "0.0.1" url = "https://beeware.org" -license = "BSD license" +license.file = "LICENSE" author = "Tiberius Yak" author_email = "tiberius@beeware.org" diff --git a/examples/hardware/pyproject.toml b/examples/hardware/pyproject.toml index 35426bb632..6f96cfbdf2 100644 --- a/examples/hardware/pyproject.toml +++ b/examples/hardware/pyproject.toml @@ -6,7 +6,7 @@ project_name = "Hardware" bundle = "org.beeware.examples" version = "0.0.1" url = "https://beeware.org" -license = "BSD license" +license.file = "LICENSE" author = 'Tiberius Yak' author_email = "tiberius@beeware.org" diff --git a/examples/imageview/pyproject.toml b/examples/imageview/pyproject.toml index 711b0778b7..6ac7825805 100644 --- a/examples/imageview/pyproject.toml +++ b/examples/imageview/pyproject.toml @@ -6,7 +6,7 @@ project_name = "ImageView Demo" bundle = "org.beeware.toga.examples" version = "0.0.1" url = "https://beeware.org" -license = "BSD license" +license.file = "LICENSE" author = "Tiberius Yak" author_email = "tiberius@beeware.org" diff --git a/examples/layout/pyproject.toml b/examples/layout/pyproject.toml index cd2f096623..a5c01539fd 100644 --- a/examples/layout/pyproject.toml +++ b/examples/layout/pyproject.toml @@ -6,7 +6,7 @@ project_name = "Layout Test" bundle = "org.beeware.toga.examples" version = "0.0.1" url = "https://beeware.org" -license = "BSD license" +license.file = "LICENSE" author = "Tiberius Yak" author_email = "tiberius@beeware.org" diff --git a/examples/mapview/pyproject.toml b/examples/mapview/pyproject.toml index 54dc2adf87..e2f069742d 100644 --- a/examples/mapview/pyproject.toml +++ b/examples/mapview/pyproject.toml @@ -6,7 +6,7 @@ project_name = "Map View" bundle = "org.beeware.toga.examples" version = "0.0.1" url = "https://beeware.org" -license = "BSD license" +license.file = "LICENSE" author = 'Tiberius Yak' author_email = "tiberius@beeware.org" diff --git a/examples/multilinetextinput/pyproject.toml b/examples/multilinetextinput/pyproject.toml index d732a40589..8caf84fcdf 100644 --- a/examples/multilinetextinput/pyproject.toml +++ b/examples/multilinetextinput/pyproject.toml @@ -6,7 +6,7 @@ project_name = "MultilineTextInput Demo" bundle = "org.beeware.toga.examples" version = "0.0.1" url = "https://beeware.org" -license = "BSD license" +license.file = "LICENSE" author = "Tiberius Yak" author_email = "tiberius@beeware.org" diff --git a/examples/numberinput/pyproject.toml b/examples/numberinput/pyproject.toml index e1f516ae91..834a133afb 100644 --- a/examples/numberinput/pyproject.toml +++ b/examples/numberinput/pyproject.toml @@ -6,7 +6,7 @@ project_name = "Demo NumberInput" bundle = "org.beeware.toga.examples" version = "0.0.1" url = "https://beeware.org" -license = "BSD license" +license.file = "LICENSE" author = "Tiberius Yak" author_email = "tiberius@beeware.org" diff --git a/examples/optioncontainer/pyproject.toml b/examples/optioncontainer/pyproject.toml index 59c83d8d36..0a6fb6829d 100644 --- a/examples/optioncontainer/pyproject.toml +++ b/examples/optioncontainer/pyproject.toml @@ -6,7 +6,7 @@ project_name = "Option Container Example" bundle = "org.beeware.toga.examples" version = "0.0.1" url = "https://beeware.org" -license = "BSD license" +license.file = "LICENSE" author = "Tiberius Yak" author_email = "tiberius@beeware.org" diff --git a/examples/passwordinput/pyproject.toml b/examples/passwordinput/pyproject.toml index b0ceeaf16a..bd56595b13 100644 --- a/examples/passwordinput/pyproject.toml +++ b/examples/passwordinput/pyproject.toml @@ -6,7 +6,7 @@ project_name = "Password Input" bundle = "org.beeware.toga.examples" version = "0.0.1" url = "https://beeware.org" -license = "BSD license" +license.file = "LICENSE" author = 'Tiberius Yak' author_email = "tiberius@beeware.org" diff --git a/examples/positron-django/pyproject.toml b/examples/positron-django/pyproject.toml index 6ab5b8247c..18767272e6 100644 --- a/examples/positron-django/pyproject.toml +++ b/examples/positron-django/pyproject.toml @@ -6,7 +6,7 @@ project_name = "Positron" bundle = "org.beeware.toga.examples" version = "0.0.1" url = "https://beeware.org" -license = "BSD license" +license.file = "LICENSE" author = "Tiberius Yak" author_email = "tiberius@beeware.org" diff --git a/examples/positron-static/pyproject.toml b/examples/positron-static/pyproject.toml index 6b35c3be5c..f1b33a50b1 100644 --- a/examples/positron-static/pyproject.toml +++ b/examples/positron-static/pyproject.toml @@ -6,7 +6,7 @@ project_name = "Positron" bundle = "org.beeware.toga.examples" version = "0.0.1" url = "https://beeware.org" -license = "BSD license" +license.file = "LICENSE" author = "Tiberius Yak" author_email = "tiberius@beeware.org" diff --git a/examples/progressbar/pyproject.toml b/examples/progressbar/pyproject.toml index a2e503ae49..d2f0b2979c 100644 --- a/examples/progressbar/pyproject.toml +++ b/examples/progressbar/pyproject.toml @@ -6,7 +6,7 @@ project_name = "ProgressBar demo" bundle = "org.beeware.toga.examples" version = "0.0.1" url = "https://beeware.org" -license = "BSD license" +license.file = "LICENSE" author = "Tiberius Yak" author_email = "tiberius@beeware.org" diff --git a/examples/resize/pyproject.toml b/examples/resize/pyproject.toml index 479e98ed14..ab97634cd3 100644 --- a/examples/resize/pyproject.toml +++ b/examples/resize/pyproject.toml @@ -6,7 +6,7 @@ project_name = "Resize Test" bundle = "org.beeware.toga.examples" version = "0.0.1" url = "https://beeware.org" -license = "BSD license" +license.file = "LICENSE" author = "Tiberius Yak" author_email = "tiberius@beeware.org" diff --git a/examples/screenshot/pyproject.toml b/examples/screenshot/pyproject.toml index be4be7f864..d6f93fa02c 100644 --- a/examples/screenshot/pyproject.toml +++ b/examples/screenshot/pyproject.toml @@ -6,7 +6,7 @@ project_name = "Screenshot Generator" bundle = "org.beeware.toga.examples" version = "0.0.1" url = "https://beeware.org" -license = "BSD license" +license.file = "LICENSE" author = "Tiberius Yak" author_email = "tiberius@beeware.org" diff --git a/examples/scrollcontainer/pyproject.toml b/examples/scrollcontainer/pyproject.toml index fccf4908a5..15f7da1b36 100644 --- a/examples/scrollcontainer/pyproject.toml +++ b/examples/scrollcontainer/pyproject.toml @@ -6,7 +6,7 @@ project_name = "ScrollContainer Demo" bundle = "org.beeware.toga.examples" version = "0.0.1" url = "https://beeware.org" -license = "BSD license" +license.file = "LICENSE" author = "Tiberius Yak" author_email = "tiberius@beeware.org" diff --git a/examples/selection/pyproject.toml b/examples/selection/pyproject.toml index 0a73a602b8..4febd25a2b 100644 --- a/examples/selection/pyproject.toml +++ b/examples/selection/pyproject.toml @@ -6,7 +6,7 @@ project_name = "Selection Demo" bundle = "org.beeware.toga.examples" version = "0.0.1" url = "https://beeware.org" -license = "BSD license" +license.file = "LICENSE" author = "Tiberius Yak" author_email = "tiberius@beeware.org" diff --git a/examples/slider/pyproject.toml b/examples/slider/pyproject.toml index b43280a7ff..5a7395d282 100644 --- a/examples/slider/pyproject.toml +++ b/examples/slider/pyproject.toml @@ -6,7 +6,7 @@ project_name = "Slider Demo" bundle = "org.beeware.toga.examples" version = "0.0.1" url = "https://beeware.org" -license = "BSD license" +license.file = "LICENSE" author = "Tiberius Yak" author_email = "tiberius@beeware.org" diff --git a/examples/splitcontainer/pyproject.toml b/examples/splitcontainer/pyproject.toml index c69450472e..4960760c64 100644 --- a/examples/splitcontainer/pyproject.toml +++ b/examples/splitcontainer/pyproject.toml @@ -6,7 +6,7 @@ project_name = "SplitContainer Demo" bundle = "org.beeware.toga.examples" version = "0.0.1" url = "https://beeware.org" -license = "BSD license" +license.file = "LICENSE" author = "Tiberius Yak" author_email = "tiberius@beeware.org" diff --git a/examples/switch_demo/pyproject.toml b/examples/switch_demo/pyproject.toml index 4feafec702..aec1b94c2b 100644 --- a/examples/switch_demo/pyproject.toml +++ b/examples/switch_demo/pyproject.toml @@ -6,7 +6,7 @@ project_name = "Switch Demo" bundle = "org.beeware.toga.examples" version = "0.0.1" url = "https://beeware.org" -license = "BSD license" +license.file = "LICENSE" author = "Tiberius Yak" author_email = "tiberius@beeware.org" diff --git a/examples/table/pyproject.toml b/examples/table/pyproject.toml index 5d76571554..3d12b8bd55 100644 --- a/examples/table/pyproject.toml +++ b/examples/table/pyproject.toml @@ -6,7 +6,7 @@ project_name = "Table Demo" bundle = "org.beeware.toga.examples" version = "0.0.1" url = "https://beeware.org" -license = "BSD license" +license.file = "LICENSE" author = "Tiberius Yak" author_email = "tiberius@beeware.org" diff --git a/examples/table_source/pyproject.toml b/examples/table_source/pyproject.toml index 2543624135..ff108524e5 100644 --- a/examples/table_source/pyproject.toml +++ b/examples/table_source/pyproject.toml @@ -6,7 +6,7 @@ project_name = "TableSource Demo" bundle = "org.beeware.toga.examples" version = "0.0.1" url = "https://beeware.org" -license = "BSD license" +license.file = "LICENSE" author = "Tiberius Yak" author_email = "tiberius@beeware.org" diff --git a/examples/textinput/pyproject.toml b/examples/textinput/pyproject.toml index 5fdf2c1cb0..368445b777 100644 --- a/examples/textinput/pyproject.toml +++ b/examples/textinput/pyproject.toml @@ -6,7 +6,7 @@ project_name = "Text Input Demo" bundle = "org.beeware.toga.examples" version = "0.0.1" url = "https://beeware.org" -license = "BSD license" +license.file = "LICENSE" author = "Tiberius Yak" author_email = "tiberius@beeware.org" diff --git a/examples/tree/pyproject.toml b/examples/tree/pyproject.toml index 1fbcf4925b..331362fa3d 100644 --- a/examples/tree/pyproject.toml +++ b/examples/tree/pyproject.toml @@ -6,7 +6,7 @@ project_name = "Tree Demo" bundle = "org.beeware.toga.examples" version = "0.0.1" url = "https://beeware.org" -license = "BSD license" +license.file = "LICENSE" author = "Tiberius Yak" author_email = "tiberius@beeware.org" diff --git a/examples/tree_source/pyproject.toml b/examples/tree_source/pyproject.toml index 090d331b9c..231a786e08 100644 --- a/examples/tree_source/pyproject.toml +++ b/examples/tree_source/pyproject.toml @@ -6,7 +6,7 @@ project_name = "TreeSource Demo" bundle = "org.beeware.toga.examples" version = "0.0.1" url = "https://beeware.org" -license = "BSD license" +license.file = "LICENSE" author = "Tiberius Yak" author_email = "tiberius@beeware.org" diff --git a/examples/tutorial0/pyproject.toml b/examples/tutorial0/pyproject.toml index 6d82395ddc..685877f35a 100644 --- a/examples/tutorial0/pyproject.toml +++ b/examples/tutorial0/pyproject.toml @@ -6,7 +6,7 @@ project_name = "Tutorial 0" bundle = "org.beeware.toga" version = "0.0.1" url = "https://beeware.org" -license = "BSD license" +license.file = "LICENSE" author = "Tiberius Yak" author_email = "tiberius@beeware.org" diff --git a/examples/tutorial1/pyproject.toml b/examples/tutorial1/pyproject.toml index aefa481e7c..14cfed7d29 100644 --- a/examples/tutorial1/pyproject.toml +++ b/examples/tutorial1/pyproject.toml @@ -6,7 +6,7 @@ project_name = "Tutorial 1" bundle = "org.beeware.toga" version = "0.0.1" url = "https://beeware.org" -license = "BSD license" +license.file = "LICENSE" author = "Tiberius Yak" author_email = "tiberius@beeware.org" diff --git a/examples/tutorial2/pyproject.toml b/examples/tutorial2/pyproject.toml index 663368288e..1417284e93 100644 --- a/examples/tutorial2/pyproject.toml +++ b/examples/tutorial2/pyproject.toml @@ -6,7 +6,7 @@ project_name = "Tutorial 2" bundle = "org.beeware.toga" version = "0.0.1" url = "https://beeware.org" -license = "BSD license" +license.file = "LICENSE" author = "Tiberius Yak" author_email = "tiberius@beeware.org" diff --git a/examples/tutorial3/pyproject.toml b/examples/tutorial3/pyproject.toml index e6c5009cc0..5da5b3f4e7 100644 --- a/examples/tutorial3/pyproject.toml +++ b/examples/tutorial3/pyproject.toml @@ -6,7 +6,7 @@ project_name = "Tutorial 3" bundle = "org.beeware.toga" version = "0.0.1" url = "https://beeware.org" -license = "BSD license" +license.file = "LICENSE" author = "Tiberius Yak" author_email = "tiberius@beeware.org" diff --git a/examples/tutorial4/pyproject.toml b/examples/tutorial4/pyproject.toml index b71f2b4672..03a4080fea 100644 --- a/examples/tutorial4/pyproject.toml +++ b/examples/tutorial4/pyproject.toml @@ -6,7 +6,7 @@ project_name = "Tutorial 4" bundle = "org.beeware.toga.examples" version = "0.0.1" url = "https://beeware.org" -license = "BSD license" +license.file = "LICENSE" author = "Tiberius Yak" author_email = "tiberius@beeware.org" diff --git a/examples/webview/pyproject.toml b/examples/webview/pyproject.toml index b956fbea39..f595e04acc 100644 --- a/examples/webview/pyproject.toml +++ b/examples/webview/pyproject.toml @@ -6,7 +6,7 @@ project_name = "WebView Demo" bundle = "org.beeware.toga.examples" version = "0.0.1" url = "https://beeware.org" -license = "BSD license" +license.file = "LICENSE" author = "Tiberius Yak" author_email = "tiberius@beeware.org" diff --git a/examples/window/pyproject.toml b/examples/window/pyproject.toml index 66cb0c3775..7ce6d7c64c 100644 --- a/examples/window/pyproject.toml +++ b/examples/window/pyproject.toml @@ -6,7 +6,7 @@ project_name = "Window Demo" bundle = "org.beeware.toga.examples" version = "0.0.1" url = "https://beeware.org" -license = "BSD license" +license.file = "LICENSE" author = "Tiberius Yak" author_email = "tiberius@beeware.org" From 52a72c16fe002a5ae256c02f59127037abae7878 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Fri, 7 Jun 2024 15:22:37 +0800 Subject: [PATCH 2/3] Update Demo project as well. --- demo/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/pyproject.toml b/demo/pyproject.toml index dd9f696b62..e2226f8b5d 100644 --- a/demo/pyproject.toml +++ b/demo/pyproject.toml @@ -76,7 +76,7 @@ project_name = "Toga Demo" bundle = "org.beeware" version = "0.0.1" url = "https://beeware.org" -license = "BSD license" +license.file = "LICENSE" author = "Tiberius Yak" author_email = "tiberius@beeware.org" From b1952966540046d26a6c0d9e047505dce8797c60 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Sat, 8 Jun 2024 11:08:00 +0800 Subject: [PATCH 3/3] Also drop the explicit appcompat reference. --- demo/pyproject.toml | 1 - examples/.template/{{ cookiecutter.name }}/pyproject.toml | 1 - examples/activityindicator/pyproject.toml | 1 - examples/beeliza/pyproject.toml | 1 - examples/box/pyproject.toml | 1 - examples/button/pyproject.toml | 1 - examples/canvas/pyproject.toml | 1 - examples/colors/pyproject.toml | 1 - examples/command/pyproject.toml | 1 - examples/date_and_time/pyproject.toml | 1 - examples/detailedlist/pyproject.toml | 1 - examples/dialogs/pyproject.toml | 1 - examples/divider/pyproject.toml | 1 - examples/documentapp/pyproject.toml | 1 - examples/examples_overview/pyproject.toml | 1 - examples/focus/pyproject.toml | 1 - examples/font/pyproject.toml | 1 - examples/font_size/pyproject.toml | 1 - examples/handlers/pyproject.toml | 1 - examples/hardware/pyproject.toml | 1 - examples/imageview/pyproject.toml | 6 ++++++ examples/layout/pyproject.toml | 1 - examples/mapview/pyproject.toml | 1 - examples/multilinetextinput/pyproject.toml | 1 - examples/numberinput/pyproject.toml | 1 - examples/optioncontainer/pyproject.toml | 1 - examples/passwordinput/pyproject.toml | 6 ++++++ examples/positron-django/pyproject.toml | 1 - examples/positron-static/pyproject.toml | 1 - examples/progressbar/pyproject.toml | 1 - examples/resize/pyproject.toml | 1 - examples/screenshot/pyproject.toml | 1 - examples/scrollcontainer/pyproject.toml | 1 - examples/selection/pyproject.toml | 1 - examples/slider/pyproject.toml | 1 - examples/splitcontainer/pyproject.toml | 1 - examples/switch_demo/pyproject.toml | 1 - examples/table/pyproject.toml | 1 - examples/table_source/pyproject.toml | 1 - examples/textinput/pyproject.toml | 1 - examples/tree/pyproject.toml | 1 - examples/tree_source/pyproject.toml | 1 - examples/tutorial0/pyproject.toml | 1 - examples/tutorial1/pyproject.toml | 1 - examples/tutorial2/pyproject.toml | 1 - examples/tutorial3/pyproject.toml | 1 - examples/tutorial4/pyproject.toml | 1 - examples/webview/pyproject.toml | 1 - examples/window/pyproject.toml | 1 - testbed/pyproject.toml | 1 - 50 files changed, 12 insertions(+), 48 deletions(-) diff --git a/demo/pyproject.toml b/demo/pyproject.toml index e2226f8b5d..05d62ef8b2 100644 --- a/demo/pyproject.toml +++ b/demo/pyproject.toml @@ -115,7 +115,6 @@ requires = [ base_theme = "Theme.MaterialComponents.Light.DarkActionBar" build_gradle_dependencies = [ - "androidx.appcompat:appcompat:1.6.1", "com.google.android.material:material:1.11.0", "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0", ] diff --git a/examples/.template/{{ cookiecutter.name }}/pyproject.toml b/examples/.template/{{ cookiecutter.name }}/pyproject.toml index f28e27e946..1a2af1cd4b 100644 --- a/examples/.template/{{ cookiecutter.name }}/pyproject.toml +++ b/examples/.template/{{ cookiecutter.name }}/pyproject.toml @@ -50,7 +50,6 @@ requires = [ base_theme = "Theme.MaterialComponents.Light.DarkActionBar" build_gradle_dependencies = [ - "androidx.appcompat:appcompat:1.6.1", "com.google.android.material:material:1.11.0", "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0", ] diff --git a/examples/activityindicator/pyproject.toml b/examples/activityindicator/pyproject.toml index 37ebb61e13..1ddcff9bfc 100644 --- a/examples/activityindicator/pyproject.toml +++ b/examples/activityindicator/pyproject.toml @@ -50,7 +50,6 @@ requires = [ base_theme = "Theme.MaterialComponents.Light.DarkActionBar" build_gradle_dependencies = [ - "androidx.appcompat:appcompat:1.6.1", "com.google.android.material:material:1.11.0", ] diff --git a/examples/beeliza/pyproject.toml b/examples/beeliza/pyproject.toml index 710ae41172..97c0f5ac9a 100644 --- a/examples/beeliza/pyproject.toml +++ b/examples/beeliza/pyproject.toml @@ -50,7 +50,6 @@ requires = [ base_theme = "Theme.MaterialComponents.Light.DarkActionBar" build_gradle_dependencies = [ - "androidx.appcompat:appcompat:1.6.1", "com.google.android.material:material:1.11.0", "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0", ] diff --git a/examples/box/pyproject.toml b/examples/box/pyproject.toml index 2833c4fdcd..7598af67ee 100644 --- a/examples/box/pyproject.toml +++ b/examples/box/pyproject.toml @@ -50,7 +50,6 @@ requires = [ base_theme = "Theme.MaterialComponents.Light.DarkActionBar" build_gradle_dependencies = [ - "androidx.appcompat:appcompat:1.6.1", "com.google.android.material:material:1.11.0", ] diff --git a/examples/button/pyproject.toml b/examples/button/pyproject.toml index e3a2274182..5db2d91695 100644 --- a/examples/button/pyproject.toml +++ b/examples/button/pyproject.toml @@ -50,7 +50,6 @@ requires = [ base_theme = "Theme.MaterialComponents.Light.DarkActionBar" build_gradle_dependencies = [ - "androidx.appcompat:appcompat:1.6.1", "com.google.android.material:material:1.11.0", ] diff --git a/examples/canvas/pyproject.toml b/examples/canvas/pyproject.toml index c29305ffff..f6a267f12c 100644 --- a/examples/canvas/pyproject.toml +++ b/examples/canvas/pyproject.toml @@ -50,7 +50,6 @@ requires = [ base_theme = "Theme.MaterialComponents.Light.DarkActionBar" build_gradle_dependencies = [ - "androidx.appcompat:appcompat:1.6.1", "com.google.android.material:material:1.11.0", ] diff --git a/examples/colors/pyproject.toml b/examples/colors/pyproject.toml index 67258c14ff..4f3346c72b 100644 --- a/examples/colors/pyproject.toml +++ b/examples/colors/pyproject.toml @@ -50,7 +50,6 @@ requires = [ base_theme = "Theme.MaterialComponents.Light.DarkActionBar" build_gradle_dependencies = [ - "androidx.appcompat:appcompat:1.6.1", "com.google.android.material:material:1.11.0", ] diff --git a/examples/command/pyproject.toml b/examples/command/pyproject.toml index b97107cd4f..7e7f57c5de 100644 --- a/examples/command/pyproject.toml +++ b/examples/command/pyproject.toml @@ -50,7 +50,6 @@ requires = [ base_theme = "Theme.MaterialComponents.Light.DarkActionBar" build_gradle_dependencies = [ - "androidx.appcompat:appcompat:1.6.1", "com.google.android.material:material:1.11.0", ] diff --git a/examples/date_and_time/pyproject.toml b/examples/date_and_time/pyproject.toml index bf06737c3f..dd28fc7c78 100644 --- a/examples/date_and_time/pyproject.toml +++ b/examples/date_and_time/pyproject.toml @@ -50,7 +50,6 @@ requires = [ base_theme = "Theme.MaterialComponents.Light.DarkActionBar" build_gradle_dependencies = [ - "androidx.appcompat:appcompat:1.6.1", "com.google.android.material:material:1.11.0", ] diff --git a/examples/detailedlist/pyproject.toml b/examples/detailedlist/pyproject.toml index c2c8d4e278..6846290d4e 100644 --- a/examples/detailedlist/pyproject.toml +++ b/examples/detailedlist/pyproject.toml @@ -50,7 +50,6 @@ requires = [ base_theme = "Theme.MaterialComponents.Light.DarkActionBar" build_gradle_dependencies = [ - "androidx.appcompat:appcompat:1.6.1", "com.google.android.material:material:1.11.0", "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0", ] diff --git a/examples/dialogs/pyproject.toml b/examples/dialogs/pyproject.toml index 9567946882..05bf59f205 100644 --- a/examples/dialogs/pyproject.toml +++ b/examples/dialogs/pyproject.toml @@ -50,7 +50,6 @@ requires = [ base_theme = "Theme.MaterialComponents.Light.DarkActionBar" build_gradle_dependencies = [ - "androidx.appcompat:appcompat:1.6.1", "com.google.android.material:material:1.11.0", ] diff --git a/examples/divider/pyproject.toml b/examples/divider/pyproject.toml index f7f76c7029..80dfcbd5cc 100644 --- a/examples/divider/pyproject.toml +++ b/examples/divider/pyproject.toml @@ -50,7 +50,6 @@ requires = [ base_theme = "Theme.MaterialComponents.Light.DarkActionBar" build_gradle_dependencies = [ - "androidx.appcompat:appcompat:1.6.1", "com.google.android.material:material:1.11.0", ] diff --git a/examples/documentapp/pyproject.toml b/examples/documentapp/pyproject.toml index 96d31754e8..4b60f7204f 100644 --- a/examples/documentapp/pyproject.toml +++ b/examples/documentapp/pyproject.toml @@ -50,7 +50,6 @@ requires = [ base_theme = "Theme.MaterialComponents.Light.DarkActionBar" build_gradle_dependencies = [ - "androidx.appcompat:appcompat:1.6.1", "com.google.android.material:material:1.11.0", ] diff --git a/examples/examples_overview/pyproject.toml b/examples/examples_overview/pyproject.toml index d7fe81685a..a1be96bbb0 100644 --- a/examples/examples_overview/pyproject.toml +++ b/examples/examples_overview/pyproject.toml @@ -50,7 +50,6 @@ requires = [ base_theme = "Theme.MaterialComponents.Light.DarkActionBar" build_gradle_dependencies = [ - "androidx.appcompat:appcompat:1.6.1", "com.google.android.material:material:1.11.0", ] diff --git a/examples/focus/pyproject.toml b/examples/focus/pyproject.toml index 639dea4d86..eff31a3e8a 100644 --- a/examples/focus/pyproject.toml +++ b/examples/focus/pyproject.toml @@ -50,7 +50,6 @@ requires = [ base_theme = "Theme.MaterialComponents.Light.DarkActionBar" build_gradle_dependencies = [ - "androidx.appcompat:appcompat:1.6.1", "com.google.android.material:material:1.11.0", ] diff --git a/examples/font/pyproject.toml b/examples/font/pyproject.toml index 55d90c6207..9f8d6666ef 100644 --- a/examples/font/pyproject.toml +++ b/examples/font/pyproject.toml @@ -50,7 +50,6 @@ requires = [ base_theme = "Theme.MaterialComponents.Light.DarkActionBar" build_gradle_dependencies = [ - "androidx.appcompat:appcompat:1.6.1", "com.google.android.material:material:1.11.0", ] diff --git a/examples/font_size/pyproject.toml b/examples/font_size/pyproject.toml index 0cf2640225..e1fca9ccaf 100644 --- a/examples/font_size/pyproject.toml +++ b/examples/font_size/pyproject.toml @@ -49,7 +49,6 @@ requires = [ base_theme = "Theme.MaterialComponents.Light.DarkActionBar" build_gradle_dependencies = [ - "androidx.appcompat:appcompat:1.6.1", "com.google.android.material:material:1.11.0", ] diff --git a/examples/handlers/pyproject.toml b/examples/handlers/pyproject.toml index 9945f848d1..29de206e77 100644 --- a/examples/handlers/pyproject.toml +++ b/examples/handlers/pyproject.toml @@ -50,7 +50,6 @@ requires = [ base_theme = "Theme.MaterialComponents.Light.DarkActionBar" build_gradle_dependencies = [ - "androidx.appcompat:appcompat:1.6.1", "com.google.android.material:material:1.11.0", ] diff --git a/examples/hardware/pyproject.toml b/examples/hardware/pyproject.toml index 6f96cfbdf2..408ee5061b 100644 --- a/examples/hardware/pyproject.toml +++ b/examples/hardware/pyproject.toml @@ -54,7 +54,6 @@ requires = [ base_theme = "Theme.MaterialComponents.Light.DarkActionBar" build_gradle_dependencies = [ - "androidx.appcompat:appcompat:1.6.1", "com.google.android.material:material:1.11.0", "org.osmdroid:osmdroid-android:6.1.0", ] diff --git a/examples/imageview/pyproject.toml b/examples/imageview/pyproject.toml index 6ac7825805..ad0613b46c 100644 --- a/examples/imageview/pyproject.toml +++ b/examples/imageview/pyproject.toml @@ -53,6 +53,12 @@ requires = [ "Pillow==8.4.0; python_version=='3.8'", ] +base_theme = "Theme.MaterialComponents.Light.DarkActionBar" + +build_gradle_dependencies = [ + "com.google.android.material:material:1.11.0", +] + # Web deployment [tool.briefcase.app.imageview.web] requires = [ diff --git a/examples/layout/pyproject.toml b/examples/layout/pyproject.toml index a5c01539fd..0f1deabd70 100644 --- a/examples/layout/pyproject.toml +++ b/examples/layout/pyproject.toml @@ -50,7 +50,6 @@ requires = [ base_theme = "Theme.MaterialComponents.Light.DarkActionBar" build_gradle_dependencies = [ - "androidx.appcompat:appcompat:1.6.1", "com.google.android.material:material:1.11.0", ] diff --git a/examples/mapview/pyproject.toml b/examples/mapview/pyproject.toml index e2f069742d..c81a0e91ce 100644 --- a/examples/mapview/pyproject.toml +++ b/examples/mapview/pyproject.toml @@ -50,7 +50,6 @@ requires = [ base_theme = "Theme.MaterialComponents.Light.DarkActionBar" build_gradle_dependencies = [ - "androidx.appcompat:appcompat:1.6.1", "com.google.android.material:material:1.11.0", "org.osmdroid:osmdroid-android:6.1.0", ] diff --git a/examples/multilinetextinput/pyproject.toml b/examples/multilinetextinput/pyproject.toml index 8caf84fcdf..9205c4c68d 100644 --- a/examples/multilinetextinput/pyproject.toml +++ b/examples/multilinetextinput/pyproject.toml @@ -50,7 +50,6 @@ requires = [ base_theme = "Theme.MaterialComponents.Light.DarkActionBar" build_gradle_dependencies = [ - "androidx.appcompat:appcompat:1.6.1", "com.google.android.material:material:1.11.0", ] diff --git a/examples/numberinput/pyproject.toml b/examples/numberinput/pyproject.toml index 834a133afb..1a5da0c864 100644 --- a/examples/numberinput/pyproject.toml +++ b/examples/numberinput/pyproject.toml @@ -50,7 +50,6 @@ requires = [ base_theme = "Theme.MaterialComponents.Light.DarkActionBar" build_gradle_dependencies = [ - "androidx.appcompat:appcompat:1.6.1", "com.google.android.material:material:1.11.0", ] diff --git a/examples/optioncontainer/pyproject.toml b/examples/optioncontainer/pyproject.toml index 0a6fb6829d..a450e58d26 100644 --- a/examples/optioncontainer/pyproject.toml +++ b/examples/optioncontainer/pyproject.toml @@ -50,7 +50,6 @@ requires = [ base_theme = "Theme.MaterialComponents.Light.DarkActionBar" build_gradle_dependencies = [ - "androidx.appcompat:appcompat:1.6.1", "com.google.android.material:material:1.11.0", ] diff --git a/examples/passwordinput/pyproject.toml b/examples/passwordinput/pyproject.toml index bd56595b13..4371e18d85 100644 --- a/examples/passwordinput/pyproject.toml +++ b/examples/passwordinput/pyproject.toml @@ -47,6 +47,12 @@ requires = [ '../../android', ] +base_theme = "Theme.MaterialComponents.Light.DarkActionBar" + +build_gradle_dependencies = [ + "com.google.android.material:material:1.11.0", +] + # Web deployment [tool.briefcase.app.passwordinput.web] requires = [ diff --git a/examples/positron-django/pyproject.toml b/examples/positron-django/pyproject.toml index 18767272e6..8a00ac03d9 100644 --- a/examples/positron-django/pyproject.toml +++ b/examples/positron-django/pyproject.toml @@ -52,7 +52,6 @@ requires = [ base_theme = "Theme.MaterialComponents.Light.DarkActionBar" build_gradle_dependencies = [ - "androidx.appcompat:appcompat:1.6.1", "com.google.android.material:material:1.11.0", ] diff --git a/examples/positron-static/pyproject.toml b/examples/positron-static/pyproject.toml index f1b33a50b1..f2ea98eca6 100644 --- a/examples/positron-static/pyproject.toml +++ b/examples/positron-static/pyproject.toml @@ -51,7 +51,6 @@ requires = [ base_theme = "Theme.MaterialComponents.Light.DarkActionBar" build_gradle_dependencies = [ - "androidx.appcompat:appcompat:1.6.1", "com.google.android.material:material:1.11.0", ] diff --git a/examples/progressbar/pyproject.toml b/examples/progressbar/pyproject.toml index d2f0b2979c..bba27bf45e 100644 --- a/examples/progressbar/pyproject.toml +++ b/examples/progressbar/pyproject.toml @@ -50,7 +50,6 @@ requires = [ base_theme = "Theme.MaterialComponents.Light.DarkActionBar" build_gradle_dependencies = [ - "androidx.appcompat:appcompat:1.6.1", "com.google.android.material:material:1.11.0", ] diff --git a/examples/resize/pyproject.toml b/examples/resize/pyproject.toml index ab97634cd3..bcb8fa08ab 100644 --- a/examples/resize/pyproject.toml +++ b/examples/resize/pyproject.toml @@ -50,7 +50,6 @@ requires = [ base_theme = "Theme.MaterialComponents.Light.DarkActionBar" build_gradle_dependencies = [ - "androidx.appcompat:appcompat:1.6.1", "com.google.android.material:material:1.11.0", ] diff --git a/examples/screenshot/pyproject.toml b/examples/screenshot/pyproject.toml index d6f93fa02c..51592479c1 100644 --- a/examples/screenshot/pyproject.toml +++ b/examples/screenshot/pyproject.toml @@ -51,7 +51,6 @@ requires = [ base_theme = "Theme.MaterialComponents.Light.DarkActionBar" build_gradle_dependencies = [ - "androidx.appcompat:appcompat:1.6.1", "com.google.android.material:material:1.11.0", "org.osmdroid:osmdroid-android:6.1.0", ] diff --git a/examples/scrollcontainer/pyproject.toml b/examples/scrollcontainer/pyproject.toml index 15f7da1b36..f55fa03fcb 100644 --- a/examples/scrollcontainer/pyproject.toml +++ b/examples/scrollcontainer/pyproject.toml @@ -50,7 +50,6 @@ requires = [ base_theme = "Theme.MaterialComponents.Light.DarkActionBar" build_gradle_dependencies = [ - "androidx.appcompat:appcompat:1.6.1", "com.google.android.material:material:1.11.0", ] diff --git a/examples/selection/pyproject.toml b/examples/selection/pyproject.toml index 4febd25a2b..69ba155544 100644 --- a/examples/selection/pyproject.toml +++ b/examples/selection/pyproject.toml @@ -50,7 +50,6 @@ requires = [ base_theme = "Theme.MaterialComponents.Light.DarkActionBar" build_gradle_dependencies = [ - "androidx.appcompat:appcompat:1.6.1", "com.google.android.material:material:1.11.0", ] diff --git a/examples/slider/pyproject.toml b/examples/slider/pyproject.toml index 5a7395d282..6744398466 100644 --- a/examples/slider/pyproject.toml +++ b/examples/slider/pyproject.toml @@ -50,7 +50,6 @@ requires = [ base_theme = "Theme.MaterialComponents.Light.DarkActionBar" build_gradle_dependencies = [ - "androidx.appcompat:appcompat:1.6.1", "com.google.android.material:material:1.11.0", ] diff --git a/examples/splitcontainer/pyproject.toml b/examples/splitcontainer/pyproject.toml index 4960760c64..854ea4824c 100644 --- a/examples/splitcontainer/pyproject.toml +++ b/examples/splitcontainer/pyproject.toml @@ -50,7 +50,6 @@ requires = [ base_theme = "Theme.MaterialComponents.Light.DarkActionBar" build_gradle_dependencies = [ - "androidx.appcompat:appcompat:1.6.1", "com.google.android.material:material:1.11.0", ] diff --git a/examples/switch_demo/pyproject.toml b/examples/switch_demo/pyproject.toml index aec1b94c2b..266b3f9f38 100644 --- a/examples/switch_demo/pyproject.toml +++ b/examples/switch_demo/pyproject.toml @@ -50,7 +50,6 @@ requires = [ base_theme = "Theme.MaterialComponents.Light.DarkActionBar" build_gradle_dependencies = [ - "androidx.appcompat:appcompat:1.6.1", "com.google.android.material:material:1.11.0", ] diff --git a/examples/table/pyproject.toml b/examples/table/pyproject.toml index 3d12b8bd55..78a789c60f 100644 --- a/examples/table/pyproject.toml +++ b/examples/table/pyproject.toml @@ -49,7 +49,6 @@ requires = [ base_theme = "Theme.MaterialComponents.Light.DarkActionBar" build_gradle_dependencies = [ - "androidx.appcompat:appcompat:1.6.1", "com.google.android.material:material:1.11.0", ] diff --git a/examples/table_source/pyproject.toml b/examples/table_source/pyproject.toml index ff108524e5..2222757bb9 100644 --- a/examples/table_source/pyproject.toml +++ b/examples/table_source/pyproject.toml @@ -50,7 +50,6 @@ requires = [ base_theme = "Theme.MaterialComponents.Light.DarkActionBar" build_gradle_dependencies = [ - "androidx.appcompat:appcompat:1.6.1", "com.google.android.material:material:1.11.0", ] diff --git a/examples/textinput/pyproject.toml b/examples/textinput/pyproject.toml index 368445b777..d4947b57b5 100644 --- a/examples/textinput/pyproject.toml +++ b/examples/textinput/pyproject.toml @@ -50,7 +50,6 @@ requires = [ base_theme = "Theme.MaterialComponents.Light.DarkActionBar" build_gradle_dependencies = [ - "androidx.appcompat:appcompat:1.6.1", "com.google.android.material:material:1.11.0", ] diff --git a/examples/tree/pyproject.toml b/examples/tree/pyproject.toml index 331362fa3d..551f48624c 100644 --- a/examples/tree/pyproject.toml +++ b/examples/tree/pyproject.toml @@ -50,7 +50,6 @@ requires = [ base_theme = "Theme.MaterialComponents.Light.DarkActionBar" build_gradle_dependencies = [ - "androidx.appcompat:appcompat:1.6.1", "com.google.android.material:material:1.11.0", ] diff --git a/examples/tree_source/pyproject.toml b/examples/tree_source/pyproject.toml index 231a786e08..b018ccddb1 100644 --- a/examples/tree_source/pyproject.toml +++ b/examples/tree_source/pyproject.toml @@ -50,7 +50,6 @@ requires = [ base_theme = "Theme.MaterialComponents.Light.DarkActionBar" build_gradle_dependencies = [ - "androidx.appcompat:appcompat:1.6.1", "com.google.android.material:material:1.11.0", ] diff --git a/examples/tutorial0/pyproject.toml b/examples/tutorial0/pyproject.toml index 685877f35a..7c72bc18ba 100644 --- a/examples/tutorial0/pyproject.toml +++ b/examples/tutorial0/pyproject.toml @@ -50,7 +50,6 @@ requires = [ base_theme = "Theme.MaterialComponents.Light.DarkActionBar" build_gradle_dependencies = [ - "androidx.appcompat:appcompat:1.6.1", "com.google.android.material:material:1.11.0", ] diff --git a/examples/tutorial1/pyproject.toml b/examples/tutorial1/pyproject.toml index 14cfed7d29..b38be0d61c 100644 --- a/examples/tutorial1/pyproject.toml +++ b/examples/tutorial1/pyproject.toml @@ -50,7 +50,6 @@ requires = [ base_theme = "Theme.MaterialComponents.Light.DarkActionBar" build_gradle_dependencies = [ - "androidx.appcompat:appcompat:1.6.1", "com.google.android.material:material:1.11.0", ] diff --git a/examples/tutorial2/pyproject.toml b/examples/tutorial2/pyproject.toml index 1417284e93..d601b20f92 100644 --- a/examples/tutorial2/pyproject.toml +++ b/examples/tutorial2/pyproject.toml @@ -50,7 +50,6 @@ requires = [ base_theme = "Theme.MaterialComponents.Light.DarkActionBar" build_gradle_dependencies = [ - "androidx.appcompat:appcompat:1.6.1", "com.google.android.material:material:1.11.0", ] diff --git a/examples/tutorial3/pyproject.toml b/examples/tutorial3/pyproject.toml index 5da5b3f4e7..cec886a8fb 100644 --- a/examples/tutorial3/pyproject.toml +++ b/examples/tutorial3/pyproject.toml @@ -50,7 +50,6 @@ requires = [ base_theme = "Theme.MaterialComponents.Light.DarkActionBar" build_gradle_dependencies = [ - "androidx.appcompat:appcompat:1.6.1", "com.google.android.material:material:1.11.0", ] diff --git a/examples/tutorial4/pyproject.toml b/examples/tutorial4/pyproject.toml index 03a4080fea..6c64dfc8d4 100644 --- a/examples/tutorial4/pyproject.toml +++ b/examples/tutorial4/pyproject.toml @@ -50,7 +50,6 @@ requires = [ base_theme = "Theme.MaterialComponents.Light.DarkActionBar" build_gradle_dependencies = [ - "androidx.appcompat:appcompat:1.6.1", "com.google.android.material:material:1.11.0", ] diff --git a/examples/webview/pyproject.toml b/examples/webview/pyproject.toml index f595e04acc..c9a3d52938 100644 --- a/examples/webview/pyproject.toml +++ b/examples/webview/pyproject.toml @@ -49,7 +49,6 @@ requires = [ base_theme = "Theme.MaterialComponents.Light.DarkActionBar" build_gradle_dependencies = [ - "androidx.appcompat:appcompat:1.6.1", "com.google.android.material:material:1.11.0", ] diff --git a/examples/window/pyproject.toml b/examples/window/pyproject.toml index 7ce6d7c64c..71a8501c08 100644 --- a/examples/window/pyproject.toml +++ b/examples/window/pyproject.toml @@ -50,7 +50,6 @@ requires = [ base_theme = "Theme.MaterialComponents.Light.DarkActionBar" build_gradle_dependencies = [ - "androidx.appcompat:appcompat:1.6.1", "com.google.android.material:material:1.11.0", ] diff --git a/testbed/pyproject.toml b/testbed/pyproject.toml index 89c2f190f9..c8e4a114e3 100644 --- a/testbed/pyproject.toml +++ b/testbed/pyproject.toml @@ -83,7 +83,6 @@ test_requires = [ base_theme = "Theme.MaterialComponents.Light.DarkActionBar" build_gradle_dependencies = [ - "androidx.appcompat:appcompat:1.6.1", "com.google.android.material:material:1.11.0", "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0", "org.osmdroid:osmdroid-android:6.1.0",