-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update pyside, briefcase, mkdocs
- Loading branch information
Showing
5 changed files
with
22 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,8 +28,8 @@ classifiers = [ | |
"Operating System :: MacOS", | ||
] | ||
dependencies = [ | ||
"shiboken6==6.7.1", | ||
"PySide6-Essentials==6.7.1", | ||
"shiboken6==6.8.0.2", | ||
"PySide6-Essentials==6.8.0.2", | ||
"jeepney==0.8.0", | ||
] | ||
|
||
|
@@ -53,14 +53,14 @@ artifacts = ["*.mo"] | |
[dependency-groups] | ||
dev = [ | ||
"babel>=2.12.1", | ||
"briefcase==0.3.16", # pinned because building relies on it! | ||
"briefcase==0.3.20", # pinned because building relies on it! | ||
"coverage[toml]>=6.5", | ||
"coveralls>=3.3.1", | ||
"mdformat-gfm>=0.3.6", | ||
"mdformat-simple-breaks>=0.0.1", | ||
"mdformat-mkdocs>=2.0.1", | ||
"mdformat-frontmatter>=2.0.1", | ||
"mkdocs-material==9.5.19", # pinned because docs rely on it! | ||
"mkdocs-material==9.5.44", # pinned because docs rely on it! | ||
"mkdocs-glightbox>=0.3.5", | ||
"mypy>=1.3.0", | ||
"pip-audit>=2.5.5", | ||
|
@@ -253,20 +253,15 @@ max_cluster_size = 1 | |
[tool.briefcase] | ||
project_name = "NormCap" | ||
bundle = "eu.dynobo" | ||
version = "0.5.9" | ||
url = "https://github.com/dynobo/normcap" | ||
license = "GPLv3" | ||
author = 'dynobo' | ||
author_email = "[email protected]" | ||
|
||
# TODO: wix was updated. Check compatibility. Run briefcase upgrade wix | ||
|
||
[tool.briefcase.app.normcap] | ||
formal_name = "NormCap" | ||
description = "OCR-powered screen-capture tool to capture information instead of images" | ||
sources = ["normcap"] | ||
icon = "bundle/imgs/normcap" | ||
installer_icon = "bundle/imgs/normcap_install" | ||
installer_background = "bundle/imgs/normcap_install_bg" | ||
requires = ["PySide6-Essentials==6.7.1", "shiboken6==6.7.1", "jeepney==0.8.0"] | ||
cleanup_paths = [ | ||
# Globs | ||
"**/[pP]y[sS]ide6/*[qQ]t*[oO]pen[gG][lL]*", | ||
|
@@ -311,8 +306,13 @@ cleanup_paths = [ | |
"**/NormCap.pdb", | ||
] | ||
|
||
[tool.briefcase.app.normcap.macOS] | ||
[tool.briefcase.app.normcap.macOS.Xcode] | ||
requires = ["std-nslog==1.0.0"] | ||
universal_build = true | ||
# TODO: Configure Entitlements.plist ? For screenshot and notify permissions? | ||
# TODO: Info.plist? | ||
# TODO: Remove build for x64 (not needed anymore). Also from docs. | ||
|
||
|
||
[tool.briefcase.app.normcap.linux.appimage] | ||
template = "https://github.com/beeware/briefcase-linux-appimage-template" | ||
|
@@ -363,6 +363,8 @@ ENV LD_LIBRARY_PATH "$LD_LIBRARY_PATH:/app/NormCap.AppDir/usr/app_packages/shibo | |
USER brutus | ||
""" | ||
|
||
# TODO: Use briefcase --Xdocker-build for docker build args (if applicable) | ||
|
||
[tool.briefcase.app.normcap.windows] | ||
use_full_install_path = false | ||
|
||
|