From cafae79bff65780401f0c240c661cf1e934a7230 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Sat, 14 May 2022 18:36:52 +0200 Subject: [PATCH 1/5] New package: python3-betamax-serializers-0.2.1 --- srcpkgs/python3-betamax-serializers/template | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 srcpkgs/python3-betamax-serializers/template diff --git a/srcpkgs/python3-betamax-serializers/template b/srcpkgs/python3-betamax-serializers/template new file mode 100644 index 000000000000..b607703d0ade --- /dev/null +++ b/srcpkgs/python3-betamax-serializers/template @@ -0,0 +1,15 @@ +# Template file for 'python3-betamax-serializers' +pkgname=python3-betamax-serializers +version=0.2.1 +revision=1 +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3-betamax" +checkdepends="${depends} python3-yaml" +short_desc="Serializers for betamax that may eventually be included in betamax" +maintainer="Jan Christian Grünhage " +license="Apache-2.0" +homepage="https://gitlab.com/betamax/serializers" +changelog="https://gitlab.com/betamax/serializers/-/raw/master/HISTORY.rst" +distfiles="${PYPI_SITE}/b/betamax-serializers/betamax-serializers-${version}.tar.gz" +checksum=345c419b1b73171f2951c62ac3c701775ac4b76e13e86464ebf0ff2a978e4949 From da11ca0b98c08d02ee9950c0d8c6aa8beb7cc720 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Sat, 14 May 2022 18:39:08 +0200 Subject: [PATCH 2/5] New package: python3-testfixtures-7.0.3 --- srcpkgs/python3-testfixtures/template | 19 +++++++++++++++++++ 1 file changed, 19 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..de7c5710ec86 --- /dev/null +++ b/srcpkgs/python3-testfixtures/template @@ -0,0 +1,19 @@ +# Template file for 'python3-testfixtures' +pkgname=python3-testfixtures +version=7.0.3 +revision=1 +build_style=python3-module +hostmakedepends="python3-setuptools" +short_desc="Collection of helpers and mock objects for automated tests in Python" +maintainer="Jan Christian Grünhage " +license="MIT" +homepage="https://github.com/Simplistix/testfixtures" +changelog="https://raw.githubusercontent.com/simplistix/testfixtures/master/CHANGELOG.rst" +distfiles="${PYPI_SITE}/t/${pkgname/python3-/}/${pkgname/python3-/}-${version}.tar.gz" +checksum=942bc751d45068658e11277f213ce1868476e141ea4240da0fb6712ae6f96401 +# Requires django and twisted just for running tests +make_check=no + +post_install() { + vlicense LICENSE.txt +} From cf6d55572843c187fa427b37e6eef13ab4202773 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Sat, 14 May 2022 18:44:21 +0200 Subject: [PATCH 3/5] New package: python3-prawcore-2.3.0 --- srcpkgs/python3-prawcore/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/python3-prawcore/template diff --git a/srcpkgs/python3-prawcore/template b/srcpkgs/python3-prawcore/template new file mode 100644 index 000000000000..13ca2019f6f6 --- /dev/null +++ b/srcpkgs/python3-prawcore/template @@ -0,0 +1,20 @@ +# Template file for 'python3-prawcore' +pkgname=python3-prawcore +version=2.3.0 +revision=1 +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3-requests" +checkdepends="${depends} python3-betamax python3-betamax-matchers + python3-betamax-serializers python3-mock python3-pytest python3-testfixtures" +short_desc="Low-level communication layer for PRAW 4+" +maintainer="Jan Christian Grünhage " +license="BSD-2-Clause" +homepage="https://github.com/praw-dev/prawcore" +changelog="https://raw.githubusercontent.com/praw-dev/prawcore/main/CHANGES.rst" +distfiles="${PYPI_SITE}/p/prawcore/prawcore-${version}.tar.gz" +checksum=daf1ccd4b7a80dc4e6567d48336d782e94a9a6dad83770fc2edf76dc9a84f56d + +post_install() { + vlicense LICENSE.txt +} From 67832492b58431c72b24c79342b8d1f146a33e21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Sat, 14 May 2022 18:45:28 +0200 Subject: [PATCH 4/5] New package: python3-praw-7.6.1 --- srcpkgs/python3-praw/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/python3-praw/template diff --git a/srcpkgs/python3-praw/template b/srcpkgs/python3-praw/template new file mode 100644 index 000000000000..dc70790141af --- /dev/null +++ b/srcpkgs/python3-praw/template @@ -0,0 +1,19 @@ +# Template file for 'python3-praw' +pkgname=python3-praw +version=7.6.1 +revision=1 +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3-prawcore python3-websocket-client" +checkdepends="${depends} python3-betamax python3-betamax-matchers" +short_desc="Python Reddit API Wrapper" +maintainer="Jan Christian Grünhage " +license="BSD-2-Clause" +homepage="https://praw.readthedocs.io/en/stable/" +changelog="https://raw.githubusercontent.com/praw-dev/praw/master/CHANGES.rst" +distfiles="${PYPI_SITE}/p/praw/praw-${version}.tar.gz" +checksum=07fc95ffc52187351ab77b81fa6910c66e8fa084faf4b060b90864ad186dfb9e + +post_install() { + vlicense LICENSE.txt +} From 63926aa9c86121ed879951530c35cb523cd9ae61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Sat, 14 May 2022 19:35:14 +0200 Subject: [PATCH 5/5] New package: giara-1.0.1 --- srcpkgs/giara/template | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 srcpkgs/giara/template diff --git a/srcpkgs/giara/template b/srcpkgs/giara/template new file mode 100644 index 000000000000..51e4b4bb2e61 --- /dev/null +++ b/srcpkgs/giara/template @@ -0,0 +1,15 @@ +# Template file for 'giara' +pkgname=giara +version=1.0.1 +revision=1 +build_style=meson +hostmakedepends="pkg-config gettext blueprint-compiler glib-devel" +makedepends="gtk4-devel libadwaita-devel libgirepository-devel" +depends="python3-Pillow python3-praw python3-mistune2 python3-BeautifulSoup4 + gtksourceview5" +short_desc="Reddit app with mobile Linux in mind" +maintainer="Jan Christian Grünhage " +license="GPL-3.0-or-later" +homepage="https://gitlab.gnome.org/World/giara" +distfiles="https://gitlab.gnome.org/World/giara/-/archive/${version}/giara-${version}.tar.gz" +checksum=fc38e2cec5315e0abaeb1053b18984e7ded5526f026b435a799d63870a1e4c36