dialect/dialect.yaml
Yaakov Selkowitz 577c3d06eb Update to F38
2023-04-10 21:10:52 -04:00

100 lines
2.4 KiB
YAML

---
document: modulemd
version: 2
data:
summary: A translation app for GNOME based on Google Translate
description: >-
A translation app for GNOME based on Google Translate.
Features: * Text translation up to 5000 chars * Text to speech * History * Automatic
language detection * Clipboard buttons
license:
module:
- MIT
buildopts:
arches: [aarch64, x86_64]
rpms:
macros: |
%_py3_shebang_s %nil
%_without_tests 1
dependencies:
- buildrequires:
flatpak-runtime: [f38]
platform: [f38]
requires:
flatpak-runtime: [f38]
platform: [f38]
profiles:
default:
rpms:
- dialect
# direct deps
- python3-dbus
- python3-gtts
# indirect deps
- python3-beautifulsoup4
- python3-charset-normalizer
- python3-click
- python3-gtts-token
- python3-idna
- python3-lxml
- python3-pysocks
- python3-requests
- python3-soupsieve
- python3-urllib3
components:
rpms:
dbus-python:
rationale: Runtime dependency
ref: f38
arches: [aarch64, x86_64]
dialect:
rationale: Application package
ref: f38
buildorder: 10
arches: [aarch64, x86_64]
gtts:
rationale: Runtime dependency
ref: f38
arches: [aarch64, x86_64]
gtts-token:
rationale: Runtime dependency
ref: f38
arches: [aarch64, x86_64]
python-beautifulsoup4:
rationale: Runtime dependency
ref: f38
arches: [aarch64, x86_64]
python-charset-normalizer:
rationale: Runtime dependency
ref: f38
arches: [aarch64, x86_64]
python-click:
rationale: Runtime dependency
ref: f38
arches: [aarch64, x86_64]
python-idna:
rationale: Runtime dependency
ref: f38
arches: [aarch64, x86_64]
python-lxml:
rationale: Runtime dependency
ref: f38
arches: [aarch64, x86_64]
python-pysocks:
rationale: Runtime dependency
ref: f38
arches: [aarch64, x86_64]
python-requests:
rationale: Runtime dependency
ref: f38
arches: [aarch64, x86_64]
python-soupsieve:
rationale: Runtime dependency
ref: f38
arches: [aarch64, x86_64]
python-urllib3:
rationale: Runtime dependency
ref: f38
arches: [aarch64, x86_64]
...