From cd85bbe22569efe26ef5e7e7fee0b0a4e5302ac5 Mon Sep 17 00:00:00 2001 From: John Mitrich Date: Sat, 12 Sep 2026 15:27:06 +0300 Subject: [PATCH 1/2] New package: python3-aiohttp-retry-2.9.1 --- srcpkgs/python3-aiohttp-retry/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/python3-aiohttp-retry/template diff --git a/srcpkgs/python3-aiohttp-retry/template b/srcpkgs/python3-aiohttp-retry/template new file mode 100644 index 00000000000000..2b0b1088c03c69 --- /dev/null +++ b/srcpkgs/python3-aiohttp-retry/template @@ -0,0 +1,19 @@ +# Template file for 'python3-aiohttp-retry' +pkgname=python3-aiohttp-retry +version=2.9.1 +revision=1 +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3-aiohttp" +short_desc="Simple retry client for aiohttp" +maintainer="John Mitrich " +license="MIT" +homepage="https://github.com/inyutin/aiohttp_retry" +distfiles="${PYPI_SITE}/a/aiohttp-retry/aiohttp_retry-${version}.tar.gz" +checksum=8eb75e904ed4ee5c2ec242fefe85bf04240f685391c4879d8f541d6028ff01f1 +# tests/app.py (imported by the test suite) is not shipped in the sdist +make_check=no + +post_install() { + vlicense LICENSE +} From fab35ff0553dcd700d55eb5ecb92a86cd71279af Mon Sep 17 00:00:00 2001 From: John Mitrich Date: Sat, 12 Sep 2026 15:27:14 +0300 Subject: [PATCH 2/2] New package: eartag-1.0.3 --- srcpkgs/eartag/template | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 srcpkgs/eartag/template diff --git a/srcpkgs/eartag/template b/srcpkgs/eartag/template new file mode 100644 index 00000000000000..bc5b0dd0b7f57c --- /dev/null +++ b/srcpkgs/eartag/template @@ -0,0 +1,22 @@ +# Template file for 'eartag' +pkgname=eartag +version=1.0.3 +revision=1 +build_style=meson +hostmakedepends="blueprint-compiler gettext glib-devel gtk4-devel + libadwaita-devel python3" +depends="python3-gobject python3-aiofiles python3-aiohttp python3-aiohttp-retry + python3-filetype python3-mutagen python3-Pillow python3-pyacoustid + python3-xxhash gtk4 libadwaita" +checkdepends="$depends python3-pytest python3-pytest-asyncio AppStream + desktop-file-utils glib" +short_desc="Small and simple audio file tag editor" +maintainer="John Mitrich " +license="MIT" +homepage="https://gitlab.gnome.org/World/eartag" +distfiles="https://gitlab.gnome.org/World/eartag/-/archive/$version/eartag-$version.tar.gz" +checksum=80854b588af057c8b86f6f9f8bb8bcfb06a1c13997d0228cd3f6e6f56a1ec4c3 + +post_install() { + vlicense COPYING +}