[gentoo-commits] repo/gentoo:master commit in: dev-python/aiodns/

2024-06-19 Thread Petr Vaněk
commit: afcac0b2e6451a3b229f4b3ab64c421a23086559
Author: Petr Vaněk  gentoo  org>
AuthorDate: Wed Jun 19 12:33:02 2024 +
Commit: Petr Vaněk  gentoo  org>
CommitDate: Wed Jun 19 12:49:05 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afcac0b2

dev-python/aiodns: enable py3.13

Signed-off-by: Petr Vaněk  gentoo.org>

 dev-python/aiodns/aiodns-3.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/aiodns/aiodns-3.2.0.ebuild 
b/dev-python/aiodns/aiodns-3.2.0.ebuild
index f7bad191f32e..1e89bac5c3bc 100644
--- a/dev-python/aiodns/aiodns-3.2.0.ebuild
+++ b/dev-python/aiodns/aiodns-3.2.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 
 inherit distutils-r1 pypi
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/aiodns/

2024-04-20 Thread Michał Górny
commit: 16b4963a7e901fac18deaad27940a7fe4dd0c39a
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr 20 15:51:41 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr 20 15:51:41 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16b4963a

dev-python/aiodns: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/aiodns/Manifest|  1 -
 dev-python/aiodns/aiodns-3.1.1.ebuild | 34 --
 2 files changed, 35 deletions(-)

diff --git a/dev-python/aiodns/Manifest b/dev-python/aiodns/Manifest
index 238836382033..eb086c8df57a 100644
--- a/dev-python/aiodns/Manifest
+++ b/dev-python/aiodns/Manifest
@@ -1,2 +1 @@
-DIST aiodns-3.1.1.tar.gz 7363 BLAKE2B 
bb5a465be00ff61406b61cef133cb5eed8e007114ddcd1475a12fed5481ec377bc96291fdc7fd6cc5936de865118f7008625ec5d69c09f96eacdb83b4b29c786
 SHA512 
7c28cc6256a575681778376cc197a9504133b1127eb3508f6e5cd1c992c95adef66cf8399b7e90ca012347485e476f71e3f032f7e2f555954ad9a0cade8df5f9
 DIST aiodns-3.2.0.tar.gz 7823 BLAKE2B 
8bafeebbf6ef69001670dffe8df3bd89b817bca921e266e218eaf2a53653d5bb150cef0c99b2fd498d39befb57c6e2edb4d94fbf4b4548e1debce69bcd114ff3
 SHA512 
ca6ae2d53cc0a0e5b8cd5f47da56d7db43236eb6738509d5cc088e56db996c49eba8b024cfe368e5acf44ad4de4cb5d6f949c7f0d4cd16ff4d5cc42ae3b27cb1

diff --git a/dev-python/aiodns/aiodns-3.1.1.ebuild 
b/dev-python/aiodns/aiodns-3.1.1.ebuild
deleted file mode 100644
index e02ba3f75621..
--- a/dev-python/aiodns/aiodns-3.1.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Simple DNS resolver for asyncio"
-HOMEPAGE="https://github.com/saghul/aiodns/;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~riscv ~x86"
-
-# Tests fail with network-sandbox, since they try to resolve google.com
-PROPERTIES="test_network"
-RESTRICT="test"
-
-RDEPEND=">=dev-python/pycares-3[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"
-
-distutils_enable_tests pytest
-
-python_test() {
-   local EPYTEST_DESELECT=(
-   # Internet changed, https://github.com/saghul/aiodns/issues/107
-   tests.py::DNSTest::test_query_bad_chars
-   )
-
-   epytest tests.py
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/aiodns/

2024-04-20 Thread Sam James
commit: 532a3de508382b2611595f7efdf0c80de536746c
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr 20 11:45:55 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr 20 11:45:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=532a3de5

dev-python/aiodns: Stabilize 3.2.0 ALLARCHES, #930316

Signed-off-by: Sam James  gentoo.org>

 dev-python/aiodns/aiodns-3.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/aiodns/aiodns-3.2.0.ebuild 
b/dev-python/aiodns/aiodns-3.2.0.ebuild
index 04f4bea5d751..f7bad191f32e 100644
--- a/dev-python/aiodns/aiodns-3.2.0.ebuild
+++ b/dev-python/aiodns/aiodns-3.2.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~riscv ~x86"
 
 # Tests fail with network-sandbox, since they try to resolve google.com
 PROPERTIES="test_network"



[gentoo-commits] repo/gentoo:master commit in: dev-python/aiodns/

2024-03-31 Thread Arthur Zamarin
commit: 1e542fa6ccaf6749301512b56fe07eeb57b807e4
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Mar 31 18:32:19 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Mar 31 18:46:53 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e542fa6

dev-python/aiodns: add 3.2.0

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/aiodns/Manifest|  1 +
 dev-python/aiodns/aiodns-3.2.0.ebuild | 37 +++
 2 files changed, 38 insertions(+)

diff --git a/dev-python/aiodns/Manifest b/dev-python/aiodns/Manifest
index 247d546a18e6..238836382033 100644
--- a/dev-python/aiodns/Manifest
+++ b/dev-python/aiodns/Manifest
@@ -1 +1,2 @@
 DIST aiodns-3.1.1.tar.gz 7363 BLAKE2B 
bb5a465be00ff61406b61cef133cb5eed8e007114ddcd1475a12fed5481ec377bc96291fdc7fd6cc5936de865118f7008625ec5d69c09f96eacdb83b4b29c786
 SHA512 
7c28cc6256a575681778376cc197a9504133b1127eb3508f6e5cd1c992c95adef66cf8399b7e90ca012347485e476f71e3f032f7e2f555954ad9a0cade8df5f9
+DIST aiodns-3.2.0.tar.gz 7823 BLAKE2B 
8bafeebbf6ef69001670dffe8df3bd89b817bca921e266e218eaf2a53653d5bb150cef0c99b2fd498d39befb57c6e2edb4d94fbf4b4548e1debce69bcd114ff3
 SHA512 
ca6ae2d53cc0a0e5b8cd5f47da56d7db43236eb6738509d5cc088e56db996c49eba8b024cfe368e5acf44ad4de4cb5d6f949c7f0d4cd16ff4d5cc42ae3b27cb1

diff --git a/dev-python/aiodns/aiodns-3.2.0.ebuild 
b/dev-python/aiodns/aiodns-3.2.0.ebuild
new file mode 100644
index ..04f4bea5d751
--- /dev/null
+++ b/dev-python/aiodns/aiodns-3.2.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Simple DNS resolver for asyncio"
+HOMEPAGE="
+   https://pypi.org/project/aiodns/
+   https://github.com/saghul/aiodns/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+
+# Tests fail with network-sandbox, since they try to resolve google.com
+PROPERTIES="test_network"
+RESTRICT="test"
+
+RDEPEND=">=dev-python/pycares-3[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # Internet changed, https://github.com/saghul/aiodns/issues/107
+   tests.py::DNSTest::test_query_bad_chars
+   )
+
+   epytest tests.py
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/aiodns/, dev-python/aiodns/files/

