From 7b80f51e89a075e737ac150e52cdecda37499c94 Mon Sep 17 00:00:00 2001 From: Eloi Torrents Date: Fri, 23 Sep 2022 10:11:19 +0200 Subject: [PATCH 1/4] New package: python3-gtts-2.2.2 --- srcpkgs/python3-gtts/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/python3-gtts/template diff --git a/srcpkgs/python3-gtts/template b/srcpkgs/python3-gtts/template new file mode 100644 index 000000000000..682d71524efe --- /dev/null +++ b/srcpkgs/python3-gtts/template @@ -0,0 +1,19 @@ +# Template file for 'python3-gtts' +pkgname=python3-gtts +version=2.2.2 +revision=1 +wrksrc=gTTS-${version} +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3 python3-click" +checkdepends="python3-click python3-mock python3-urllib3 python3-requests python3-testfixtures python3-wheel tox" +short_desc="Module and CLI text-to-speech tool using Google Translate API" +maintainer="Eloi Torrents " +license="MIT" +homepage="https://github.com/pndurette/gTTS" +distfiles="${PYPI_SITE}/g/gTTS/gTTS-${version}.tar.gz" +checksum=b53714d8377afb66df9f112158a6a832de26bc72cee3b8af321575d85f820a0f + +post_install() { + vlicense LICENSE +} From 9e8aee1bd51a6eb3a53ec5947d9a10c310005127 Mon Sep 17 00:00:00 2001 From: Eloi Torrents Date: Fri, 23 Sep 2022 10:54:55 +0200 Subject: [PATCH 2/4] New package: python3-sybil-3.0.1 --- srcpkgs/python3-sybil/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/python3-sybil/template diff --git a/srcpkgs/python3-sybil/template b/srcpkgs/python3-sybil/template new file mode 100644 index 000000000000..df62ef480daa --- /dev/null +++ b/srcpkgs/python3-sybil/template @@ -0,0 +1,20 @@ +# Template file for 'python3-sybil' +pkgname=python3-sybil +version=3.0.1 +revision=1 +wrksrc=sybil-${version} +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3" +checkdepends="python3-pytest" +short_desc="Automated testing for the examples in your documentation" +maintainer="Eloi Torrents " +license="MIT" +homepage="https://github.com/simplistix/sybil" +changelog="https://sybil.readthedocs.io/en/latest/changes.html" +distfiles="${PYPI_SITE}/s/sybil/sybil-${version}.tar.gz" +checksum=6f02dc2204af7e5a212037924d974f72781f6dc18fd3c44cc7ce463a120f530d + +post_install() { + vlicense docs/license.rst +} From e2a47c55c545fc3a439c623789439cda2c00a7f8 Mon Sep 17 00:00:00 2001 From: Eloi Torrents Date: Fri, 23 Sep 2022 11:00:14 +0200 Subject: [PATCH 3/4] New package: python3-testfixtures-7.0.0 --- srcpkgs/python3-testfixtures/template | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 srcpkgs/python3-testfixtures/template diff --git a/srcpkgs/python3-testfixtures/template b/srcpkgs/python3-testfixtures/template new file mode 100644 index 000000000000..d9e66b7bf600 --- /dev/null +++ b/srcpkgs/python3-testfixtures/template @@ -0,0 +1,24 @@ +# Template file for 'python3-testfixtures' +pkgname=python3-testfixtures +version=7.0.0 +revision=1 +wrksrc=testfixtures-${version} +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3" +checkdepends="python3-pytest python3-sybil python3-zope.component python3-Twisted tox" +short_desc="Collection of helpers and mock objects for unit tests and doc tests" +maintainer="Eloi Torrents " +license="MIT" +homepage="https://github.com/Simplistix/testfixtures" +distfiles="${PYPI_SITE}/t/testfixtures/testfixtures-${version}.tar.gz" +checksum=8ecac5a308793451640594d9ca42ce89b987711e1e4c9312855321ec21f6ccb4 + +do_check() { + cd build/lib + pytest -v --ignore="testfixtures/tests/test_django" # Fails to import +} + +post_install() { + vlicense LICENSE.txt +} From 0f0e06150aa82b0dea471328c6bb5c48cfd9892e Mon Sep 17 00:00:00 2001 From: Eloi Torrents Date: Thu, 22 Sep 2022 23:01:03 +0200 Subject: [PATCH 4/4] New package: mnemosyne-2.9 --- srcpkgs/mnemosyne/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/mnemosyne/template diff --git a/srcpkgs/mnemosyne/template b/srcpkgs/mnemosyne/template new file mode 100644 index 000000000000..9163231cc48b --- /dev/null +++ b/srcpkgs/mnemosyne/template @@ -0,0 +1,16 @@ +# Template file for 'mnemosyne' +pkgname=mnemosyne +version=2.9 +revision=1 +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3 python3-PyQt5 python3-PyQt5-webengine python3-Pillow python3-CherryPy + python3-gtts python3-matplotlib python3-WebOb python3-Cheroot python3-PyOpenGL + python3-setuptools qt5-webengine" +checkdepends="python3-nose tox" +short_desc="Efficient learning with powerful digital flash-cards" +maintainer="Eloi Torrents " +license="GPL-3.0-or-later" +homepage="https://mnemosyne-proj.org/" +distfiles="https://github.com/mnemosyne-proj/mnemosyne/archive/${version}.tar.gz" +checksum=c4043a6b279bb74cef86b114d67e6cbf930ba9ed48ee3a45f93164d800074ed3