From de3bd5d22aa922e1a22335e50f45c362b05e47ae Mon Sep 17 00:00:00 2001 From: TheExpert1337 Date: Mon, 7 Oct 2019 07:44:27 +0200 Subject: [PATCH 1/7] python3-pycares: update to 3.0.0 --- srcpkgs/python3-pycares/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template index c52702904b4..658c07eee4e 100644 --- a/srcpkgs/python3-pycares/template +++ b/srcpkgs/python3-pycares/template @@ -1,7 +1,7 @@ # Template file for 'python3-pycares' pkgname=python3-pycares -version=2.3.0 -revision=2 +version=3.0.0 +revision=1 wrksrc="pycares-${version}" build_style=python3-module pycompile_module="pycares" @@ -10,10 +10,10 @@ hostmakedepends="python3-setuptools" makedepends="python3-devel" short_desc="Python interface for c-ares" maintainer="Alessio Sergi " -homepage="https://github.com/saghul/pycares" license="MIT" +homepage="https://github.com/saghul/pycares" distfiles="${PYPI_SITE}/p/pycares/pycares-${version}.tar.gz" -checksum=36f4c03df57c41a87eb3d642201684eb5a8bc194f4bafaa9f60ee6dc0aef8e40 +checksum=b253f5dcaa0ac7076b79388a3ac80dd8f3bd979108f813baade40d3a9b8bf0bd post_install() { vlicense LICENSE From 543a674ac5c470ae31ad27554801cf0c936b78d5 Mon Sep 17 00:00:00 2001 From: TheExpert1337 Date: Mon, 7 Oct 2019 18:13:37 +0200 Subject: [PATCH 2/7] python3-pycares: update to 3.0.0 v2 --- srcpkgs/python3-pycares/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template index 658c07eee4e..d7879350fc5 100644 --- a/srcpkgs/python3-pycares/template +++ b/srcpkgs/python3-pycares/template @@ -7,7 +7,7 @@ build_style=python3-module pycompile_module="pycares" # using bundled c-ares which is patched for TTL support hostmakedepends="python3-setuptools" -makedepends="python3-devel" +makedepends="python3-devel libffi-devel" short_desc="Python interface for c-ares" maintainer="Alessio Sergi " license="MIT" @@ -16,5 +16,6 @@ distfiles="${PYPI_SITE}/p/pycares/pycares-${version}.tar.gz" checksum=b253f5dcaa0ac7076b79388a3ac80dd8f3bd979108f813baade40d3a9b8bf0bd post_install() { - vlicense LICENSE + vlicense LICENSE } + From 4c8f327b218d4133a7a4a10b6acff6b1abdc35b0 Mon Sep 17 00:00:00 2001 From: TheExpert1337 Date: Mon, 7 Oct 2019 18:22:17 +0200 Subject: [PATCH 3/7] python3-pycares: update to 3.0.0 v3 --- srcpkgs/python3-pycares/template | 1 - 1 file changed, 1 deletion(-) diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template index d7879350fc5..d666cfb4727 100644 --- a/srcpkgs/python3-pycares/template +++ b/srcpkgs/python3-pycares/template @@ -18,4 +18,3 @@ checksum=b253f5dcaa0ac7076b79388a3ac80dd8f3bd979108f813baade40d3a9b8bf0bd post_install() { vlicense LICENSE } - From 4845c73a56d9dddbca081407749d1fdcd29e5fd0 Mon Sep 17 00:00:00 2001 From: TheExpert1337 Date: Mon, 7 Oct 2019 18:32:50 +0200 Subject: [PATCH 4/7] python3-pycares: update to 3.0.0 v4 (tabs) --- srcpkgs/python3-pycares/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template index d666cfb4727..f028ad93c76 100644 --- a/srcpkgs/python3-pycares/template +++ b/srcpkgs/python3-pycares/template @@ -16,5 +16,5 @@ distfiles="${PYPI_SITE}/p/pycares/pycares-${version}.tar.gz" checksum=b253f5dcaa0ac7076b79388a3ac80dd8f3bd979108f813baade40d3a9b8bf0bd post_install() { - vlicense LICENSE + vlicense LICENSE } From feb724c8a37e35ba009008e4d413e6ffbb159b1c Mon Sep 17 00:00:00 2001 From: TheExpert1337 Date: Mon, 7 Oct 2019 20:22:14 +0200 Subject: [PATCH 5/7] python3-pycares: update to 3.0.0 --- srcpkgs/python3-pycares/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template index f028ad93c76..6d4989bd9ad 100644 --- a/srcpkgs/python3-pycares/template +++ b/srcpkgs/python3-pycares/template @@ -7,7 +7,7 @@ build_style=python3-module pycompile_module="pycares" # using bundled c-ares which is patched for TTL support hostmakedepends="python3-setuptools" -makedepends="python3-devel libffi-devel" +makedepends="python3-devel libffi-devel python3-paramiko" short_desc="Python interface for c-ares" maintainer="Alessio Sergi " license="MIT" From 146fc5e44f0d42e43479394d8a2e045b66aef5f5 Mon Sep 17 00:00:00 2001 From: TheExpert1337 Date: Tue, 8 Oct 2019 21:41:57 +0200 Subject: [PATCH 6/7] python3-pycares: update to 3.0.0 --- srcpkgs/python3-pycares/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template index 6d4989bd9ad..2b997ad3480 100644 --- a/srcpkgs/python3-pycares/template +++ b/srcpkgs/python3-pycares/template @@ -7,7 +7,7 @@ build_style=python3-module pycompile_module="pycares" # using bundled c-ares which is patched for TTL support hostmakedepends="python3-setuptools" -makedepends="python3-devel libffi-devel python3-paramiko" +makedepends="python3-devel python3-cffi" short_desc="Python interface for c-ares" maintainer="Alessio Sergi " license="MIT" @@ -16,5 +16,5 @@ distfiles="${PYPI_SITE}/p/pycares/pycares-${version}.tar.gz" checksum=b253f5dcaa0ac7076b79388a3ac80dd8f3bd979108f813baade40d3a9b8bf0bd post_install() { - vlicense LICENSE + vlicense LICENSE } From f6c2b5f870ec4866736a1080b602900286d2bdc2 Mon Sep 17 00:00:00 2001 From: TheExpert1337 Date: Wed, 9 Oct 2019 06:58:28 +0200 Subject: [PATCH 7/7] python3-pycares: update to 3.0 --- srcpkgs/python3-pycares/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template index 2b997ad3480..eea13b231d5 100644 --- a/srcpkgs/python3-pycares/template +++ b/srcpkgs/python3-pycares/template @@ -6,7 +6,7 @@ wrksrc="pycares-${version}" build_style=python3-module pycompile_module="pycares" # using bundled c-ares which is patched for TTL support -hostmakedepends="python3-setuptools" +hostmakedepends="python3-setuptools python3-cffi" makedepends="python3-devel python3-cffi" short_desc="Python interface for c-ares" maintainer="Alessio Sergi "