From 5782dd3e0e7f8ba292c2cc2e9804981a8fc32fe5 Mon Sep 17 00:00:00 2001 From: joelchrono12 Date: Sun, 8 Jan 2023 20:31:05 -0600 Subject: [PATCH 1/2] New package: python3-aiostream-0.4.5 --- srcpkgs/python3-aiostream/template | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 srcpkgs/python3-aiostream/template diff --git a/srcpkgs/python3-aiostream/template b/srcpkgs/python3-aiostream/template new file mode 100644 index 000000000000..f8088e101d9f --- /dev/null +++ b/srcpkgs/python3-aiostream/template @@ -0,0 +1,13 @@ +# Template file for 'python3-aiostream' +pkgname=python3-aiostream +version=0.4.5 +revision=1 +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3" +short_desc="Generator-based operators for asynchronous iteration" +maintainer="joelchrono12 " +license="GPL-3.0-only" +homepage="https://aiostream.readthedocs.io/" +distfiles="${PYPI_SITE}/a/aiostream/aiostream-${version}.tar.gz" +checksum=3ecbf87085230fbcd9605c32ca20c4fb41af02c71d076eab246ea22e35947d88 From 48491cf743360e4b3caf5b4930194535f2b8b03a Mon Sep 17 00:00:00 2001 From: joelchrono12 Date: Mon, 9 Jan 2023 08:48:16 -0600 Subject: [PATCH 2/2] vdirsyncer: update to 0.19.0 --- srcpkgs/vdirsyncer/template | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/srcpkgs/vdirsyncer/template b/srcpkgs/vdirsyncer/template index 4e2c23289b8e..6ec6ea928a03 100644 --- a/srcpkgs/vdirsyncer/template +++ b/srcpkgs/vdirsyncer/template @@ -1,24 +1,25 @@ # Template file for 'vdirsyncer' pkgname=vdirsyncer -version=0.18.0 -revision=3 +version=0.19.0 +revision=1 build_style=python3-module hostmakedepends="python3-setuptools_scm" depends="python3-atomicwrites python3-click python3-click-log - python3-click-threading python3-requests-toolbelt" -checkdepends="python3-pytest python3-hypothesis $depends" +python3-click-threading python3-requests-toolbelt python3-aiohttp +python3-aiostream" +checkdepends="python3-pytest python3-hypothesis python3-aioresponses python3-trustme python3-pytest-asyncio python3-pytest-localserver python3-pytest-httpserver $depends" short_desc="Synchronize calendars and addressbooks" maintainer="Orphaned " license="BSD-3-Clause" homepage="https://vdirsyncer.pimutils.org/" distfiles="${PYPI_SITE}/v/vdirsyncer/vdirsyncer-${version}.tar.gz" -checksum=27bc3ed51f774935fbba392915c8c8d4cf639ae51a44b674686b49a1025fc201 +checksum=8e1e8403a08659e5a4e7fa3e9caaa2e2dce2bf1f98d923029049a34db75a2525 do_check() { - # Disable coverage checks and those requiring unpackaged pytest-localserver - vsed -e 's/^addopts/noaddopts/' -i setup.cfg - PYTHONPATH="$(cd build/lib* && pwd)" \ - python3 -m pytest -k 'not test_request_ssl_fingerprints' + # Disable coverage checks and those requiring unpackaged pytest-localserver + vsed -e 's/^addopts/noaddopts/' -i setup.cfg + PYTHONPATH="$(cd build/lib* && pwd)" \ + python3 -m pytest -k 'not test_request_ssl_fingerprints' } post_install() {