Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update briefcase configurations in demo and examples to use new license format #2621

Merged
merged 3 commits into from
Jun 9, 2024
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
1 change: 1 addition & 0 deletions changes/2621.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Briefcase configurations were updated to use new license format.
3 changes: 1 addition & 2 deletions demo/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down Expand Up @@ -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",
]
Expand Down
3 changes: 1 addition & 2 deletions examples/.template/{{ cookiecutter.name }}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down Expand Up @@ -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",
]
Expand Down
3 changes: 1 addition & 2 deletions examples/activityindicator/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down Expand Up @@ -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",
]

Expand Down
3 changes: 1 addition & 2 deletions examples/beeliza/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down Expand Up @@ -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",
]
Expand Down
3 changes: 1 addition & 2 deletions examples/box/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down Expand Up @@ -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",
]

Expand Down
3 changes: 1 addition & 2 deletions examples/button/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down Expand Up @@ -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",
]

Expand Down
3 changes: 1 addition & 2 deletions examples/canvas/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down Expand Up @@ -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",
]

Expand Down
3 changes: 1 addition & 2 deletions examples/colors/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down Expand Up @@ -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",
]

Expand Down
3 changes: 1 addition & 2 deletions examples/command/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down Expand Up @@ -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",
]

Expand Down
3 changes: 1 addition & 2 deletions examples/date_and_time/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down Expand Up @@ -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",
]

Expand Down
3 changes: 1 addition & 2 deletions examples/detailedlist/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down Expand Up @@ -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",
]
Expand Down
3 changes: 1 addition & 2 deletions examples/dialogs/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down Expand Up @@ -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",
]

Expand Down
3 changes: 1 addition & 2 deletions examples/divider/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down Expand Up @@ -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",
]

Expand Down
3 changes: 1 addition & 2 deletions examples/documentapp/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down Expand Up @@ -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",
]

Expand Down
3 changes: 1 addition & 2 deletions examples/examples_overview/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down Expand Up @@ -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",
]

Expand Down
3 changes: 1 addition & 2 deletions examples/focus/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down Expand Up @@ -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",
]

Expand Down
3 changes: 1 addition & 2 deletions examples/font/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down Expand Up @@ -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",
]

Expand Down
3 changes: 1 addition & 2 deletions examples/font_size/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down Expand Up @@ -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",
]

Expand Down
3 changes: 1 addition & 2 deletions examples/handlers/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down Expand Up @@ -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",
]

Expand Down
3 changes: 1 addition & 2 deletions examples/hardware/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down Expand Up @@ -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",
]
8 changes: 7 additions & 1 deletion examples/imageview/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down Expand Up @@ -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 = [
Expand Down
3 changes: 1 addition & 2 deletions examples/layout/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down Expand Up @@ -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",
]

Expand Down
3 changes: 1 addition & 2 deletions examples/mapview/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down Expand Up @@ -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",
]
Expand Down
Loading
Loading