2023-11-11 Thread Michał Górny
commit: 0e4f352dd6a7d672a59657ea69217054b56e9a50
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 11 20:33:47 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 11 20:33:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e4f352d

dev-python/aiodns: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/aiodns/Manifest |  2 --
 dev-python/aiodns/aiodns-3.0.0-r1.ebuild   | 39 --
 dev-python/aiodns/aiodns-3.1.0.ebuild  | 34 ---
 .../aiodns/files/aiodns-3.0.0-py3.10-tests.patch   | 24 -
 4 files changed, 99 deletions(-)

diff --git a/dev-python/aiodns/Manifest b/dev-python/aiodns/Manifest
index 38141778de8c..247d546a18e6 100644
--- a/dev-python/aiodns/Manifest
+++ b/dev-python/aiodns/Manifest
@@ -1,3 +1 @@
-DIST aiodns-3.0.0.tar.gz 6743 BLAKE2B 
2a3c61156069fa598df58191b35383da3e054396cdeb1bc8916cc0414bb6efc89d45789883a5b4f33e3a08a6ee544356b02d6c697c096deae3398f0ff4d3c316
 SHA512 
8c1016f3b0cb461e70e9a55034f9ad3b3db705a845bf20bb6503c7a5d592b4c5d2e8ddc60b375c5fafdc559dc4566736f4c93f26710be2dcbd181284ef039825
-DIST aiodns-3.1.0.tar.gz 7156 BLAKE2B 
0d3b5b84631e3ed378c4334966391a639d577fb6b983b4c8cbaf306fcbb167e897b6094f9cbb3a7fb8355c352830feda1fee3a923044bf5219836845d162d1b3
 SHA512 
6e432555924a3d53ba95ed160a6211486041dfee8c16f18cfd23be3f1d6a50a1fad28fd406acc5de87ba277f7172c3d8ff84633585323a3f659312c4a713b096
 DIST aiodns-3.1.1.tar.gz 7363 BLAKE2B 
bb5a465be00ff61406b61cef133cb5eed8e007114ddcd1475a12fed5481ec377bc96291fdc7fd6cc5936de865118f7008625ec5d69c09f96eacdb83b4b29c786
 SHA512 
7c28cc6256a575681778376cc197a9504133b1127eb3508f6e5cd1c992c95adef66cf8399b7e90ca012347485e476f71e3f032f7e2f555954ad9a0cade8df5f9

diff --git a/dev-python/aiodns/aiodns-3.0.0-r1.ebuild 
b/dev-python/aiodns/aiodns-3.0.0-r1.ebuild
deleted file mode 100644
index 1a5434f93ef6..
--- a/dev-python/aiodns/aiodns-3.0.0-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Simple DNS resolver for asyncio"
-HOMEPAGE="https://github.com/saghul/aiodns/;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~riscv ~x86"
-
-# Tests fail with network-sandbox, since they try to resolve google.com
-PROPERTIES="test_network"
-RESTRICT="test"
-
-RDEPEND=">=dev-python/pycares-3[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"
-
-distutils_enable_tests pytest
-
-PATCHES=(
-   # 
https://github.com/saghul/aiodns/commit/146286601fe80eb4ede8126769e79b5d5e63f64e
-   "${FILESDIR}/${P}-py3.10-tests.patch"
-)
-
-python_test() {
-   local EPYTEST_DESELECT=(
-   # Internet changed, https://github.com/saghul/aiodns/issues/107
-   tests.py::DNSTest::test_query_bad_chars
-   )
-
-   epytest tests.py
-}

diff --git a/dev-python/aiodns/aiodns-3.1.0.ebuild 
b/dev-python/aiodns/aiodns-3.1.0.ebuild
deleted file mode 100644
index 1745292c2be6..
--- a/dev-python/aiodns/aiodns-3.1.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Simple DNS resolver for asyncio"
-HOMEPAGE="https://github.com/saghul/aiodns/;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
-
-# Tests fail with network-sandbox, since they try to resolve google.com
-PROPERTIES="test_network"
-RESTRICT="test"
-
-RDEPEND=">=dev-python/pycares-3[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"
-
-distutils_enable_tests pytest
-
-python_test() {
-   local EPYTEST_DESELECT=(
-   # Internet changed, https://github.com/saghul/aiodns/issues/107
-   tests.py::DNSTest::test_query_bad_chars
-   )
-
-   epytest tests.py
-}

diff --git a/dev-python/aiodns/files/aiodns-3.0.0-py3.10-tests.patch 
b/dev-python/aiodns/files/aiodns-3.0.0-py3.10-tests.patch
deleted file mode 100644
index 19062f1c8861..
--- a/dev-python/aiodns/files/aiodns-3.0.0-py3.10-tests.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From 146286601fe80eb4ede8126769e79b5d5e63f64e Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= 
-Date: Sat, 15 May 2021 10:03:01 +0200
-Subject: [PATCH] Remove loop= param from asyncio.sleep() to fix tests on
- Python 3.10
-
-Fixes #95

- tests.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/tests.py b/tests.py
-index 7b2279f..fc0e2b9 100755
 a/tests.py
-+++ b/tests.py
-@@ -116,7 +116,7 @@ def test_future_cancel(self):
- f = self.resolver.query('google.com', 'A')
- f.cancel()
- async def coro():
--await asyncio.sleep(0.1, loop=self.loop)
-+

[gentoo-commits] repo/gentoo:master commit in: dev-python/aiodns/

2023-11-11 Thread Sam James
commit: 2b69365dca15bdfe2f76b447612b161609863aa0
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 11 20:02:01 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 11 20:02:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b69365d

dev-python/aiodns: Stabilize 3.1.1 ALLARCHES, #917178

Signed-off-by: Sam James  gentoo.org>

 dev-python/aiodns/aiodns-3.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/aiodns/aiodns-3.1.1.ebuild 
b/dev-python/aiodns/aiodns-3.1.1.ebuild
index 1745292c2be6..e02ba3f75621 100644
--- a/dev-python/aiodns/aiodns-3.1.1.ebuild
+++ b/dev-python/aiodns/aiodns-3.1.1.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/saghul/aiodns/;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~riscv ~x86"
 
 # Tests fail with network-sandbox, since they try to resolve google.com
 PROPERTIES="test_network"



