From 246f32f4459c73d83336c94ca59712637ce78f4f Mon Sep 17 00:00:00 2001 From: chrysos349 Date: Wed, 28 Jun 2023 00:59:53 +0300 Subject: [PATCH 1/3] python3-dnspython: update to 2.3.0 --- srcpkgs/python3-dnspython/template | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/srcpkgs/python3-dnspython/template b/srcpkgs/python3-dnspython/template index 164f67f07639..e4d7213c27d5 100644 --- a/srcpkgs/python3-dnspython/template +++ b/srcpkgs/python3-dnspython/template @@ -1,26 +1,18 @@ # Template file for 'python3-dnspython' pkgname=python3-dnspython -version=2.1.0 -revision=3 +version=2.3.0 +revision=1 build_style=python3-module -hostmakedepends="python3-setuptools unzip" +hostmakedepends="python3-pip python3-wheel" depends="python3" -checkdepends="python3-attrs python3-async_generator python3-idna python3-curio - python3-trio python3-outcome python3-sniffio python3-sortedcontainers - python3-requests python3-requests-toolbelt python3-pytest iana-etc" +checkdepends="iana-etc python3-cryptography python3-idna python3-pytest + python3-sniffio python3-trio" short_desc="DNS toolkit for Python3" maintainer="Orphaned " license="ISC" homepage="https://www.dnspython.org/" -distfiles="${PYPI_SITE}/d/dnspython/dnspython-${version}.zip" -checksum=e4a87f0b573201a0f3727fa18a516b055fd1107e0e5477cded4a2de497df1dd4 -# Some tests not working -make_check=extended - -do_check() { - # All tests should work again in version 2.1.1 or 2.2.0 (https://github.com/rthalley/dnspython/issues/622) - PYTHONPATH=$(cd build/lib* && pwd) pytest -k 'not test_unpickle' -} +distfiles="${PYPI_SITE}/d/dnspython/dnspython-${version}.tar.gz" +checksum=224e32b03eb46be70e12ef6d64e0be123a64e621ab4c0822ff6d450d52a540b9 post_install() { vlicense LICENSE From 46dd2fee74389b58686db15c705d986266c30e46 Mon Sep 17 00:00:00 2001 From: chrysos349 Date: Wed, 28 Jun 2023 01:12:30 +0300 Subject: [PATCH 2/3] python3-dnspython: update to 2.3.0 --- srcpkgs/python3-dnspython/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/python3-dnspython/template b/srcpkgs/python3-dnspython/template index e4d7213c27d5..7ffaa9f91c11 100644 --- a/srcpkgs/python3-dnspython/template +++ b/srcpkgs/python3-dnspython/template @@ -13,6 +13,7 @@ license="ISC" homepage="https://www.dnspython.org/" distfiles="${PYPI_SITE}/d/dnspython/dnspython-${version}.tar.gz" checksum=224e32b03eb46be70e12ef6d64e0be123a64e621ab4c0822ff6d450d52a540b9 +make_check=extended post_install() { vlicense LICENSE From ba6ff142980fdc87f6dff9dc96bb271650c59cdb Mon Sep 17 00:00:00 2001 From: chrysos349 Date: Wed, 28 Jun 2023 01:15:35 +0300 Subject: [PATCH 3/3] python3-dnspython: update to 2.3.0 --- srcpkgs/python3-dnspython/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/python3-dnspython/template b/srcpkgs/python3-dnspython/template index 7ffaa9f91c11..4cd430839027 100644 --- a/srcpkgs/python3-dnspython/template +++ b/srcpkgs/python3-dnspython/template @@ -13,6 +13,7 @@ license="ISC" homepage="https://www.dnspython.org/" distfiles="${PYPI_SITE}/d/dnspython/dnspython-${version}.tar.gz" checksum=224e32b03eb46be70e12ef6d64e0be123a64e621ab4c0822ff6d450d52a540b9 +# some tests take too long to pass make_check=extended post_install() {