[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#50663] [PATCH 14/19] gnu: Add python-gtts.
From: |
phodina |
Subject: |
[bug#50663] [PATCH 14/19] gnu: Add python-gtts. |
Date: |
Sat, 18 Sep 2021 19:04:59 +0000 |
* gnu/packages/python-xyz.scm (python-gtts): New variable.
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 5c068ee17b..46e5c2522d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -16371,6 +16371,37 @@ A GraphQL schema describes your data model, and
provides a GraphQL server
with an associated set of resolve methods that know how to fetch data.")
(license license:expat)))
+(define-public python-gtts
+ (package
+ (name "python-gtts")
+ (version "2.2.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "gTTS" version))
+ (sha256
+ (base32
+ "03qah9gxhx8m6apviqyffay2dpijm2k5h88ikzgndyvs6zc18dxm"))))
+ (build-system python-build-system)
+ (native-inputs
+ `(("python-flake8" ,python-flake8)
+ ("python-mock" ,python-mock)
+ ("python-pytest" ,python-pytest)
+ ("python-pytest-cov" ,python-pytest-cov)
+ ("python-six" ,python-six)
+ ("python-testfixtures" ,python-testfixtures)))
+ (propagated-inputs
+ `(("python-click" ,python-click)
+ ("python-requests" ,python-requests)
+ ("python-six" ,python-six)))
+ (home-page "https://github.com/pndurette/gTTS")
+ (synopsis
+ "Python interface to Google Translate text-to-speech API")
+ (description
+ "Python library and CLI tool to interface with Google Translate
+text-to-speech API")
+ (license license:expat)))
+
(define-public python-nautilus
(package
(name "python-nautilus")
--
2.32.0
- [bug#50663] [PATCH 04/19] gnu: Add python-precise-runner., (continued)
- [bug#50663] [PATCH 04/19] gnu: Add python-precise-runner., phodina, 2021/09/18
- [bug#50663] [PATCH 05/19] gnu: Add python-petact., phodina, 2021/09/18
- [bug#50663] [PATCH 06/19] gnu: Add python-padatious., phodina, 2021/09/18
- [bug#50663] [PATCH 07/19] gnu: Add python-lazy., phodina, 2021/09/18
- [bug#50663] [PATCH 08/19] gnu: Add python-pako., phodina, 2021/09/18
- [bug#50663] [PATCH 09/19] gnu: Add python-adapt-parser., phodina, 2021/09/18
- [bug#50663] [PATCH 10/19] gnu: Add python-msm., phodina, 2021/09/18
- [bug#50663] [PATCH 11/19] gnu: Add python-msk., phodina, 2021/09/18
- [bug#50663] [PATCH 12/19] gnu: Add python-lingua-franca., phodina, 2021/09/18
- [bug#50663] [PATCH 13/19] gnu: Add python-pocketsphinx., phodina, 2021/09/18
- [bug#50663] [PATCH 14/19] gnu: Add python-gtts.,
phodina <=
- [bug#50663] [PATCH 16/19] gnu: Add python-mycroft-messagebus-client., phodina, 2021/09/18
- [bug#50663] [PATCH 17/19] gnu: Add mycroft-mimic., phodina, 2021/09/18
- [bug#50663] [PATCH 18/19] gnu: Add python-speech-recognition., phodina, 2021/09/18
- [bug#50663] [PATCH 19/19] gnu: Add python-mycroft-core., phodina, 2021/09/18
- [bug#50663] [PATCH 02/19] gnu: Add python-pyee., phodina, 2021/09/18