[gentoo-commits] repo/gentoo:master commit in: dev-python/aiodns/

2023-10-16 Thread Michał Górny
commit: c086f8d6b02050d72cd8b78005dc0442084221f8
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Oct 16 13:54:45 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Oct 16 13:56:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c086f8d6

dev-python/aiodns: Bump to 3.1.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/aiodns/Manifest|  1 +
 dev-python/aiodns/aiodns-3.1.1.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/dev-python/aiodns/Manifest b/dev-python/aiodns/Manifest
index 6a8648ad761a..38141778de8c 100644
--- a/dev-python/aiodns/Manifest
+++ b/dev-python/aiodns/Manifest
@@ -1,2 +1,3 @@
 DIST aiodns-3.0.0.tar.gz 6743 BLAKE2B 
2a3c61156069fa598df58191b35383da3e054396cdeb1bc8916cc0414bb6efc89d45789883a5b4f33e3a08a6ee544356b02d6c697c096deae3398f0ff4d3c316
 SHA512 
8c1016f3b0cb461e70e9a55034f9ad3b3db705a845bf20bb6503c7a5d592b4c5d2e8ddc60b375c5fafdc559dc4566736f4c93f26710be2dcbd181284ef039825
 DIST aiodns-3.1.0.tar.gz 7156 BLAKE2B 
0d3b5b84631e3ed378c4334966391a639d577fb6b983b4c8cbaf306fcbb167e897b6094f9cbb3a7fb8355c352830feda1fee3a923044bf5219836845d162d1b3
 SHA512 
6e432555924a3d53ba95ed160a6211486041dfee8c16f18cfd23be3f1d6a50a1fad28fd406acc5de87ba277f7172c3d8ff84633585323a3f659312c4a713b096
+DIST aiodns-3.1.1.tar.gz 7363 BLAKE2B 
bb5a465be00ff61406b61cef133cb5eed8e007114ddcd1475a12fed5481ec377bc96291fdc7fd6cc5936de865118f7008625ec5d69c09f96eacdb83b4b29c786
 SHA512 
7c28cc6256a575681778376cc197a9504133b1127eb3508f6e5cd1c992c95adef66cf8399b7e90ca012347485e476f71e3f032f7e2f555954ad9a0cade8df5f9

diff --git a/dev-python/aiodns/aiodns-3.1.1.ebuild 
b/dev-python/aiodns/aiodns-3.1.1.ebuild
new file mode 100644
index ..1745292c2be6
--- /dev/null
+++ b/dev-python/aiodns/aiodns-3.1.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Simple DNS resolver for asyncio"
+HOMEPAGE="https://github.com/saghul/aiodns/;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+
+# Tests fail with network-sandbox, since they try to resolve google.com
+PROPERTIES="test_network"
+RESTRICT="test"
+
+RDEPEND=">=dev-python/pycares-3[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # Internet changed, https://github.com/saghul/aiodns/issues/107
+   tests.py::DNSTest::test_query_bad_chars
+   )
+
+   epytest tests.py
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/aiodns/

2023-10-08 Thread Michał Górny
commit: c7196fa31e667e1370ef81fd77cdf400a34789db
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct  8 17:05:20 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct  8 17:47:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7196fa3

dev-python/aiodns: Bump to 3.1.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/aiodns/Manifest|  1 +
 dev-python/aiodns/aiodns-3.1.0.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/dev-python/aiodns/Manifest b/dev-python/aiodns/Manifest
index a8e6b03e6fe1..6a8648ad761a 100644
--- a/dev-python/aiodns/Manifest
+++ b/dev-python/aiodns/Manifest
@@ -1 +1,2 @@
 DIST aiodns-3.0.0.tar.gz 6743 BLAKE2B 
2a3c61156069fa598df58191b35383da3e054396cdeb1bc8916cc0414bb6efc89d45789883a5b4f33e3a08a6ee544356b02d6c697c096deae3398f0ff4d3c316
 SHA512 
8c1016f3b0cb461e70e9a55034f9ad3b3db705a845bf20bb6503c7a5d592b4c5d2e8ddc60b375c5fafdc559dc4566736f4c93f26710be2dcbd181284ef039825
+DIST aiodns-3.1.0.tar.gz 7156 BLAKE2B 
0d3b5b84631e3ed378c4334966391a639d577fb6b983b4c8cbaf306fcbb167e897b6094f9cbb3a7fb8355c352830feda1fee3a923044bf5219836845d162d1b3
 SHA512 
6e432555924a3d53ba95ed160a6211486041dfee8c16f18cfd23be3f1d6a50a1fad28fd406acc5de87ba277f7172c3d8ff84633585323a3f659312c4a713b096

diff --git a/dev-python/aiodns/aiodns-3.1.0.ebuild 
b/dev-python/aiodns/aiodns-3.1.0.ebuild
new file mode 100644
index ..1745292c2be6
--- /dev/null
+++ b/dev-python/aiodns/aiodns-3.1.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Simple DNS resolver for asyncio"
+HOMEPAGE="https://github.com/saghul/aiodns/;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+
+# Tests fail with network-sandbox, since they try to resolve google.com
+PROPERTIES="test_network"
+RESTRICT="test"
+
+RDEPEND=">=dev-python/pycares-3[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # Internet changed, https://github.com/saghul/aiodns/issues/107
+   tests.py::DNSTest::test_query_bad_chars
+   )
+
+   epytest tests.py
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/aiodns/

2023-05-29 Thread Michał Górny
commit: 384d3788fffc1171da578dd0cba292829af5e482
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 29 06:21:06 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 29 06:23:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=384d3788

dev-python/aiodns: Enable py3.12

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/aiodns/aiodns-3.0.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/aiodns/aiodns-3.0.0-r1.ebuild 
b/dev-python/aiodns/aiodns-3.0.0-r1.ebuild
index 7602b45d3ebb..1a5434f93ef6 100644
--- a/dev-python/aiodns/aiodns-3.0.0-r1.ebuild
+++ b/dev-python/aiodns/aiodns-3.0.0-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1 pypi
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/aiodns/

2023-05-29 Thread Michał Górny
commit: 5d8672a3c285c07862620be1aff87bf94e48649a
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 29 06:21:02 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 29 06:23:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d8672a3

dev-python/aiodns: Fix test regression

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/aiodns/aiodns-3.0.0-r1.ebuild | 11 ++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/dev-python/aiodns/aiodns-3.0.0-r1.ebuild 
b/dev-python/aiodns/aiodns-3.0.0-r1.ebuild
index fd48e2ce2eb3..7602b45d3ebb 100644
--- a/dev-python/aiodns/aiodns-3.0.0-r1.ebuild
+++ b/dev-python/aiodns/aiodns-3.0.0-r1.ebuild
@@ -22,9 +22,18 @@ RESTRICT="test"
 RDEPEND=">=dev-python/pycares-3[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}"
 
