blob: 2b134f5042f966f5079ae35ec13270e2af5a18ea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
pkgbase = python-edge-tts
pkgdesc = Use Microsoft Edge's online text-to-speech service from within your Python code or using the provided edge-tts or edge-playback command
pkgver = 7.0.1
pkgrel = 1
url = https://github.com/rany2/edge-tts
arch = any
license = GPL3
makedepends = python-setuptools
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
depends = python
depends = python-aiohttp
depends = python-yarl
depends = python-typing_extensions
depends = python-srt
depends = python-tabulate
depends = python-frozenlist
depends = python-multidict
depends = python-charset-normalizer
depends = python-aiosignal
depends = python-attrs
depends = python-idna
depends = python-certifi
optdepends = mpv: immediate tts playback with the provided edge-playback command
source = https://github.com/rany2/edge-tts/archive/refs/tags/7.0.1.tar.gz
sha256sums = 49483727d011625662369d5898ff3d981069a2a0ebd2b72fc89173159c680a1c
pkgname = python-edge-tts
|