From de3bd5d22aa922e1a22335e50f45c362b05e47ae Mon Sep 17 00:00:00 2001 From: TheExpert1337 Date: Mon, 7 Oct 2019 07:44:27 +0200 Subject: [PATCH 1/2] 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/2] 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 } +