-distutils_enable_tests unittest
+distutils_enable_tests pytest
 
 PATCHES=(
# 
https://github.com/saghul/aiodns/commit/146286601fe80eb4ede8126769e79b5d5e63f64e
"${FILESDIR}/${P}-py3.10-tests.patch"
 )
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # Internet changed, https://github.com/saghul/aiodns/issues/107
+   tests.py::DNSTest::test_query_bad_chars
+   )
+
+   epytest tests.py
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/aiodns/

2022-08-30 Thread Michał Górny
commit: 791e1123864c1e4bef5158e34957f01a45d9c278
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Aug 30 19:02:41 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug 30 19:09:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=791e1123

dev-python/aiodns: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/aiodns/aiodns-3.0.0.ebuild | 31 ---
 1 file changed, 31 deletions(-)

diff --git a/dev-python/aiodns/aiodns-3.0.0.ebuild 
b/dev-python/aiodns/aiodns-3.0.0.ebuild
deleted file mode 100644
index c693ea13d3be..
--- a/dev-python/aiodns/aiodns-3.0.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Simple DNS resolver for asyncio"
-HOMEPAGE="https://github.com/saghul/aiodns/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~riscv ~x86"
-IUSE=""
-# Tests fail with network-sandbox, since they try to resolve google.com
-PROPERTIES="test_network"
-RESTRICT="test"
-
-RDEPEND=">=dev-python/pycares-3[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"
-
-PATCHES=(
-   # 
https://github.com/saghul/aiodns/commit/146286601fe80eb4ede8126769e79b5d5e63f64e
-   "${FILESDIR}/${P}-py3.10-tests.patch"
-)
-
-python_test() {
-   "${EPYTHON}" tests.py -v || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/aiodns/

2022-08-30 Thread Jakov Smolić
commit: 8d0729dc6da0bc801cd6a13f00f34219d235a54f
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Aug 30 18:38:02 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Aug 30 18:38:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d0729dc

dev-python/aiodns: Stabilize 3.0.0-r1 ALLARCHES, #867514

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/aiodns/aiodns-3.0.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/aiodns/aiodns-3.0.0-r1.ebuild 
b/dev-python/aiodns/aiodns-3.0.0-r1.ebuild
index 3b55866582f3..d74d584f1420 100644
--- a/dev-python/aiodns/aiodns-3.0.0-r1.ebuild
+++ b/dev-python/aiodns/aiodns-3.0.0-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~riscv ~x86"
 
 # Tests fail with network-sandbox, since they try to resolve google.com
 PROPERTIES="test_network"



[gentoo-commits] repo/gentoo:master commit in: dev-python/aiodns/

2022-07-29 Thread Arthur Zamarin
commit: 2fa0b2fb02feccf82fdddef38b914a6f8a969e55
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jul 29 15:52:29 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jul 29 16:36:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fa0b2fb

dev-python/aiodns: enable py3.11

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/aiodns/aiodns-3.0.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/aiodns/aiodns-3.0.0-r1.ebuild 
b/dev-python/aiodns/aiodns-3.0.0-r1.ebuild
index 7c7606973561..3b55866582f3 100644
--- a/dev-python/aiodns/aiodns-3.0.0-r1.ebuild
+++ b/dev-python/aiodns/aiodns-3.0.0-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/aiodns/

2022-07-29 Thread Arthur Zamarin
commit: 1cb592544e16f78ac2e8326ec554443a05280e1a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jul 29 15:56:06 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jul 29 16:36:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cb59254

dev-python/aiodns: mark ALLARCHES

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/aiodns/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/aiodns/metadata.xml b/dev-python/aiodns/metadata.xml
index 038171b90df8..96a9f345bdbc 100644
--- a/dev-python/aiodns/metadata.xml
+++ b/dev-python/aiodns/metadata.xml
@@ -8,6 +8,7 @@
pyt...@gentoo.org
Python

+   

aiodns
saghul/aiodns



[gentoo-commits] repo/gentoo:master commit in: dev-python/aiodns/

2022-07-29 Thread Arthur Zamarin
commit: 994e7e8f766f2a32f5805abb779401fa1fb2caeb
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jul 29 15:49:56 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jul 29 16:36:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=994e7e8f

dev-python/aiodns: EAPI=8, Use PEP517

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/aiodns/aiodns-3.0.0-r1.ebuild | 31 +++
 1 file changed, 31 insertions(+)

diff --git a/dev-python/aiodns/aiodns-3.0.0-r1.ebuild 
b/dev-python/aiodns/aiodns-3.0.0-r1.ebuild
new file mode 100644
index ..7c7606973561
--- /dev/null
+++ b/dev-python/aiodns/aiodns-3.0.0-r1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Simple DNS resolver for asyncio"
+HOMEPAGE="https://github.com/saghul/aiodns/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+
+# Tests fail with network-sandbox, since they try to resolve google.com
+PROPERTIES="test_network"
+RESTRICT="test"
+
+RDEPEND=">=dev-python/pycares-3[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"
+
+distutils_enable_tests unittest
+
+PATCHES=(
+   # 
https://github.com/saghul/aiodns/commit/146286601fe80eb4ede8126769e79b5d5e63f64e
+   "${FILESDIR}/${P}-py3.10-tests.patch"
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/aiodns/

2022-06-04 Thread Michał Górny
commit: 91ca238c90bb40dfc479b2c10c677a27b6767728
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun  4 17:12:01 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun  4 17:12:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91ca238c

dev-python/aiodns: Add python@ as co-maint.

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/aiodns/metadata.xml | 10 +++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/dev-python/aiodns/metadata.xml b/dev-python/aiodns/metadata.xml
index 713adf9e0d9a..038171b90df8 100644
--- a/dev-python/aiodns/metadata.xml
+++ b/dev-python/aiodns/metadata.xml
@@ -1,11 +1,15 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
+   
+   zmed...@gentoo.org
+   
+   
+   pyt...@gentoo.org
+   Python
+   

aiodns
saghul/aiodns

-   
-   zmed...@gentoo.org
-   
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/aiodns/

2022-04-24 Thread Jakov Smolić
commit: db3e1c403eccf2e9a1fc0bded87c02fd26cfe617
Author: Yu Gu  gmail  com>
AuthorDate: Sun Apr 24 12:41:29 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Apr 24 18:35:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db3e1c40

dev-python/aiodns: Keyword 3.0.0 riscv, #839768

Some test failed same as in amd64.

Signed-off-by: Yu Gu  gmail.com>
Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/aiodns/aiodns-3.0.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/aiodns/aiodns-3.0.0.ebuild 
b/dev-python/aiodns/aiodns-3.0.0.ebuild
index 622a6671b886..c693ea13d3be 100644
--- a/dev-python/aiodns/aiodns-3.0.0.ebuild
+++ b/dev-python/aiodns/aiodns-3.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~riscv ~x86"
 IUSE=""
 # Tests fail with network-sandbox, since they try to resolve google.com
 PROPERTIES="test_network"



[gentoo-commits] repo/gentoo:master commit in: dev-python/aiodns/, dev-python/aiodns/files/

2021-08-18 Thread Louis Sautier
commit: 9b024927dbd3320ee310ad8c88338fe31315da78
Author: Louis Sautier  gentoo  org>
AuthorDate: Wed Aug 18 10:39:30 2021 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Wed Aug 18 10:43:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b024927

dev-python/aiodns: enable py3.10 and disable py3.7

Signed-off-by: Louis Sautier  gentoo.org>

 dev-python/aiodns/aiodns-3.0.0.ebuild  |  7 ++-
 .../aiodns/files/aiodns-3.0.0-py3.10-tests.patch   | 24 ++
 2 files changed, 30 insertions(+), 1 deletion(-)

diff --git a/dev-python/aiodns/aiodns-3.0.0.ebuild 
b/dev-python/aiodns/aiodns-3.0.0.ebuild
index 59ee54a2175..622a6671b88 100644
--- a/dev-python/aiodns/aiodns-3.0.0.ebuild
+++ b/dev-python/aiodns/aiodns-3.0.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 
@@ -21,6 +21,11 @@ RESTRICT="test"
 RDEPEND=">=dev-python/pycares-3[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}"
 
+PATCHES=(
+   # 
https://github.com/saghul/aiodns/commit/146286601fe80eb4ede8126769e79b5d5e63f64e
+   "${FILESDIR}/${P}-py3.10-tests.patch"
+)
+
 python_test() {
"${EPYTHON}" tests.py -v || die
 }

diff --git a/dev-python/aiodns/files/aiodns-3.0.0-py3.10-tests.patch 
b/dev-python/aiodns/files/aiodns-3.0.0-py3.10-tests.patch
new file mode 100644
index 000..19062f1c886
--- /dev/null
+++ b/dev-python/aiodns/files/aiodns-3.0.0-py3.10-tests.patch
@@ -0,0 +1,24 @@
+From 146286601fe80eb4ede8126769e79b5d5e63f64e Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= 
+Date: Sat, 15 May 2021 10:03:01 +0200
+Subject: [PATCH] Remove loop= param from asyncio.sleep() to fix tests on
+ Python 3.10
+
+Fixes #95
+---
+ tests.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/tests.py b/tests.py
+index 7b2279f..fc0e2b9 100755
+--- a/tests.py
 b/tests.py
+@@ -116,7 +116,7 @@ def test_future_cancel(self):
+ f = self.resolver.query('google.com', 'A')
+ f.cancel()
+ async def coro():
+-await asyncio.sleep(0.1, loop=self.loop)
++await asyncio.sleep(0.1)
+ await f
+ try:
+ self.loop.run_until_complete(coro())



[gentoo-commits] repo/gentoo:master commit in: dev-python/aiodns/

2021-06-24 Thread Michał Górny
commit: b3d0275bffcec8114ddade63a4f9c115204fdf33
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jun 24 08:06:48 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jun 24 08:20:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3d0275b

dev-python/aiodns: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/aiodns/Manifest   |  1 -
 dev-python/aiodns/aiodns-2.0.0-r1.ebuild | 33 
 2 files changed, 34 deletions(-)

diff --git a/dev-python/aiodns/Manifest b/dev-python/aiodns/Manifest
index 9f41ab2f6a2..a8e6b03e6fe 100644
--- a/dev-python/aiodns/Manifest
+++ b/dev-python/aiodns/Manifest
@@ -1,2 +1 @@
-DIST aiodns-2.0.0.tar.gz 5948 BLAKE2B 
70944ffbfa3fa1c591c5aab6ce2c4c59564a7665fd2eda1b544616a4481e58464f918081dfb21f74db08ebe4c7e43eebd17e0dc314cf79423835a182a257cd11
 SHA512 
d80b8f7641234c4d367e4554b10c5a66265e75ee82c58adf2a36f9e369bb1dbf4341dd6459f10540b771de3f102454511ca81eddf3082733e88c09bbdf125fe0
 DIST aiodns-3.0.0.tar.gz 6743 BLAKE2B 
2a3c61156069fa598df58191b35383da3e054396cdeb1bc8916cc0414bb6efc89d45789883a5b4f33e3a08a6ee544356b02d6c697c096deae3398f0ff4d3c316
 SHA512 
8c1016f3b0cb461e70e9a55034f9ad3b3db705a845bf20bb6503c7a5d592b4c5d2e8ddc60b375c5fafdc559dc4566736f4c93f26710be2dcbd181284ef039825

diff --git a/dev-python/aiodns/aiodns-2.0.0-r1.ebuild 
b/dev-python/aiodns/aiodns-2.0.0-r1.ebuild
deleted file mode 100644
index a37c4e402e8..000
--- a/dev-python/aiodns/aiodns-2.0.0-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Simple DNS resolver for asyncio"
-HOMEPAGE="https://github.com/saghul/aiodns/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86"
-IUSE=""
-# Tests fail with network-sandbox, since they try to resolve google.com
-RESTRICT="test"
-
-RDEPEND=">=dev-python/pycares-3[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_prepare_all() {
-   distutils-r1_python_prepare_all
-
-   #692720 apply https://github.com/saghul/aiodns/pull/73
-   sed -e 's|typing; python_version<"3.7"|typing; python_version<"3.5"|' 
-i setup.py || die
-}
-
-python_test() {
-   "${EPYTHON}" tests.py -v || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/aiodns/

2021-06-23 Thread Agostino Sarubbo
commit: b8a693c6b185bc9bde9939e19350afb7ba3b7e58
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jun 24 04:25:50 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jun 24 04:25:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8a693c6

dev-python/aiodns: amd64 stable wrt bug #797943

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/aiodns/aiodns-3.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/aiodns/aiodns-3.0.0.ebuild 
b/dev-python/aiodns/aiodns-3.0.0.ebuild
index efbb87aaa6a..59ee54a2175 100644
--- a/dev-python/aiodns/aiodns-3.0.0.ebuild
+++ b/dev-python/aiodns/aiodns-3.0.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 IUSE=""
 # Tests fail with network-sandbox, since they try to resolve google.com
 PROPERTIES="test_network"



[gentoo-commits] repo/gentoo:master commit in: dev-python/aiodns/

2021-05-19 Thread Michał Górny
commit: 3ceb0815610a0eb5a9bd3b1ed2b10cfc0897a151
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 19 08:10:49 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 19 08:12:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ceb0815

dev-python/aiodns: Add PROPERTIES=test_network

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/aiodns/aiodns-3.0.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/aiodns/aiodns-3.0.0.ebuild 
b/dev-python/aiodns/aiodns-3.0.0.ebuild
index e36811f6223..efbb87aaa6a 100644
--- a/dev-python/aiodns/aiodns-3.0.0.ebuild
+++ b/dev-python/aiodns/aiodns-3.0.0.ebuild
@@ -15,6 +15,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE=""
 # Tests fail with network-sandbox, since they try to resolve google.com
+PROPERTIES="test_network"
 RESTRICT="test"
 
 RDEPEND=">=dev-python/pycares-3[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/aiodns/

2021-05-15 Thread Michał Górny
commit: 403507a0474b0145690cc8700225673a09a178d2
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 15 07:19:27 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 15 08:34:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=403507a0

dev-python/aiodns: Bump to 3.0.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/aiodns/Manifest|  1 +
 dev-python/aiodns/aiodns-3.0.0.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/dev-python/aiodns/Manifest b/dev-python/aiodns/Manifest
index e13432e4f1a..9f41ab2f6a2 100644
--- a/dev-python/aiodns/Manifest
+++ b/dev-python/aiodns/Manifest
@@ -1 +1,2 @@
 DIST aiodns-2.0.0.tar.gz 5948 BLAKE2B 
70944ffbfa3fa1c591c5aab6ce2c4c59564a7665fd2eda1b544616a4481e58464f918081dfb21f74db08ebe4c7e43eebd17e0dc314cf79423835a182a257cd11
 SHA512 
d80b8f7641234c4d367e4554b10c5a66265e75ee82c58adf2a36f9e369bb1dbf4341dd6459f10540b771de3f102454511ca81eddf3082733e88c09bbdf125fe0
+DIST aiodns-3.0.0.tar.gz 6743 BLAKE2B 
2a3c61156069fa598df58191b35383da3e054396cdeb1bc8916cc0414bb6efc89d45789883a5b4f33e3a08a6ee544356b02d6c697c096deae3398f0ff4d3c316
 SHA512 
8c1016f3b0cb461e70e9a55034f9ad3b3db705a845bf20bb6503c7a5d592b4c5d2e8ddc60b375c5fafdc559dc4566736f4c93f26710be2dcbd181284ef039825

diff --git a/dev-python/aiodns/aiodns-3.0.0.ebuild 
b/dev-python/aiodns/aiodns-3.0.0.ebuild
new file mode 100644
index 000..e36811f6223
--- /dev/null
+++ b/dev-python/aiodns/aiodns-3.0.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Simple DNS resolver for asyncio"
+HOMEPAGE="https://github.com/saghul/aiodns/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+# Tests fail with network-sandbox, since they try to resolve google.com
+RESTRICT="test"
+
+RDEPEND=">=dev-python/pycares-3[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"
+
+python_test() {
+   "${EPYTHON}" tests.py -v || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/aiodns/

2021-01-03 Thread Sam James
commit: 662b95f86351c1c6dae4832f3fbd2c979703decc
Author: Sam James  gentoo  org>
AuthorDate: Sun Jan  3 09:09:53 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jan  3 09:09:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=662b95f8

dev-python/aiodns: Stabilize 2.0.0-r1 amd64, #762466

Signed-off-by: Sam James  gentoo.org>

 dev-python/aiodns/aiodns-2.0.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/aiodns/aiodns-2.0.0-r1.ebuild 
b/dev-python/aiodns/aiodns-2.0.0-r1.ebuild
index 454882ebac9..7737f6e4b0e 100644
--- a/dev-python/aiodns/aiodns-2.0.0-r1.ebuild
+++ b/dev-python/aiodns/aiodns-2.0.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 IUSE=""
 # Tests fail with network-sandbox, since they try to resolve google.com
 RESTRICT="test"



[gentoo-commits] repo/gentoo:master commit in: dev-python/aiodns/

2020-07-19 Thread Zac Medico
commit: 61225d41788e334a6951ac9e30f11fb11d744d8f
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Jul 20 00:28:34 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Jul 20 00:28:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61225d41

dev-python/aiodns: PYTHON_COMPAT+=(python3_9)

Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Zac Medico  gentoo.org>

 dev-python/aiodns/aiodns-2.0.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/aiodns/aiodns-2.0.0-r1.ebuild 
b/dev-python/aiodns/aiodns-2.0.0-r1.ebuild
index 8553565e66d..454882ebac9 100644
--- a/dev-python/aiodns/aiodns-2.0.0-r1.ebuild
+++ b/dev-python/aiodns/aiodns-2.0.0-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6..9} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/aiodns/

2020-05-30 Thread Michał Górny
commit: fa97d81e15840aa695f4742f6c4c28787ab54aed
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Sat May 30 19:43:07 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 30 19:48:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa97d81e

dev-python/aiodns: arm64 keyworded (bug #723444)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/aiodns/aiodns-2.0.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/aiodns/aiodns-2.0.0-r1.ebuild 
b/dev-python/aiodns/aiodns-2.0.0-r1.ebuild
index 60100a71a0d..8553565e66d 100644
--- a/dev-python/aiodns/aiodns-2.0.0-r1.ebuild
+++ b/dev-python/aiodns/aiodns-2.0.0-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE=""
 # Tests fail with network-sandbox, since they try to resolve google.com
 RESTRICT="test"



[gentoo-commits] repo/gentoo:master commit in: dev-python/aiodns/

2020-01-10 Thread Michał Górny
commit: fa9f6c0df1e1b731fdb0f4e797f0f1f22e2e7ee8
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan 10 07:55:44 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan 10 08:17:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa9f6c0d

dev-python/aiodns: Remove redundant versions

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/aiodns/Manifest|  2 --
 dev-python/aiodns/aiodns-1.1.1.ebuild | 29 -
 dev-python/aiodns/aiodns-1.2.0.ebuild | 27 ---
 3 files changed, 58 deletions(-)

diff --git a/dev-python/aiodns/Manifest b/dev-python/aiodns/Manifest
index 186058660e6..e13432e4f1a 100644
--- a/dev-python/aiodns/Manifest
+++ b/dev-python/aiodns/Manifest
@@ -1,3 +1 @@
-DIST aiodns-1.1.1.tar.gz 6084 BLAKE2B 
8e58cedcf288f87ca9cc8d5f067bdf182f220979aba3d2aa53eb998ae877dcaa7c2a7419a50719ba150fdf17271d025668b28a3212fc5a819bf13129b4fb25a2
 SHA512 
4bd8b80a10f84b82b13ba4ff6abbb1afd13ba6cfececc4db7c4bd303569473316f1c0e083f1017a450875fc8994a70c30c9a1b3fb2278fee5e27158973bc3810
-DIST aiodns-1.2.0.tar.gz 6457 BLAKE2B 
c1035e5a31b179665be1c7c75e3e8f6665e04c43d5f2bada7e0d7ef76f17d99d2d86c2bd5063fbda2d2947c7a4aa1e21e66cef070019da6bf56e94d716edc0ea
 SHA512 
2e80c275d98f54378b121cafe4680221f29eb57346976b3c476c7110fcb215892744982de25736193663ab4ac3f3cf516fa38b664e3303e6c67180ed6c31e21b
 DIST aiodns-2.0.0.tar.gz 5948 BLAKE2B 
70944ffbfa3fa1c591c5aab6ce2c4c59564a7665fd2eda1b544616a4481e58464f918081dfb21f74db08ebe4c7e43eebd17e0dc314cf79423835a182a257cd11
 SHA512 
d80b8f7641234c4d367e4554b10c5a66265e75ee82c58adf2a36f9e369bb1dbf4341dd6459f10540b771de3f102454511ca81eddf3082733e88c09bbdf125fe0

diff --git a/dev-python/aiodns/aiodns-1.1.1.ebuild 
b/dev-python/aiodns/aiodns-1.1.1.ebuild
deleted file mode 100644
index c682b3a842f..000
--- a/dev-python/aiodns/aiodns-1.1.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Simple DNS resolver for asyncio"
-HOMEPAGE="https://github.com/saghul/aiodns/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-# Tests fail with network-sandbox, since they try to resolve google.com
-RESTRICT="test"
-
-RDEPEND="dev-python/pycares[${PYTHON_USEDEP}]
-   python_targets_python2_7? (
-   dev-python/trollius[python_targets_python2_7]
-   )"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_test() {
-   "${PYTHON:-python}" tests.py || die
-}

diff --git a/dev-python/aiodns/aiodns-1.2.0.ebuild 
b/dev-python/aiodns/aiodns-1.2.0.ebuild
deleted file mode 100644
index 3f6a593a86d..000
--- a/dev-python/aiodns/aiodns-1.2.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
-
-inherit distutils-r1
-
-DESCRIPTION="Simple DNS resolver for asyncio"
-HOMEPAGE="https://github.com/saghul/aiodns/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-# Tests fail with network-sandbox, since they try to resolve google.com
-RESTRICT="test"
-
-RDEPEND="dev-python/pycares[${PYTHON_USEDEP}]
-$(python_gen_cond_dep 'dev-python/trollius[${PYTHON_USEDEP}]' -2)"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_test() {
-   "${EPYTHON}" tests.py -v || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/aiodns/

2019-10-18 Thread Zac Medico
commit: 5ba2f99e7ba7298091d0cf557bed7d3115535ffd
Author: Gerion Entrup  flump  de>
AuthorDate: Thu Oct 17 12:09:24 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri Oct 18 06:40:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ba2f99e

dev-python/aiodns: use correct typing distribution

With the Gentoo startfiles for Python the typing distribution for
Python 3.6  and Python 3.7 is searched as external library and not as
part of the standard library.

Backport fix from 
https://github.com/saghul/aiodns/commit/281112107c742a3e24e8bce2cb09c3c4d9d01b6d

Closes: https://github.com/gentoo/gentoo/pull/13324
Closes: https://bugs.gentoo.org/692720
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Gerion Entrup  flump.de>
Signed-off-by: Zac Medico  gentoo.org>

 dev-python/aiodns/{aiodns-2.0.0.ebuild => aiodns-2.0.0-r1.ebuild} | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/dev-python/aiodns/aiodns-2.0.0.ebuild 
b/dev-python/aiodns/aiodns-2.0.0-r1.ebuild
similarity index 75%
rename from dev-python/aiodns/aiodns-2.0.0.ebuild
rename to dev-python/aiodns/aiodns-2.0.0-r1.ebuild
index 7763f5b57eb..0799c11f85d 100644
--- a/dev-python/aiodns/aiodns-2.0.0.ebuild
+++ b/dev-python/aiodns/aiodns-2.0.0-r1.ebuild
@@ -21,6 +21,13 @@ RDEPEND=">=dev-python/pycares-3[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"
 
+python_prepare_all() {
+   distutils-r1_python_prepare_all
+
+   #692720 apply https://github.com/saghul/aiodns/pull/73
+   sed -e 's|typing; python_version<"3.7"|typing; python_version<"3.5"|' 
-i setup.py || die
+}
+
 python_test() {
"${EPYTHON}" tests.py -v || die
 }



[gentoo-commits] repo/gentoo:master commit in: dev-python/aiodns/

2019-07-15 Thread Michał Górny
commit: 40deaf8385d15f9c681bb4da06219785488d49e0
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 15 13:42:19 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 15 13:42:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40deaf83

dev-python/aiodns: Bump to 1.2.0, py3.7, EAPI 7

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/aiodns/Manifest|  1 +
 dev-python/aiodns/aiodns-1.2.0.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/dev-python/aiodns/Manifest b/dev-python/aiodns/Manifest
index a64ae169c5c..300d641b6e0 100644
--- a/dev-python/aiodns/Manifest
+++ b/dev-python/aiodns/Manifest
@@ -1 +1,2 @@
 DIST aiodns-1.1.1.tar.gz 6084 BLAKE2B 
8e58cedcf288f87ca9cc8d5f067bdf182f220979aba3d2aa53eb998ae877dcaa7c2a7419a50719ba150fdf17271d025668b28a3212fc5a819bf13129b4fb25a2
 SHA512 
4bd8b80a10f84b82b13ba4ff6abbb1afd13ba6cfececc4db7c4bd303569473316f1c0e083f1017a450875fc8994a70c30c9a1b3fb2278fee5e27158973bc3810
+DIST aiodns-1.2.0.tar.gz 6457 BLAKE2B 
c1035e5a31b179665be1c7c75e3e8f6665e04c43d5f2bada7e0d7ef76f17d99d2d86c2bd5063fbda2d2947c7a4aa1e21e66cef070019da6bf56e94d716edc0ea
 SHA512 
2e80c275d98f54378b121cafe4680221f29eb57346976b3c476c7110fcb215892744982de25736193663ab4ac3f3cf516fa38b664e3303e6c67180ed6c31e21b

diff --git a/dev-python/aiodns/aiodns-1.2.0.ebuild 
b/dev-python/aiodns/aiodns-1.2.0.ebuild
new file mode 100644
index 000..3f3766200b2
--- /dev/null
+++ b/dev-python/aiodns/aiodns-1.2.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Simple DNS resolver for asyncio"
+HOMEPAGE="https://github.com/saghul/aiodns/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+# Tests fail with network-sandbox, since they try to resolve google.com
+RESTRICT="test"
+
+RDEPEND="dev-python/pycares[${PYTHON_USEDEP}]
+$(python_gen_cond_dep 'dev-python/trollius[${PYTHON_USEDEP}]' -2)"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+
+python_test() {
+   "${EPYTHON}" tests.py -v || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/aiodns/

2019-07-15 Thread Michał Górny
commit: e63650d8eeaf35cf693b08835bb75557d378e0f1
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 15 13:55:06 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 15 13:55:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e63650d8

dev-python/aiodns: Bump to 2.0.0 (without py2)

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/aiodns/Manifest|  1 +
 dev-python/aiodns/aiodns-2.0.0.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-python/aiodns/Manifest b/dev-python/aiodns/Manifest
index 300d641b6e0..186058660e6 100644
--- a/dev-python/aiodns/Manifest
+++ b/dev-python/aiodns/Manifest
@@ -1,2 +1,3 @@
 DIST aiodns-1.1.1.tar.gz 6084 BLAKE2B 
8e58cedcf288f87ca9cc8d5f067bdf182f220979aba3d2aa53eb998ae877dcaa7c2a7419a50719ba150fdf17271d025668b28a3212fc5a819bf13129b4fb25a2
 SHA512 
4bd8b80a10f84b82b13ba4ff6abbb1afd13ba6cfececc4db7c4bd303569473316f1c0e083f1017a450875fc8994a70c30c9a1b3fb2278fee5e27158973bc3810
 DIST aiodns-1.2.0.tar.gz 6457 BLAKE2B 
c1035e5a31b179665be1c7c75e3e8f6665e04c43d5f2bada7e0d7ef76f17d99d2d86c2bd5063fbda2d2947c7a4aa1e21e66cef070019da6bf56e94d716edc0ea
 SHA512 
2e80c275d98f54378b121cafe4680221f29eb57346976b3c476c7110fcb215892744982de25736193663ab4ac3f3cf516fa38b664e3303e6c67180ed6c31e21b
+DIST aiodns-2.0.0.tar.gz 5948 BLAKE2B 
70944ffbfa3fa1c591c5aab6ce2c4c59564a7665fd2eda1b544616a4481e58464f918081dfb21f74db08ebe4c7e43eebd17e0dc314cf79423835a182a257cd11
 SHA512 
d80b8f7641234c4d367e4554b10c5a66265e75ee82c58adf2a36f9e369bb1dbf4341dd6459f10540b771de3f102454511ca81eddf3082733e88c09bbdf125fe0

diff --git a/dev-python/aiodns/aiodns-2.0.0.ebuild 
b/dev-python/aiodns/aiodns-2.0.0.ebuild
new file mode 100644
index 000..7763f5b57eb
--- /dev/null
+++ b/dev-python/aiodns/aiodns-2.0.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{5,6,7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Simple DNS resolver for asyncio"
+HOMEPAGE="https://github.com/saghul/aiodns/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+# Tests fail with network-sandbox, since they try to resolve google.com
+RESTRICT="test"
+
+RDEPEND=">=dev-python/pycares-3[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+
+python_test() {
+   "${EPYTHON}" tests.py -v || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/aiodns/

2017-02-13 Thread Zac Medico
commit: 40c8bcdebd74c00d6e112decaf95ad5851fa0f92
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Feb 13 08:24:28 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Feb 13 08:24:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40c8bcde

dev-python/aiodns: PYTHON_COMPAT: add python3_6

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/aiodns/aiodns-1.1.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/aiodns/aiodns-1.1.1.ebuild 
b/dev-python/aiodns/aiodns-1.1.1.ebuild
index 9cfa55ca4a..3095d82b73 100644
--- a/dev-python/aiodns/aiodns-1.1.1.ebuild
+++ b/dev-python/aiodns/aiodns-1.1.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_{4,5}} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/aiodns/

2016-09-18 Thread Zac Medico
commit: ecba64766321bfe2309a363021336adfb72157c2
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Sep 18 23:35:52 2016 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Sep 18 23:38:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecba6476

dev-python/aiodns: add package (bug 533584)

Package-Manager: portage-2.3.0

 dev-python/aiodns/Manifest|  1 +
 dev-python/aiodns/aiodns-1.1.1.ebuild | 30 ++
 dev-python/aiodns/metadata.xml| 11 +++
 3 files changed, 42 insertions(+)

diff --git a/dev-python/aiodns/Manifest b/dev-python/aiodns/Manifest
new file mode 100644
index ..934bdf2
--- /dev/null
+++ b/dev-python/aiodns/Manifest
@@ -0,0 +1 @@
+DIST aiodns-1.1.1.tar.gz 6084 SHA256 
d8677adc679ce8d0ef706c14d9c3d2f27a0e0cc11d59730cdbaf218ad52dd9ea SHA512 
4bd8b80a10f84b82b13ba4ff6abbb1afd13ba6cfececc4db7c4bd303569473316f1c0e083f1017a450875fc8994a70c30c9a1b3fb2278fee5e27158973bc3810
 WHIRLPOOL 
e4e45bc4b9ad7ce290e1c9039bfdf8858f1fc3e6e33e5e8b35a373c1193f4f70c9de44afe4d99ad8bcef85673e4bcd075b7896e62cba49f52c6e7a15a3f0696f

diff --git a/dev-python/aiodns/aiodns-1.1.1.ebuild 
b/dev-python/aiodns/aiodns-1.1.1.ebuild
new file mode 100644
index ..9cfa55c
--- /dev/null
+++ b/dev-python/aiodns/aiodns-1.1.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_{4,5}} )
+
+inherit distutils-r1
+
+DESCRIPTION="Simple DNS resolver for asyncio"
+HOMEPAGE="https://github.com/saghul/aiodns/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+# Tests fail with network-sandbox, since they try to resolve google.com
+RESTRICT="test"
+
+RDEPEND="dev-python/pycares[${PYTHON_USEDEP}]
+   python_targets_python2_7? (
+   dev-python/trollius[python_targets_python2_7]
+   )"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+
+python_test() {
+   "${PYTHON:-python}" tests.py || die
+}

diff --git a/dev-python/aiodns/metadata.xml b/dev-python/aiodns/metadata.xml
new file mode 100644
index ..8d8dfc1
--- /dev/null
+++ b/dev-python/aiodns/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   aiodns
+   saghul/aiodns
+   
+   
+   zmed...@gentoo.org
+   
+