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

2023-12-30 Thread Michał Górny
commit: fa1c34b55d1a3e4970b3f5f05a3a36e217389cd6
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec 30 18:27:28 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec 30 18:27:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa1c34b5

dev-python/fritzconnection: Remove old

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

 dev-python/fritzconnection/Manifest|  3 --
 .../fritzconnection/fritzconnection-1.12.2.ebuild  | 45 ---
 .../fritzconnection/fritzconnection-1.13.0.ebuild  | 50 --
 .../fritzconnection/fritzconnection-1.13.1.ebuild  | 50 --
 .../fritzconnection/fritzconnection-1.13.2.ebuild  | 50 --
 5 files changed, 198 deletions(-)

diff --git a/dev-python/fritzconnection/Manifest 
b/dev-python/fritzconnection/Manifest
index d145a8ee0681..4b89d1a4cf05 100644
--- a/dev-python/fritzconnection/Manifest
+++ b/dev-python/fritzconnection/Manifest
@@ -1,4 +1 @@
-DIST fritzconnection-1.12.2.gh.tar.gz 157170 BLAKE2B 
9d924ad3146361d9301f10154152cdf98987572880b79052bf9f2fa427fc8410bacae92e49219dd11372c2cce2d03fb0ffd4c732a45e210a05a0a561ba5fc155
 SHA512 
a9c62fdaa59f20e7661836888f49cadfc99d192c393f34d4cce59aa9b9a9eda162e25029933854e84de44e08190190f312bb3862d708e79d7cf1ee8496726eab
-DIST fritzconnection-1.13.0.gh.tar.gz 160654 BLAKE2B 
e3ed78640a015d2dc785b2e04f32f6d4e81ba88bf4d823cd643e0f4ebc2ec8396c79c8e368012944f5809512a05d6d4715cdf7d0d76e518479a0a77e20350fae
 SHA512 
6776ba37b52a80eee57a77a75f7815491a575ab8a1c36d20633b39d61e8f0fc295c1ec1d20bb6620e43854b954d9fd044e88d0344a10c0b3707fffb3edc733a4
-DIST fritzconnection-1.13.1.gh.tar.gz 160742 BLAKE2B 
61ad47e3e8d80bda9f5f9300292f86e83d548362a911376efcaa5ece42ccca04bcf61f09e66a5832bc2da43fabb0d80b80f5d45679633db4196cc8be4a0febff
 SHA512 
0936a33c8ef83606e234858810f936c8df7e217e7ff27a7a03f8cbb0048e9d59d056e8f673ed2652aee033ab32f10fe08b82bab43d9c9830d927a2a0a9b9b129
 DIST fritzconnection-1.13.2.gh.tar.gz 161752 BLAKE2B 
9cd4af3ebaa3d617560ab833e4702b05d3bd6c8356242b4269506847760dad57c7f1d900d7da3092f4e07eb33c86f082c7d3dbc8179919b97422ad5eab78ef01
 SHA512 
c5e8566d2fde0b789269944df3c08f5cfb4b04ea4c91e5fc06eb97c6598f64b50b50778479948cb34c3a26d872e4d7c324a92791c3f593ec503a126d3b055062

diff --git a/dev-python/fritzconnection/fritzconnection-1.12.2.ebuild 
b/dev-python/fritzconnection/fritzconnection-1.12.2.ebuild
deleted file mode 100644
index 4f3353259b28..
--- a/dev-python/fritzconnection/fritzconnection-1.12.2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 2022-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
-
-DESCRIPTION="Lib/tool to communicate with AVM FRITZ! devices using TR-064 
protocol over UPnP"
-HOMEPAGE="
-   https://github.com/kbr/fritzconnection/
-   https://pypi.org/project/fritzconnection/
-"
-
-LICENSE="MIT"
-SLOT="0"
-
-if [[ "${PV}" == "" ]]; then
-   EGIT_REPO_URI="https://github.com/kbr/fritzconnection;
-   inherit git-r3
-else
-   SRC_URI="
-   https://github.com/kbr/fritzconnection/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-   "
-   KEYWORDS="~amd64 ~x86"
-fi
-
-RDEPEND="
-   >=dev-python/requests-2.22[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/pytest-mock[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   # flaky (relies on time.sleep(0.01) magically being sufficient)
-   
fritzconnection/tests/test_fritzmonitor.py::test_terminate_thread_on_failed_reconnection
-)

diff --git a/dev-python/fritzconnection/fritzconnection-1.13.0.ebuild 
b/dev-python/fritzconnection/fritzconnection-1.13.0.ebuild
deleted file mode 100644
index b1bee82fa217..
--- a/dev-python/fritzconnection/fritzconnection-1.13.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 2022-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
-
-DESCRIPTION="Lib/tool to communicate with AVM FRITZ! devices using TR-064 
protocol over UPnP"
-HOMEPAGE="
-   https://github.com/kbr/fritzconnection/
-   https://pypi.org/project/fritzconnection/
-"
-
-LICENSE="MIT"
-SLOT="0"
-
-if [[ "${PV}" == "" ]]; then
-   EGIT_REPO_URI="https://github.com/kbr/fritzconnection;
-   inherit git-r3
-else
-   SRC_URI="
-   https://github.com/kbr/fritzconnection/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-   "
-   KEYWORDS="~amd64 ~x86"
-fi
-
-RDEPEND="
-   >=dev-python/requests-2.22[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/pytest-mock[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-   

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

2023-11-23 Thread Arthur Zamarin
commit: fde5fe4912051cc26fd09bf71103193bfbace468
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Nov 23 20:38:00 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Nov 23 20:38:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fde5fe49

dev-python/fritzconnection: Keyword 1.13.2-r1 arm64, #917916

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

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

diff --git a/dev-python/fritzconnection/fritzconnection-1.13.2-r1.ebuild 
b/dev-python/fritzconnection/fritzconnection-1.13.2-r1.ebuild
index ded9e8b001ca..d0e1c574f6d3 100644
--- a/dev-python/fritzconnection/fritzconnection-1.13.2-r1.ebuild
+++ b/dev-python/fritzconnection/fritzconnection-1.13.2-r1.ebuild
@@ -26,7 +26,7 @@ else
https://github.com/kbr/fritzconnection/archive/${PV}.tar.gz
-> ${P}.gh.tar.gz
"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="~amd64 ~arm64 ~x86"
 fi
 
 RDEPEND="



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

2023-11-10 Thread Arthur Zamarin
commit: 7faebf4efde6fd89c18ffea1ca66f1ed4cfab452
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Nov 10 17:00:58 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Nov 10 17:00:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7faebf4e

dev-python/fritzconnection: Keyword 1.13.2-r1 x86, #917122

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

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

diff --git a/dev-python/fritzconnection/fritzconnection-1.13.2-r1.ebuild 
b/dev-python/fritzconnection/fritzconnection-1.13.2-r1.ebuild
index 73e3ff50eb6b..ded9e8b001ca 100644
--- a/dev-python/fritzconnection/fritzconnection-1.13.2-r1.ebuild
+++ b/dev-python/fritzconnection/fritzconnection-1.13.2-r1.ebuild
@@ -26,7 +26,7 @@ else
https://github.com/kbr/fritzconnection/archive/${PV}.tar.gz
-> ${P}.gh.tar.gz
"
-   KEYWORDS="~amd64"
+   KEYWORDS="~amd64 ~x86"
 fi
 
 RDEPEND="



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

2023-11-10 Thread Michał Górny
commit: e44abc68881711cb9ea6b9ff175ca1d2212945a1
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Nov 10 12:59:19 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Nov 10 13:09:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e44abc68

dev-python/fritzconnection: Add USE=qrcode for WiFi login QR Code gen

Closes: https://bugs.gentoo.org/916578
Signed-off-by: Michał Górny  gentoo.org>

 .../fritzconnection-1.13.2-r1.ebuild   | 64 ++
 dev-python/fritzconnection/metadata.xml|  6 ++
 2 files changed, 70 insertions(+)

diff --git a/dev-python/fritzconnection/fritzconnection-1.13.2-r1.ebuild 
b/dev-python/fritzconnection/fritzconnection-1.13.2-r1.ebuild
new file mode 100644
index ..73e3ff50eb6b
--- /dev/null
+++ b/dev-python/fritzconnection/fritzconnection-1.13.2-r1.ebuild
@@ -0,0 +1,64 @@
+# Copyright 2022-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
+
+DESCRIPTION="Lib/tool to communicate with AVM FRITZ! devices using TR-064 
protocol over UPnP"
+HOMEPAGE="
+   https://github.com/kbr/fritzconnection/
+   https://pypi.org/project/fritzconnection/
+"
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="qrcode"
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/kbr/fritzconnection;
+   inherit git-r3
+else
+   SRC_URI="
+   https://github.com/kbr/fritzconnection/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+   "
+   KEYWORDS="~amd64"
+fi
+
+RDEPEND="
+   >=dev-python/requests-2.22[${PYTHON_USEDEP}]
+   qrcode? (
+   dev-python/segno[${PYTHON_USEDEP}]
+   )
+"
+BDEPEND="
+   test? (
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # flaky (relies on time.sleep(0.01) magically being sufficient)
+   
fritzconnection/tests/test_fritzmonitor.py::test_terminate_thread_on_failed_reconnection
+   )
+
+   if has_version "dev-python/segno[${PYTHON_USEDEP}]"; then
+   EPYTEST_DESELECT+=(
+   # requires "QR Code detection" support in 
media-libs/opencv
+   # https://bugs.gentoo.org/917121
+   
fritzconnection/tests/test_fritzwlan.py::test_get_wifi_qr_code
+   
fritzconnection/tests/test_fritzwlan.py::test_helper_functions
+   fritzconnection/tests/test_fritzwlan.py::test_tools
+   )
+   fi
+
+   # "routertest" marks tests against live hardware
+   epytest -m "not routertest"
+}

diff --git a/dev-python/fritzconnection/metadata.xml 
b/dev-python/fritzconnection/metadata.xml
index 80aadfcb4881..32eb24693df4 100644
--- a/dev-python/fritzconnection/metadata.xml
+++ b/dev-python/fritzconnection/metadata.xml
@@ -11,4 +11,10 @@
kbr/fritzconnection
fritzconnection

+   
+   
+   Install dependencies needed to generate QR Codes for 
WiFi
+   login.
+   
+   
 



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

2023-09-17 Thread Michał Górny
commit: f0f180e1a4078a796130b7e1faf125bdc8ecfeab
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Sep 18 02:28:27 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Sep 18 02:37:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0f180e1

dev-python/fritzconnection: Bump to 1.13.2

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

 dev-python/fritzconnection/Manifest|  1 +
 .../fritzconnection/fritzconnection-1.13.2.ebuild  | 50 ++
 2 files changed, 51 insertions(+)

diff --git a/dev-python/fritzconnection/Manifest 
b/dev-python/fritzconnection/Manifest
index bb53abc10a08..d145a8ee0681 100644
--- a/dev-python/fritzconnection/Manifest
+++ b/dev-python/fritzconnection/Manifest
@@ -1,3 +1,4 @@
 DIST fritzconnection-1.12.2.gh.tar.gz 157170 BLAKE2B 
9d924ad3146361d9301f10154152cdf98987572880b79052bf9f2fa427fc8410bacae92e49219dd11372c2cce2d03fb0ffd4c732a45e210a05a0a561ba5fc155
 SHA512 
a9c62fdaa59f20e7661836888f49cadfc99d192c393f34d4cce59aa9b9a9eda162e25029933854e84de44e08190190f312bb3862d708e79d7cf1ee8496726eab
 DIST fritzconnection-1.13.0.gh.tar.gz 160654 BLAKE2B 
e3ed78640a015d2dc785b2e04f32f6d4e81ba88bf4d823cd643e0f4ebc2ec8396c79c8e368012944f5809512a05d6d4715cdf7d0d76e518479a0a77e20350fae
 SHA512 
6776ba37b52a80eee57a77a75f7815491a575ab8a1c36d20633b39d61e8f0fc295c1ec1d20bb6620e43854b954d9fd044e88d0344a10c0b3707fffb3edc733a4
 DIST fritzconnection-1.13.1.gh.tar.gz 160742 BLAKE2B 
61ad47e3e8d80bda9f5f9300292f86e83d548362a911376efcaa5ece42ccca04bcf61f09e66a5832bc2da43fabb0d80b80f5d45679633db4196cc8be4a0febff
 SHA512 
0936a33c8ef83606e234858810f936c8df7e217e7ff27a7a03f8cbb0048e9d59d056e8f673ed2652aee033ab32f10fe08b82bab43d9c9830d927a2a0a9b9b129
+DIST fritzconnection-1.13.2.gh.tar.gz 161752 BLAKE2B 
9cd4af3ebaa3d617560ab833e4702b05d3bd6c8356242b4269506847760dad57c7f1d900d7da3092f4e07eb33c86f082c7d3dbc8179919b97422ad5eab78ef01
 SHA512 
c5e8566d2fde0b789269944df3c08f5cfb4b04ea4c91e5fc06eb97c6598f64b50b50778479948cb34c3a26d872e4d7c324a92791c3f593ec503a126d3b055062

diff --git a/dev-python/fritzconnection/fritzconnection-1.13.2.ebuild 
b/dev-python/fritzconnection/fritzconnection-1.13.2.ebuild
new file mode 100644
index ..b1bee82fa217
--- /dev/null
+++ b/dev-python/fritzconnection/fritzconnection-1.13.2.ebuild
@@ -0,0 +1,50 @@
+# Copyright 2022-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
+
+DESCRIPTION="Lib/tool to communicate with AVM FRITZ! devices using TR-064 
protocol over UPnP"
+HOMEPAGE="
+   https://github.com/kbr/fritzconnection/
+   https://pypi.org/project/fritzconnection/
+"
+
+LICENSE="MIT"
+SLOT="0"
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/kbr/fritzconnection;
+   inherit git-r3
+else
+   SRC_URI="
+   https://github.com/kbr/fritzconnection/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+   "
+   KEYWORDS="~amd64 ~x86"
+fi
+
+RDEPEND="
+   >=dev-python/requests-2.22[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # flaky (relies on time.sleep(0.01) magically being sufficient)
+   
fritzconnection/tests/test_fritzmonitor.py::test_terminate_thread_on_failed_reconnection
+   )
+
+   # "routertest" marks tests against live hardware
+   epytest -m "not routertest"
+}



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

2023-08-21 Thread Michał Górny
commit: 9b0f550b98b8a72a251677e0a845f31e7ff8253c
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Aug 21 16:43:26 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Aug 21 16:44:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b0f550b

dev-python/fritzconnection: Bump to 1.13.1

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

 dev-python/fritzconnection/Manifest|  1 +
 .../fritzconnection/fritzconnection-1.13.1.ebuild  | 50 ++
 2 files changed, 51 insertions(+)

diff --git a/dev-python/fritzconnection/Manifest 
b/dev-python/fritzconnection/Manifest
index de84719de25c..bb53abc10a08 100644
--- a/dev-python/fritzconnection/Manifest
+++ b/dev-python/fritzconnection/Manifest
@@ -1,2 +1,3 @@
 DIST fritzconnection-1.12.2.gh.tar.gz 157170 BLAKE2B 
9d924ad3146361d9301f10154152cdf98987572880b79052bf9f2fa427fc8410bacae92e49219dd11372c2cce2d03fb0ffd4c732a45e210a05a0a561ba5fc155
 SHA512 
a9c62fdaa59f20e7661836888f49cadfc99d192c393f34d4cce59aa9b9a9eda162e25029933854e84de44e08190190f312bb3862d708e79d7cf1ee8496726eab
 DIST fritzconnection-1.13.0.gh.tar.gz 160654 BLAKE2B 
e3ed78640a015d2dc785b2e04f32f6d4e81ba88bf4d823cd643e0f4ebc2ec8396c79c8e368012944f5809512a05d6d4715cdf7d0d76e518479a0a77e20350fae
 SHA512 
6776ba37b52a80eee57a77a75f7815491a575ab8a1c36d20633b39d61e8f0fc295c1ec1d20bb6620e43854b954d9fd044e88d0344a10c0b3707fffb3edc733a4
+DIST fritzconnection-1.13.1.gh.tar.gz 160742 BLAKE2B 
61ad47e3e8d80bda9f5f9300292f86e83d548362a911376efcaa5ece42ccca04bcf61f09e66a5832bc2da43fabb0d80b80f5d45679633db4196cc8be4a0febff
 SHA512 
0936a33c8ef83606e234858810f936c8df7e217e7ff27a7a03f8cbb0048e9d59d056e8f673ed2652aee033ab32f10fe08b82bab43d9c9830d927a2a0a9b9b129

diff --git a/dev-python/fritzconnection/fritzconnection-1.13.1.ebuild 
b/dev-python/fritzconnection/fritzconnection-1.13.1.ebuild
new file mode 100644
index ..b1bee82fa217
--- /dev/null
+++ b/dev-python/fritzconnection/fritzconnection-1.13.1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 2022-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
+
+DESCRIPTION="Lib/tool to communicate with AVM FRITZ! devices using TR-064 
protocol over UPnP"
+HOMEPAGE="
+   https://github.com/kbr/fritzconnection/
+   https://pypi.org/project/fritzconnection/
+"
+
+LICENSE="MIT"
+SLOT="0"
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/kbr/fritzconnection;
+   inherit git-r3
+else
+   SRC_URI="
+   https://github.com/kbr/fritzconnection/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+   "
+   KEYWORDS="~amd64 ~x86"
+fi
+
+RDEPEND="
+   >=dev-python/requests-2.22[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # flaky (relies on time.sleep(0.01) magically being sufficient)
+   
fritzconnection/tests/test_fritzmonitor.py::test_terminate_thread_on_failed_reconnection
+   )
+
+   # "routertest" marks tests against live hardware
+   epytest -m "not routertest"
+}



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

2023-08-19 Thread Michał Górny
commit: 0bed03f1f41a2d29fd5e30e0b4f57eb05a1df9fb
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Aug 20 03:06:48 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Aug 20 03:06:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bed03f1

dev-python/fritzconnection: Bump to 1.13.0

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

 dev-python/fritzconnection/Manifest|  1 +
 .../fritzconnection/fritzconnection-1.13.0.ebuild  | 50 ++
 2 files changed, 51 insertions(+)

diff --git a/dev-python/fritzconnection/Manifest 
b/dev-python/fritzconnection/Manifest
index 66e23e75dc70..de84719de25c 100644
--- a/dev-python/fritzconnection/Manifest
+++ b/dev-python/fritzconnection/Manifest
@@ -1 +1,2 @@
 DIST fritzconnection-1.12.2.gh.tar.gz 157170 BLAKE2B 
9d924ad3146361d9301f10154152cdf98987572880b79052bf9f2fa427fc8410bacae92e49219dd11372c2cce2d03fb0ffd4c732a45e210a05a0a561ba5fc155
 SHA512 
a9c62fdaa59f20e7661836888f49cadfc99d192c393f34d4cce59aa9b9a9eda162e25029933854e84de44e08190190f312bb3862d708e79d7cf1ee8496726eab
+DIST fritzconnection-1.13.0.gh.tar.gz 160654 BLAKE2B 
e3ed78640a015d2dc785b2e04f32f6d4e81ba88bf4d823cd643e0f4ebc2ec8396c79c8e368012944f5809512a05d6d4715cdf7d0d76e518479a0a77e20350fae
 SHA512 
6776ba37b52a80eee57a77a75f7815491a575ab8a1c36d20633b39d61e8f0fc295c1ec1d20bb6620e43854b954d9fd044e88d0344a10c0b3707fffb3edc733a4

diff --git a/dev-python/fritzconnection/fritzconnection-1.13.0.ebuild 
b/dev-python/fritzconnection/fritzconnection-1.13.0.ebuild
new file mode 100644
index ..b1bee82fa217
--- /dev/null
+++ b/dev-python/fritzconnection/fritzconnection-1.13.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 2022-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
+
+DESCRIPTION="Lib/tool to communicate with AVM FRITZ! devices using TR-064 
protocol over UPnP"
+HOMEPAGE="
+   https://github.com/kbr/fritzconnection/
+   https://pypi.org/project/fritzconnection/
+"
+
+LICENSE="MIT"
+SLOT="0"
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/kbr/fritzconnection;
+   inherit git-r3
+else
+   SRC_URI="
+   https://github.com/kbr/fritzconnection/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+   "
+   KEYWORDS="~amd64 ~x86"
+fi
+
+RDEPEND="
+   >=dev-python/requests-2.22[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # flaky (relies on time.sleep(0.01) magically being sufficient)
+   
fritzconnection/tests/test_fritzmonitor.py::test_terminate_thread_on_failed_reconnection
+   )
+
+   # "routertest" marks tests against live hardware
+   epytest -m "not routertest"
+}



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

2023-07-24 Thread Michał Górny
commit: 59a9dd20430cb49b463e086c5b3115686b0490ea
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 24 11:18:50 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 24 11:31:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59a9dd20

dev-python/fritzconnection: Remove old

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

 dev-python/fritzconnection/Manifest|  1 -
 .../fritzconnection/fritzconnection-1.12.0.ebuild  | 45 --
 2 files changed, 46 deletions(-)

diff --git a/dev-python/fritzconnection/Manifest 
b/dev-python/fritzconnection/Manifest
index ddd1824abbf5..66e23e75dc70 100644
--- a/dev-python/fritzconnection/Manifest
+++ b/dev-python/fritzconnection/Manifest
@@ -1,2 +1 @@
-DIST fritzconnection-1.12.0.gh.tar.gz 156938 BLAKE2B 
731715514036a965fa8c9cf8bb808459f22a0c6b2df171c105f1d12f070eae8d6a36a0e77e9a35a024585f682b7c84f2a486006e670655a3b16b043695c57818
 SHA512 
b743810a24d39be34910e233faae0061974de540e746e88b2f63c1f3d5536e9de684862b02738f969e294ae2b6044d0994e1b9317e6a723b5acf9540d2995c12
 DIST fritzconnection-1.12.2.gh.tar.gz 157170 BLAKE2B 
9d924ad3146361d9301f10154152cdf98987572880b79052bf9f2fa427fc8410bacae92e49219dd11372c2cce2d03fb0ffd4c732a45e210a05a0a561ba5fc155
 SHA512 
a9c62fdaa59f20e7661836888f49cadfc99d192c393f34d4cce59aa9b9a9eda162e25029933854e84de44e08190190f312bb3862d708e79d7cf1ee8496726eab

diff --git a/dev-python/fritzconnection/fritzconnection-1.12.0.ebuild 
b/dev-python/fritzconnection/fritzconnection-1.12.0.ebuild
deleted file mode 100644
index 4f3353259b28..
--- a/dev-python/fritzconnection/fritzconnection-1.12.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 2022-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
-
-DESCRIPTION="Lib/tool to communicate with AVM FRITZ! devices using TR-064 
protocol over UPnP"
-HOMEPAGE="
-   https://github.com/kbr/fritzconnection/
-   https://pypi.org/project/fritzconnection/
-"
-
-LICENSE="MIT"
-SLOT="0"
-
-if [[ "${PV}" == "" ]]; then
-   EGIT_REPO_URI="https://github.com/kbr/fritzconnection;
-   inherit git-r3
-else
-   SRC_URI="
-   https://github.com/kbr/fritzconnection/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-   "
-   KEYWORDS="~amd64 ~x86"
-fi
-
-RDEPEND="
-   >=dev-python/requests-2.22[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/pytest-mock[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   # flaky (relies on time.sleep(0.01) magically being sufficient)
-   
fritzconnection/tests/test_fritzmonitor.py::test_terminate_thread_on_failed_reconnection
-)



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

2023-07-09 Thread Michał Górny
commit: fb60f097cca2f7ba00a4c3a9e1373c67baf8d103
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul  9 14:25:09 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul  9 14:36:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb60f097

dev-python/fritzconnection: Bump to 1.12.2

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

 dev-python/fritzconnection/Manifest|  1 +
 .../fritzconnection/fritzconnection-1.12.2.ebuild  | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/dev-python/fritzconnection/Manifest 
b/dev-python/fritzconnection/Manifest
index c7fdebe02360..ddd1824abbf5 100644
--- a/dev-python/fritzconnection/Manifest
+++ b/dev-python/fritzconnection/Manifest
@@ -1 +1,2 @@
 DIST fritzconnection-1.12.0.gh.tar.gz 156938 BLAKE2B 
731715514036a965fa8c9cf8bb808459f22a0c6b2df171c105f1d12f070eae8d6a36a0e77e9a35a024585f682b7c84f2a486006e670655a3b16b043695c57818
 SHA512 
b743810a24d39be34910e233faae0061974de540e746e88b2f63c1f3d5536e9de684862b02738f969e294ae2b6044d0994e1b9317e6a723b5acf9540d2995c12
+DIST fritzconnection-1.12.2.gh.tar.gz 157170 BLAKE2B 
9d924ad3146361d9301f10154152cdf98987572880b79052bf9f2fa427fc8410bacae92e49219dd11372c2cce2d03fb0ffd4c732a45e210a05a0a561ba5fc155
 SHA512 
a9c62fdaa59f20e7661836888f49cadfc99d192c393f34d4cce59aa9b9a9eda162e25029933854e84de44e08190190f312bb3862d708e79d7cf1ee8496726eab

diff --git a/dev-python/fritzconnection/fritzconnection-1.12.2.ebuild 
b/dev-python/fritzconnection/fritzconnection-1.12.2.ebuild
new file mode 100644
index ..4f3353259b28
--- /dev/null
+++ b/dev-python/fritzconnection/fritzconnection-1.12.2.ebuild
@@ -0,0 +1,45 @@
+# Copyright 2022-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
+
+DESCRIPTION="Lib/tool to communicate with AVM FRITZ! devices using TR-064 
protocol over UPnP"
+HOMEPAGE="
+   https://github.com/kbr/fritzconnection/
+   https://pypi.org/project/fritzconnection/
+"
+
+LICENSE="MIT"
+SLOT="0"
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/kbr/fritzconnection;
+   inherit git-r3
+else
+   SRC_URI="
+   https://github.com/kbr/fritzconnection/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+   "
+   KEYWORDS="~amd64 ~x86"
+fi
+
+RDEPEND="
+   >=dev-python/requests-2.22[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # flaky (relies on time.sleep(0.01) magically being sufficient)
+   
fritzconnection/tests/test_fritzmonitor.py::test_terminate_thread_on_failed_reconnection
+)



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

2023-05-31 Thread Michał Górny
commit: e94dcbb3ff9283abf088bdf89f12a72afb7f4663
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 31 16:05:01 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 31 16:05:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e94dcbb3

dev-python/fritzconnection: Enable py3.12

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

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

diff --git a/dev-python/fritzconnection/fritzconnection-1.12.0.ebuild 
b/dev-python/fritzconnection/fritzconnection-1.12.0.ebuild
index 7c33835fcdcd..4f3353259b28 100644
--- a/dev-python/fritzconnection/fritzconnection-1.12.0.ebuild
+++ b/dev-python/fritzconnection/fritzconnection-1.12.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1
 



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

2023-03-08 Thread Michał Górny
commit: 718042744d99d8c9d5168c2fe228fc2d4b0c7b66
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar  9 05:47:28 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar  9 05:58:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71804274

dev-python/fritzconnection: Remove obsolete sed

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

 dev-python/fritzconnection/fritzconnection-1.12.0.ebuild | 6 --
 1 file changed, 6 deletions(-)

diff --git a/dev-python/fritzconnection/fritzconnection-1.12.0.ebuild 
b/dev-python/fritzconnection/fritzconnection-1.12.0.ebuild
index c82f65f2406f..7c33835fcdcd 100644
--- a/dev-python/fritzconnection/fritzconnection-1.12.0.ebuild
+++ b/dev-python/fritzconnection/fritzconnection-1.12.0.ebuild
@@ -43,9 +43,3 @@ EPYTEST_DESELECT=(
# flaky (relies on time.sleep(0.01) magically being sufficient)

fritzconnection/tests/test_fritzmonitor.py::test_terminate_thread_on_failed_reconnection
 )
-
-src_prepare() {
-   # upstream is pinning for py3.6 compat x_x
-   sed -i -e 's:,<[0-9.]*::' setup.py || die
-   distutils-r1_src_prepare
-}



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

2023-03-08 Thread Michał Górny
commit: 6ba0da61fac0fcb6b1aeba84f89bda7853922c9e
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar  8 16:34:42 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Mar  8 17:02:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ba0da61

dev-python/fritzconnection: Bump to 1.12.0

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

 dev-python/fritzconnection/Manifest|  1 +
 .../fritzconnection/fritzconnection-1.12.0.ebuild  | 51 ++
 2 files changed, 52 insertions(+)

diff --git a/dev-python/fritzconnection/Manifest 
b/dev-python/fritzconnection/Manifest
index 87e076bd8211..6410a376b88a 100644
--- a/dev-python/fritzconnection/Manifest
+++ b/dev-python/fritzconnection/Manifest
@@ -1,2 +1,3 @@
 DIST fritzconnection-1.10.3.gh.tar.gz 146450 BLAKE2B 
77c64d2963ed0bc1c1bf1d31fc42093d959588df5ea55956c2deb35c1569f76f1b89bb2f1273ad691285d21f168f5acdbb1326bcad4ed2e575d57b9a6187e839
 SHA512 
e54cf5ec4392c8bc0b6cbc19111819bd72125bf1eb341380686c0ac513c646dec16f8a243fdfbe22199c954cbf26c80ab30dbe93b5e02288bc25fcae28595305
 DIST fritzconnection-1.11.0.gh.tar.gz 147539 BLAKE2B 
def880bcf80bb99864bca942b86c86adcda878fb62b7c0e35db4a746310e5ec8ad00bc25f43acac23c0d5410dc8790875b8b0822aa6d944a0e1197379e015e22
 SHA512 
bb517a63616a961f9c2c701d44093024f0763c093f89b99d205fb1fd1492342b568b871ebaf699a69a9d56e724735b975c48e4abd1780726d10c13e075cf08f2
+DIST fritzconnection-1.12.0.gh.tar.gz 156938 BLAKE2B 
731715514036a965fa8c9cf8bb808459f22a0c6b2df171c105f1d12f070eae8d6a36a0e77e9a35a024585f682b7c84f2a486006e670655a3b16b043695c57818
 SHA512 
b743810a24d39be34910e233faae0061974de540e746e88b2f63c1f3d5536e9de684862b02738f969e294ae2b6044d0994e1b9317e6a723b5acf9540d2995c12

diff --git a/dev-python/fritzconnection/fritzconnection-1.12.0.ebuild 
b/dev-python/fritzconnection/fritzconnection-1.12.0.ebuild
new file mode 100644
index ..c82f65f2406f
--- /dev/null
+++ b/dev-python/fritzconnection/fritzconnection-1.12.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Lib/tool to communicate with AVM FRITZ! devices using TR-064 
protocol over UPnP"
+HOMEPAGE="
+   https://github.com/kbr/fritzconnection/
+   https://pypi.org/project/fritzconnection/
+"
+
+LICENSE="MIT"
+SLOT="0"
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/kbr/fritzconnection;
+   inherit git-r3
+else
+   SRC_URI="
+   https://github.com/kbr/fritzconnection/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+   "
+   KEYWORDS="~amd64 ~x86"
+fi
+
+RDEPEND="
+   >=dev-python/requests-2.22[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # flaky (relies on time.sleep(0.01) magically being sufficient)
+   
fritzconnection/tests/test_fritzmonitor.py::test_terminate_thread_on_failed_reconnection
+)
+
+src_prepare() {
+   # upstream is pinning for py3.6 compat x_x
+   sed -i -e 's:,<[0-9.]*::' setup.py || die
+   distutils-r1_src_prepare
+}



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

2023-01-28 Thread Michał Górny
commit: 300543846777ee6fb8ebbd324f06c102df3eb181
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan 28 16:08:45 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan 28 16:18:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30054384

dev-python/fritzconnection: Bump to 1.11.0

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

 dev-python/fritzconnection/Manifest|  1 +
 .../fritzconnection/fritzconnection-1.11.0.ebuild  | 51 ++
 2 files changed, 52 insertions(+)

diff --git a/dev-python/fritzconnection/Manifest 
b/dev-python/fritzconnection/Manifest
index 6ebc98291b36..87e076bd8211 100644
--- a/dev-python/fritzconnection/Manifest
+++ b/dev-python/fritzconnection/Manifest
@@ -1 +1,2 @@
 DIST fritzconnection-1.10.3.gh.tar.gz 146450 BLAKE2B 
77c64d2963ed0bc1c1bf1d31fc42093d959588df5ea55956c2deb35c1569f76f1b89bb2f1273ad691285d21f168f5acdbb1326bcad4ed2e575d57b9a6187e839
 SHA512 
e54cf5ec4392c8bc0b6cbc19111819bd72125bf1eb341380686c0ac513c646dec16f8a243fdfbe22199c954cbf26c80ab30dbe93b5e02288bc25fcae28595305
+DIST fritzconnection-1.11.0.gh.tar.gz 147539 BLAKE2B 
def880bcf80bb99864bca942b86c86adcda878fb62b7c0e35db4a746310e5ec8ad00bc25f43acac23c0d5410dc8790875b8b0822aa6d944a0e1197379e015e22
 SHA512 
bb517a63616a961f9c2c701d44093024f0763c093f89b99d205fb1fd1492342b568b871ebaf699a69a9d56e724735b975c48e4abd1780726d10c13e075cf08f2

diff --git a/dev-python/fritzconnection/fritzconnection-1.11.0.ebuild 
b/dev-python/fritzconnection/fritzconnection-1.11.0.ebuild
new file mode 100644
index ..c82f65f2406f
--- /dev/null
+++ b/dev-python/fritzconnection/fritzconnection-1.11.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Lib/tool to communicate with AVM FRITZ! devices using TR-064 
protocol over UPnP"
+HOMEPAGE="
+   https://github.com/kbr/fritzconnection/
+   https://pypi.org/project/fritzconnection/
+"
+
+LICENSE="MIT"
+SLOT="0"
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/kbr/fritzconnection;
+   inherit git-r3
+else
+   SRC_URI="
+   https://github.com/kbr/fritzconnection/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+   "
+   KEYWORDS="~amd64 ~x86"
+fi
+
+RDEPEND="
+   >=dev-python/requests-2.22[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # flaky (relies on time.sleep(0.01) magically being sufficient)
+   
fritzconnection/tests/test_fritzmonitor.py::test_terminate_thread_on_failed_reconnection
+)
+
+src_prepare() {
+   # upstream is pinning for py3.6 compat x_x
+   sed -i -e 's:,<[0-9.]*::' setup.py || die
+   distutils-r1_src_prepare
+}



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

2022-11-13 Thread Michał Górny
commit: 9bcf83b18a063f694a0baee4f654014543092c00
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov 14 04:36:36 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov 14 04:36:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bcf83b1

dev-python/fritzconnection: Remove old

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

 dev-python/fritzconnection/Manifest|  1 -
 .../fritzconnection/fritzconnection-1.10.2.ebuild  | 51 --
 2 files changed, 52 deletions(-)

diff --git a/dev-python/fritzconnection/Manifest 
b/dev-python/fritzconnection/Manifest
index 07757fd6a0e0..6ebc98291b36 100644
--- a/dev-python/fritzconnection/Manifest
+++ b/dev-python/fritzconnection/Manifest
@@ -1,2 +1 @@
-DIST fritzconnection-1.10.2.gh.tar.gz 146414 BLAKE2B 
2a3a478ded0897c7ce703ebb34abdd54f54d286a82dfe761703b7ec8b3615891797815c0fb3a7a08f70d2713f530f31fd6ca8093b634a09a6d10cce95ad97d6b
 SHA512 
b7073f5cc558ac9b43bf8e53aac5bdee1b9d4f164d72c766f63a62f88d38635da40202b48cba36356a9871f4f9f9ecda7020424491f419d534e3cb1c9067cb28
 DIST fritzconnection-1.10.3.gh.tar.gz 146450 BLAKE2B 
77c64d2963ed0bc1c1bf1d31fc42093d959588df5ea55956c2deb35c1569f76f1b89bb2f1273ad691285d21f168f5acdbb1326bcad4ed2e575d57b9a6187e839
 SHA512 
e54cf5ec4392c8bc0b6cbc19111819bd72125bf1eb341380686c0ac513c646dec16f8a243fdfbe22199c954cbf26c80ab30dbe93b5e02288bc25fcae28595305

diff --git a/dev-python/fritzconnection/fritzconnection-1.10.2.ebuild 
b/dev-python/fritzconnection/fritzconnection-1.10.2.ebuild
deleted file mode 100644
index f901bc98be0c..
--- a/dev-python/fritzconnection/fritzconnection-1.10.2.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Lib/tool to communicate with AVM FRITZ! devices using TR-064 
protocol over UPnP"
-HOMEPAGE="
-   https://github.com/kbr/fritzconnection/
-   https://pypi.org/project/fritzconnection/
-"
-
-LICENSE="MIT"
-SLOT="0"
-
-if [[ "${PV}" == "" ]]; then
-   EGIT_REPO_URI="https://github.com/kbr/fritzconnection;
-   inherit git-r3
-else
-   SRC_URI="
-   https://github.com/kbr/fritzconnection/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-   "
-   KEYWORDS="~amd64 ~x86"
-fi
-
-RDEPEND="
-   >=dev-python/requests-2.22[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/pytest-mock[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   # flaky (relies on time.sleep(0.01) magically being sufficient)
-   
fritzconnection/tests/test_fritzmonitor.py::test_terminate_thread_on_failed_reconnection
-)
-
-src_prepare() {
-   # upstream is pinning for py3.6 compat x_x
-   sed -i -e 's:,<[0-9.]*::' setup.py || die
-   distutils-r1_src_prepare
-}



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

2022-09-05 Thread Michał Górny
commit: 07cce0e1468384120e719941deaa2c3ea356366c
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Sep  5 06:57:44 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Sep  5 07:17:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07cce0e1

dev-python/fritzconnection: Bump to 1.10.2

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

 dev-python/fritzconnection/Manifest|  1 +
 .../fritzconnection/fritzconnection-1.10.2.ebuild  | 51 ++
 2 files changed, 52 insertions(+)

diff --git a/dev-python/fritzconnection/Manifest 
b/dev-python/fritzconnection/Manifest
index 6d24c3bd27c1..7f26f6963ed4 100644
--- a/dev-python/fritzconnection/Manifest
+++ b/dev-python/fritzconnection/Manifest
@@ -1,3 +1,4 @@
 DIST fritzconnection-1.10.0.gh.tar.gz 146309 BLAKE2B 
64b01a561a015fae10dc3aced2576afce5d27555aba019028de32d5dc0ee9099f4248d900ac1de0f18321d52537dd7b77ff010ce44ca863ef9b5c5e228c61071
 SHA512 
86acce864624f67fdbd407157565cec434d029907b4d295a3e5e1bb41d8856ca1eae99681fd3c44033c6bcef8ecc594483f734e08c4fb733e685c01147dd3c29
 DIST fritzconnection-1.10.1.gh.tar.gz 146297 BLAKE2B 
bbb8601d3c5f9f379275dae8e293385f9c4dca44eb9e74b22f12cd4e89a50a3dd2c8220aa0e28408f3f136192c43a5d4bc37347e047caed42f889cc303b02f52
 SHA512 
fd860a563eeefba374ccc8d2ab8319dd07b6c02c12fd9b7ff00353d86b041757fded308f5a0859cee8d190c5c51b5308290eb656e77ed8e3882ee482568cd677
+DIST fritzconnection-1.10.2.gh.tar.gz 146414 BLAKE2B 
2a3a478ded0897c7ce703ebb34abdd54f54d286a82dfe761703b7ec8b3615891797815c0fb3a7a08f70d2713f530f31fd6ca8093b634a09a6d10cce95ad97d6b
 SHA512 
b7073f5cc558ac9b43bf8e53aac5bdee1b9d4f164d72c766f63a62f88d38635da40202b48cba36356a9871f4f9f9ecda7020424491f419d534e3cb1c9067cb28
 DIST fritzconnection-1.9.1.gh.tar.gz 79580 BLAKE2B 
6972c92aabb9c516e2b4d3d18bea2daf8002a12c9939a5badd1ceb8f7539a243f99778a3ded0cd057850b54e9cb2a0ca9d2c31be688eaf81f4b279b74d10fc55
 SHA512 
55642cf1db581c62091d63fdfa9bf4fe36c545df686eae7d0f886b4ef8c186668e6f8fb7bc7786e13936764ea771e0dba79e62b57f19348dd562bf23a27d6369

diff --git a/dev-python/fritzconnection/fritzconnection-1.10.2.ebuild 
b/dev-python/fritzconnection/fritzconnection-1.10.2.ebuild
new file mode 100644
index ..f901bc98be0c
--- /dev/null
+++ b/dev-python/fritzconnection/fritzconnection-1.10.2.ebuild
@@ -0,0 +1,51 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Lib/tool to communicate with AVM FRITZ! devices using TR-064 
protocol over UPnP"
+HOMEPAGE="
+   https://github.com/kbr/fritzconnection/
+   https://pypi.org/project/fritzconnection/
+"
+
+LICENSE="MIT"
+SLOT="0"
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/kbr/fritzconnection;
+   inherit git-r3
+else
+   SRC_URI="
+   https://github.com/kbr/fritzconnection/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+   "
+   KEYWORDS="~amd64 ~x86"
+fi
+
+RDEPEND="
+   >=dev-python/requests-2.22[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # flaky (relies on time.sleep(0.01) magically being sufficient)
+   
fritzconnection/tests/test_fritzmonitor.py::test_terminate_thread_on_failed_reconnection
+)
+
+src_prepare() {
+   # upstream is pinning for py3.6 compat x_x
+   sed -i -e 's:,<[0-9.]*::' setup.py || die
+   distutils-r1_src_prepare
+}



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

2022-09-01 Thread Arthur Zamarin
commit: 3e41836b7bcfd260dc8fcf98ea5714b502ba7609
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Sep  1 18:51:18 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Sep  1 19:41:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e41836b

dev-python/fritzconnection: add 1.10.1

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

 dev-python/fritzconnection/Manifest|  1 +
 .../fritzconnection/fritzconnection-1.10.1.ebuild  | 33 ++
 2 files changed, 34 insertions(+)

diff --git a/dev-python/fritzconnection/Manifest 
b/dev-python/fritzconnection/Manifest
index 55da5d2101b4..6d24c3bd27c1 100644
--- a/dev-python/fritzconnection/Manifest
+++ b/dev-python/fritzconnection/Manifest
@@ -1,2 +1,3 @@
 DIST fritzconnection-1.10.0.gh.tar.gz 146309 BLAKE2B 
64b01a561a015fae10dc3aced2576afce5d27555aba019028de32d5dc0ee9099f4248d900ac1de0f18321d52537dd7b77ff010ce44ca863ef9b5c5e228c61071
 SHA512 
86acce864624f67fdbd407157565cec434d029907b4d295a3e5e1bb41d8856ca1eae99681fd3c44033c6bcef8ecc594483f734e08c4fb733e685c01147dd3c29
+DIST fritzconnection-1.10.1.gh.tar.gz 146297 BLAKE2B 
bbb8601d3c5f9f379275dae8e293385f9c4dca44eb9e74b22f12cd4e89a50a3dd2c8220aa0e28408f3f136192c43a5d4bc37347e047caed42f889cc303b02f52
 SHA512 
fd860a563eeefba374ccc8d2ab8319dd07b6c02c12fd9b7ff00353d86b041757fded308f5a0859cee8d190c5c51b5308290eb656e77ed8e3882ee482568cd677
 DIST fritzconnection-1.9.1.gh.tar.gz 79580 BLAKE2B 
6972c92aabb9c516e2b4d3d18bea2daf8002a12c9939a5badd1ceb8f7539a243f99778a3ded0cd057850b54e9cb2a0ca9d2c31be688eaf81f4b279b74d10fc55
 SHA512 
55642cf1db581c62091d63fdfa9bf4fe36c545df686eae7d0f886b4ef8c186668e6f8fb7bc7786e13936764ea771e0dba79e62b57f19348dd562bf23a27d6369

diff --git a/dev-python/fritzconnection/fritzconnection-1.10.1.ebuild 
b/dev-python/fritzconnection/fritzconnection-1.10.1.ebuild
new file mode 100644
index ..fe55d4b43acc
--- /dev/null
+++ b/dev-python/fritzconnection/fritzconnection-1.10.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+inherit distutils-r1
+
+DESCRIPTION="Lib/tool to communicate with AVM FRITZ! devices using TR-064 
protocol over UPnP"
+HOMEPAGE="https://github.com/kbr/fritzconnection;
+LICENSE="MIT"
+SLOT="0"
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/kbr/fritzconnection;
+   inherit git-r3
+else
+   SRC_URI="
+   https://github.com/kbr/fritzconnection/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+   "
+   KEYWORDS="~amd64 ~x86"
+fi
+
+RDEPEND=">=dev-python/requests-2.22[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? (
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2022-08-24 Thread Arthur Zamarin
commit: 17e197044bf55c5a70dfd453dfb1ff3347a1c97d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Aug 24 19:01:37 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Aug 24 19:36:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17e19704

dev-python/fritzconnection: enable py3.11

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

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

diff --git a/dev-python/fritzconnection/fritzconnection-1.10.0.ebuild 
b/dev-python/fritzconnection/fritzconnection-1.10.0.ebuild
index e17900fb1b18..c2a9b607584b 100644
--- a/dev-python/fritzconnection/fritzconnection-1.10.0.ebuild
+++ b/dev-python/fritzconnection/fritzconnection-1.10.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 inherit distutils-r1
 
 DESCRIPTION="Lib/tool to communicate with AVM FRITZ! devices using TR-064 
protocol over UPnP"



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

2022-08-24 Thread Arthur Zamarin
commit: fb17a352bc819638489f1eec13c4e44678fc1890
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Aug 24 19:00:20 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Aug 24 19:36:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb17a352

dev-python/fritzconnection: add 1.10.0

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

 dev-python/fritzconnection/Manifest|  1 +
 .../fritzconnection/fritzconnection-1.10.0.ebuild  | 32 ++
 2 files changed, 33 insertions(+)

diff --git a/dev-python/fritzconnection/Manifest 
b/dev-python/fritzconnection/Manifest
index 5fb380ce35f9..55da5d2101b4 100644
--- a/dev-python/fritzconnection/Manifest
+++ b/dev-python/fritzconnection/Manifest
@@ -1 +1,2 @@
+DIST fritzconnection-1.10.0.gh.tar.gz 146309 BLAKE2B 
64b01a561a015fae10dc3aced2576afce5d27555aba019028de32d5dc0ee9099f4248d900ac1de0f18321d52537dd7b77ff010ce44ca863ef9b5c5e228c61071
 SHA512 
86acce864624f67fdbd407157565cec434d029907b4d295a3e5e1bb41d8856ca1eae99681fd3c44033c6bcef8ecc594483f734e08c4fb733e685c01147dd3c29
 DIST fritzconnection-1.9.1.gh.tar.gz 79580 BLAKE2B 
6972c92aabb9c516e2b4d3d18bea2daf8002a12c9939a5badd1ceb8f7539a243f99778a3ded0cd057850b54e9cb2a0ca9d2c31be688eaf81f4b279b74d10fc55
 SHA512 
55642cf1db581c62091d63fdfa9bf4fe36c545df686eae7d0f886b4ef8c186668e6f8fb7bc7786e13936764ea771e0dba79e62b57f19348dd562bf23a27d6369

diff --git a/dev-python/fritzconnection/fritzconnection-1.10.0.ebuild 
b/dev-python/fritzconnection/fritzconnection-1.10.0.ebuild
new file mode 100644
index ..e17900fb1b18
--- /dev/null
+++ b/dev-python/fritzconnection/fritzconnection-1.10.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="Lib/tool to communicate with AVM FRITZ! devices using TR-064 
protocol over UPnP"
+HOMEPAGE="https://github.com/kbr/fritzconnection;
+LICENSE="MIT"
+SLOT="0"
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/kbr/fritzconnection;
+   inherit git-r3
+else
+   SRC_URI="
+   https://github.com/kbr/fritzconnection/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+   "
+   KEYWORDS="~amd64 ~x86"
+fi
+
+RDEPEND=">=dev-python/requests-2.22[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? (
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2022-06-04 Thread Michał Górny
commit: aa08de03548d66f358cffc917c1175a2da436c0d
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun  4 18:59:57 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun  4 19:04:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa08de03

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

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

 dev-python/fritzconnection/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/dev-python/fritzconnection/metadata.xml 
b/dev-python/fritzconnection/metadata.xml
index 39aa6d179042..81183c29acc9 100644
--- a/dev-python/fritzconnection/metadata.xml
+++ b/dev-python/fritzconnection/metadata.xml
@@ -5,6 +5,10 @@
whi...@gentoo.org
Thomas Deutschmann

+   
+   pyt...@gentoo.org
+   Python
+   


https://github.com/kbr/fritzconnection/issues



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

2022-05-16 Thread Michał Górny
commit: 2a4a17164201cdc73bf2447d3fa0ba290a332829
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 16 13:18:05 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 16 13:18:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a4a1716

dev-python/fritzconnection: Remove old

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

 dev-python/fritzconnection/Manifest|  4 ---
 .../fritzconnection/fritzconnection-1.7.1.ebuild   | 29 --
 .../fritzconnection/fritzconnection-1.7.2.ebuild   | 29 --
 .../fritzconnection/fritzconnection-1.8.0.ebuild   | 29 --
 .../fritzconnection/fritzconnection-1.9.0.ebuild   | 29 --
 5 files changed, 120 deletions(-)

diff --git a/dev-python/fritzconnection/Manifest 
b/dev-python/fritzconnection/Manifest
index 4ec8e5cf332c..5fb380ce35f9 100644
--- a/dev-python/fritzconnection/Manifest
+++ b/dev-python/fritzconnection/Manifest
@@ -1,5 +1 @@
-DIST fritzconnection-1.7.1.tar.gz 77805 BLAKE2B 
4012975205320cc1c65ace64f515e1a934da5e330e9f9090021f20989d300df38f042cc8defd794ab6d4f2935cc2973141b50b1aea74a472d42f2dd5c1b2da57
 SHA512 
f3ca91b41a6255a743a00d34733e4755f1f675c150414c794bce9c52da292cc267a60520d5bc4e6b0e5ba4dc1ce27b7083fa4e2c226bafa3ca39ee6d63c80ae2
-DIST fritzconnection-1.7.2.tar.gz 77880 BLAKE2B 
bb27d1cc8ccdce17a73ddc6a1f3fcb1187976dcaca28f773a6aad9c07f3dfa80be686d065d060fbf174b60b31bc589f26e6f48ae655a69b4a7ad2864d434156b
 SHA512 
2ab6b010750e7dc7dd010fc51c3fa41ab2eee58c5f310f187e998183950a2ed2668a13a4a4a39bdb27fb1b0a8f69cfff47256ebd3b543128710368689551dc87
-DIST fritzconnection-1.8.0.tar.gz 77615 BLAKE2B 
aedcc3b116b6ce7ce14feb75714ee6e5a5ea667f7cb5e3124caa61e9b638e91e95a2520184869d088ceee7a6fd242c649660e7bb9ca81920f22954fc01ae3682
 SHA512 
4a65e715151fcd356ece60b9966560d80e4144d53f0684774af8f669fb83aa87124870ec1dfb29cbd381c73a711797f837b09abb620dfbb94722cba007fdf80c
-DIST fritzconnection-1.9.0.tar.gz 79389 BLAKE2B 
58ffebd4451dea16ec4739d77f02e3e67cda4e332df94688cf6b293f6cb6d15277f4d7231805425782d3214f926f74f51da4b988e60cbea5d336bec7436f664c
 SHA512 
cf6710dffa8e76ecd5217d592824735e2bbcd8e2860a333a64e75530fd18da2cf6578181173614a2169d81c4db17f657708809db6d67e092f740558b8b8fd3fd
 DIST fritzconnection-1.9.1.gh.tar.gz 79580 BLAKE2B 
6972c92aabb9c516e2b4d3d18bea2daf8002a12c9939a5badd1ceb8f7539a243f99778a3ded0cd057850b54e9cb2a0ca9d2c31be688eaf81f4b279b74d10fc55
 SHA512 
55642cf1db581c62091d63fdfa9bf4fe36c545df686eae7d0f886b4ef8c186668e6f8fb7bc7786e13936764ea771e0dba79e62b57f19348dd562bf23a27d6369

diff --git a/dev-python/fritzconnection/fritzconnection-1.7.1.ebuild 
b/dev-python/fritzconnection/fritzconnection-1.7.1.ebuild
deleted file mode 100644
index 00eeb7787fd3..
--- a/dev-python/fritzconnection/fritzconnection-1.7.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="Lib/tool to communicate with AVM FRITZ! devices using TR-064 
protocol over UPnP"
-HOMEPAGE="https://github.com/kbr/fritzconnection;
-LICENSE="MIT"
-SLOT="0"
-
-if [[ "${PV}" == "" ]]; then
-   EGIT_REPO_URI="https://github.com/kbr/fritzconnection;
-   inherit git-r3
-else
-   SRC_URI="https://github.com/kbr/fritzconnection/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-RDEPEND=">=dev-python/requests-2.22[${PYTHON_USEDEP}]"
-BDEPEND="
-   test? (
-   dev-python/pytest-mock[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest

diff --git a/dev-python/fritzconnection/fritzconnection-1.7.2.ebuild 
b/dev-python/fritzconnection/fritzconnection-1.7.2.ebuild
deleted file mode 100644
index 00eeb7787fd3..
--- a/dev-python/fritzconnection/fritzconnection-1.7.2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="Lib/tool to communicate with AVM FRITZ! devices using TR-064 
protocol over UPnP"
-HOMEPAGE="https://github.com/kbr/fritzconnection;
-LICENSE="MIT"
-SLOT="0"
-
-if [[ "${PV}" == "" ]]; then
-   EGIT_REPO_URI="https://github.com/kbr/fritzconnection;
-   inherit git-r3
-else
-   SRC_URI="https://github.com/kbr/fritzconnection/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-RDEPEND=">=dev-python/requests-2.22[${PYTHON_USEDEP}]"
-BDEPEND="
-   test? (
-   dev-python/pytest-mock[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest

diff --git a/dev-python/fritzconnection/fritzconnection-1.8.0.ebuild 
b/dev-python/fritzconnection/fritzconnection-1.8.0.ebuild
deleted file mode 100644
index 00eeb7787fd3..
--- a/dev-python/fritzconnection/fritzconnection-1.8.0.ebuild
+++ 

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

2022-01-17 Thread Arthur Zamarin
commit: 18f5465758ff856a3f96c6d4355ff476d0a14d0a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Jan 17 16:42:42 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Jan 17 16:48:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18f54657

dev-python/fritzconnection: mark ALLARCHES

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

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

diff --git a/dev-python/fritzconnection/metadata.xml 
b/dev-python/fritzconnection/metadata.xml
index 74daf0986aa4..39aa6d179042 100644
--- a/dev-python/fritzconnection/metadata.xml
+++ b/dev-python/fritzconnection/metadata.xml
@@ -5,6 +5,7 @@
whi...@gentoo.org
Thomas Deutschmann

+   

https://github.com/kbr/fritzconnection/issues
kbr/fritzconnection



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

2022-01-17 Thread Arthur Zamarin
commit: 2a93ab9e76da596fd471c3b3fb333f4232348889
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Jan 17 16:41:50 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Jan 17 16:48:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a93ab9e

dev-python/fritzconnection: add 1.9.1

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

 dev-python/fritzconnection/Manifest|  1 +
 .../fritzconnection/fritzconnection-1.9.1.ebuild   | 32 ++
 2 files changed, 33 insertions(+)

diff --git a/dev-python/fritzconnection/Manifest 
b/dev-python/fritzconnection/Manifest
index 9cde0957db70..4ec8e5cf332c 100644
--- a/dev-python/fritzconnection/Manifest
+++ b/dev-python/fritzconnection/Manifest
@@ -2,3 +2,4 @@ DIST fritzconnection-1.7.1.tar.gz 77805 BLAKE2B 
4012975205320cc1c65ace64f515e1a9
 DIST fritzconnection-1.7.2.tar.gz 77880 BLAKE2B 
bb27d1cc8ccdce17a73ddc6a1f3fcb1187976dcaca28f773a6aad9c07f3dfa80be686d065d060fbf174b60b31bc589f26e6f48ae655a69b4a7ad2864d434156b
 SHA512 
2ab6b010750e7dc7dd010fc51c3fa41ab2eee58c5f310f187e998183950a2ed2668a13a4a4a39bdb27fb1b0a8f69cfff47256ebd3b543128710368689551dc87
 DIST fritzconnection-1.8.0.tar.gz 77615 BLAKE2B 
aedcc3b116b6ce7ce14feb75714ee6e5a5ea667f7cb5e3124caa61e9b638e91e95a2520184869d088ceee7a6fd242c649660e7bb9ca81920f22954fc01ae3682
 SHA512 
4a65e715151fcd356ece60b9966560d80e4144d53f0684774af8f669fb83aa87124870ec1dfb29cbd381c73a711797f837b09abb620dfbb94722cba007fdf80c
 DIST fritzconnection-1.9.0.tar.gz 79389 BLAKE2B 
58ffebd4451dea16ec4739d77f02e3e67cda4e332df94688cf6b293f6cb6d15277f4d7231805425782d3214f926f74f51da4b988e60cbea5d336bec7436f664c
 SHA512 
cf6710dffa8e76ecd5217d592824735e2bbcd8e2860a333a64e75530fd18da2cf6578181173614a2169d81c4db17f657708809db6d67e092f740558b8b8fd3fd
+DIST fritzconnection-1.9.1.gh.tar.gz 79580 BLAKE2B 
6972c92aabb9c516e2b4d3d18bea2daf8002a12c9939a5badd1ceb8f7539a243f99778a3ded0cd057850b54e9cb2a0ca9d2c31be688eaf81f4b279b74d10fc55
 SHA512 
55642cf1db581c62091d63fdfa9bf4fe36c545df686eae7d0f886b4ef8c186668e6f8fb7bc7786e13936764ea771e0dba79e62b57f19348dd562bf23a27d6369

diff --git a/dev-python/fritzconnection/fritzconnection-1.9.1.ebuild 
b/dev-python/fritzconnection/fritzconnection-1.9.1.ebuild
new file mode 100644
index ..e17900fb1b18
--- /dev/null
+++ b/dev-python/fritzconnection/fritzconnection-1.9.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="Lib/tool to communicate with AVM FRITZ! devices using TR-064 
protocol over UPnP"
+HOMEPAGE="https://github.com/kbr/fritzconnection;
+LICENSE="MIT"
+SLOT="0"
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/kbr/fritzconnection;
+   inherit git-r3
+else
+   SRC_URI="
+   https://github.com/kbr/fritzconnection/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+   "
+   KEYWORDS="~amd64 ~x86"
+fi
+
+RDEPEND=">=dev-python/requests-2.22[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? (
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2022-01-05 Thread Arthur Zamarin
commit: 8d5a30585b4a58f586b7d8ee25cdb16250f68313
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Jan  5 17:20:49 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Jan  5 17:20:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d5a3058

dev-python/fritzconnection: add 1.9.0

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

 dev-python/fritzconnection/Manifest|  1 +
 .../fritzconnection/fritzconnection-1.9.0.ebuild   | 29 ++
 2 files changed, 30 insertions(+)

diff --git a/dev-python/fritzconnection/Manifest 
b/dev-python/fritzconnection/Manifest
index 611df23e43bc..9cde0957db70 100644
--- a/dev-python/fritzconnection/Manifest
+++ b/dev-python/fritzconnection/Manifest
@@ -1,3 +1,4 @@
 DIST fritzconnection-1.7.1.tar.gz 77805 BLAKE2B 
4012975205320cc1c65ace64f515e1a934da5e330e9f9090021f20989d300df38f042cc8defd794ab6d4f2935cc2973141b50b1aea74a472d42f2dd5c1b2da57
 SHA512 
f3ca91b41a6255a743a00d34733e4755f1f675c150414c794bce9c52da292cc267a60520d5bc4e6b0e5ba4dc1ce27b7083fa4e2c226bafa3ca39ee6d63c80ae2
 DIST fritzconnection-1.7.2.tar.gz 77880 BLAKE2B 
bb27d1cc8ccdce17a73ddc6a1f3fcb1187976dcaca28f773a6aad9c07f3dfa80be686d065d060fbf174b60b31bc589f26e6f48ae655a69b4a7ad2864d434156b
 SHA512 
2ab6b010750e7dc7dd010fc51c3fa41ab2eee58c5f310f187e998183950a2ed2668a13a4a4a39bdb27fb1b0a8f69cfff47256ebd3b543128710368689551dc87
 DIST fritzconnection-1.8.0.tar.gz 77615 BLAKE2B 
aedcc3b116b6ce7ce14feb75714ee6e5a5ea667f7cb5e3124caa61e9b638e91e95a2520184869d088ceee7a6fd242c649660e7bb9ca81920f22954fc01ae3682
 SHA512 
4a65e715151fcd356ece60b9966560d80e4144d53f0684774af8f669fb83aa87124870ec1dfb29cbd381c73a711797f837b09abb620dfbb94722cba007fdf80c
+DIST fritzconnection-1.9.0.tar.gz 79389 BLAKE2B 
58ffebd4451dea16ec4739d77f02e3e67cda4e332df94688cf6b293f6cb6d15277f4d7231805425782d3214f926f74f51da4b988e60cbea5d336bec7436f664c
 SHA512 
cf6710dffa8e76ecd5217d592824735e2bbcd8e2860a333a64e75530fd18da2cf6578181173614a2169d81c4db17f657708809db6d67e092f740558b8b8fd3fd

diff --git a/dev-python/fritzconnection/fritzconnection-1.9.0.ebuild 
b/dev-python/fritzconnection/fritzconnection-1.9.0.ebuild
new file mode 100644
index ..a30f7148426d
--- /dev/null
+++ b/dev-python/fritzconnection/fritzconnection-1.9.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="Lib/tool to communicate with AVM FRITZ! devices using TR-064 
protocol over UPnP"
+HOMEPAGE="https://github.com/kbr/fritzconnection;
+LICENSE="MIT"
+SLOT="0"
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/kbr/fritzconnection;
+   inherit git-r3
+else
+   SRC_URI="https://github.com/kbr/fritzconnection/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+RDEPEND=">=dev-python/requests-2.22[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? (
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2021-12-28 Thread Michał Górny
commit: 0958164e77db17d7af5ce529535a94eee5520a7e
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Dec 28 08:29:59 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Dec 28 09:03:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0958164e

dev-python/fritzconnection: Bump to 1.8.0

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

 dev-python/fritzconnection/Manifest|  1 +
 .../fritzconnection/fritzconnection-1.8.0.ebuild   | 29 ++
 2 files changed, 30 insertions(+)

diff --git a/dev-python/fritzconnection/Manifest 
b/dev-python/fritzconnection/Manifest
index 0e259c98a13c..611df23e43bc 100644
--- a/dev-python/fritzconnection/Manifest
+++ b/dev-python/fritzconnection/Manifest
@@ -1,2 +1,3 @@
 DIST fritzconnection-1.7.1.tar.gz 77805 BLAKE2B 
4012975205320cc1c65ace64f515e1a934da5e330e9f9090021f20989d300df38f042cc8defd794ab6d4f2935cc2973141b50b1aea74a472d42f2dd5c1b2da57
 SHA512 
f3ca91b41a6255a743a00d34733e4755f1f675c150414c794bce9c52da292cc267a60520d5bc4e6b0e5ba4dc1ce27b7083fa4e2c226bafa3ca39ee6d63c80ae2
 DIST fritzconnection-1.7.2.tar.gz 77880 BLAKE2B 
bb27d1cc8ccdce17a73ddc6a1f3fcb1187976dcaca28f773a6aad9c07f3dfa80be686d065d060fbf174b60b31bc589f26e6f48ae655a69b4a7ad2864d434156b
 SHA512 
2ab6b010750e7dc7dd010fc51c3fa41ab2eee58c5f310f187e998183950a2ed2668a13a4a4a39bdb27fb1b0a8f69cfff47256ebd3b543128710368689551dc87
+DIST fritzconnection-1.8.0.tar.gz 77615 BLAKE2B 
aedcc3b116b6ce7ce14feb75714ee6e5a5ea667f7cb5e3124caa61e9b638e91e95a2520184869d088ceee7a6fd242c649660e7bb9ca81920f22954fc01ae3682
 SHA512 
4a65e715151fcd356ece60b9966560d80e4144d53f0684774af8f669fb83aa87124870ec1dfb29cbd381c73a711797f837b09abb620dfbb94722cba007fdf80c

diff --git a/dev-python/fritzconnection/fritzconnection-1.8.0.ebuild 
b/dev-python/fritzconnection/fritzconnection-1.8.0.ebuild
new file mode 100644
index ..00eeb7787fd3
--- /dev/null
+++ b/dev-python/fritzconnection/fritzconnection-1.8.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="Lib/tool to communicate with AVM FRITZ! devices using TR-064 
protocol over UPnP"
+HOMEPAGE="https://github.com/kbr/fritzconnection;
+LICENSE="MIT"
+SLOT="0"
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/kbr/fritzconnection;
+   inherit git-r3
+else
+   SRC_URI="https://github.com/kbr/fritzconnection/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+RDEPEND=">=dev-python/requests-2.22[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? (
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2021-11-14 Thread Michał Górny
commit: 7c9665a121bfd8f31ede9c0a12bcb8970fabbb7b
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Nov 14 19:48:15 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Nov 14 20:53:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c9665a1

dev-python/fritzconnection: Bump to 1.7.2

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

 dev-python/fritzconnection/Manifest|  1 +
 .../fritzconnection/fritzconnection-1.7.2.ebuild   | 29 ++
 2 files changed, 30 insertions(+)

diff --git a/dev-python/fritzconnection/Manifest 
b/dev-python/fritzconnection/Manifest
index 1e1076edf6c2..0e259c98a13c 100644
--- a/dev-python/fritzconnection/Manifest
+++ b/dev-python/fritzconnection/Manifest
@@ -1 +1,2 @@
 DIST fritzconnection-1.7.1.tar.gz 77805 BLAKE2B 
4012975205320cc1c65ace64f515e1a934da5e330e9f9090021f20989d300df38f042cc8defd794ab6d4f2935cc2973141b50b1aea74a472d42f2dd5c1b2da57
 SHA512 
f3ca91b41a6255a743a00d34733e4755f1f675c150414c794bce9c52da292cc267a60520d5bc4e6b0e5ba4dc1ce27b7083fa4e2c226bafa3ca39ee6d63c80ae2
+DIST fritzconnection-1.7.2.tar.gz 77880 BLAKE2B 
bb27d1cc8ccdce17a73ddc6a1f3fcb1187976dcaca28f773a6aad9c07f3dfa80be686d065d060fbf174b60b31bc589f26e6f48ae655a69b4a7ad2864d434156b
 SHA512 
2ab6b010750e7dc7dd010fc51c3fa41ab2eee58c5f310f187e998183950a2ed2668a13a4a4a39bdb27fb1b0a8f69cfff47256ebd3b543128710368689551dc87

diff --git a/dev-python/fritzconnection/fritzconnection-1.7.2.ebuild 
b/dev-python/fritzconnection/fritzconnection-1.7.2.ebuild
new file mode 100644
index ..00eeb7787fd3
--- /dev/null
+++ b/dev-python/fritzconnection/fritzconnection-1.7.2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="Lib/tool to communicate with AVM FRITZ! devices using TR-064 
protocol over UPnP"
+HOMEPAGE="https://github.com/kbr/fritzconnection;
+LICENSE="MIT"
+SLOT="0"
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/kbr/fritzconnection;
+   inherit git-r3
+else
+   SRC_URI="https://github.com/kbr/fritzconnection/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+RDEPEND=">=dev-python/requests-2.22[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? (
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2021-10-17 Thread Michał Górny
commit: d7887e6f895d99e530aa9965c36b12b497486301
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 17 08:18:11 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 17 08:23:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7887e6f

dev-python/fritzconnection: Remove old

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

 dev-python/fritzconnection/Manifest|  3 --
 .../fritzconnection/fritzconnection-1.5.0.ebuild   | 34 --
 .../fritzconnection/fritzconnection-1.6.0.ebuild   | 29 --
 .../fritzconnection/fritzconnection-1.7.0.ebuild   | 29 --
 4 files changed, 95 deletions(-)

diff --git a/dev-python/fritzconnection/Manifest 
b/dev-python/fritzconnection/Manifest
index e15d6fc6eef..1e1076edf6c 100644
--- a/dev-python/fritzconnection/Manifest
+++ b/dev-python/fritzconnection/Manifest
@@ -1,4 +1 @@
-DIST fritzconnection-1.5.0.tar.gz 71597 BLAKE2B 
2c0d27cf91550a7b7f0d3c56f115dd174995af4293d6dd91ee6bbfaab2f3db7c8e4a2297d83a5d6a5219550ee9397c0b1122260234b6fab4589e15c34a381f21
 SHA512 
2fcf84c73af146d0422a9e32364562e4cc9d6992f487f40f27eede4a571c4dfa37c92a6bcd5ea49da144585657e382e648e0fd00a15f78646da5abb5060eea3c
-DIST fritzconnection-1.6.0.tar.gz 73672 BLAKE2B 
25f6b876026bc70397dca171c90d863b4dd3af81f4f3f26bd9a34bed9241c716e98e1305adcbd87a1aa52a21fd6517eda21db0cd9d02d8df5db143ec0f60f5f4
 SHA512 
c4517774be0913f71e37e982dd87a7076efd81903036193ff37dc2ffd5530829f5f860b773c2b107ca6734ff1b04009243ccb8b2857261911b5a7bcf6e6a528f
-DIST fritzconnection-1.7.0.tar.gz 77787 BLAKE2B 
b3f9657153d9529485cf18c6f3c18af74e596f9831b5a57724bef34eb54844b52dd4c417f1e93974e24fa376ae42708708e160ec4ddd0f0fcd9131b6346428b5
 SHA512 
9df2afe21e5e2f410bb3fde2329c1b354c429b0d23095fe55e53566c7a6dc79f8cbb092666943efceb2949cc2fc904bc473266ab5ab3518da13228193a476f5a
 DIST fritzconnection-1.7.1.tar.gz 77805 BLAKE2B 
4012975205320cc1c65ace64f515e1a934da5e330e9f9090021f20989d300df38f042cc8defd794ab6d4f2935cc2973141b50b1aea74a472d42f2dd5c1b2da57
 SHA512 
f3ca91b41a6255a743a00d34733e4755f1f675c150414c794bce9c52da292cc267a60520d5bc4e6b0e5ba4dc1ce27b7083fa4e2c226bafa3ca39ee6d63c80ae2

diff --git a/dev-python/fritzconnection/fritzconnection-1.5.0.ebuild 
b/dev-python/fritzconnection/fritzconnection-1.5.0.ebuild
deleted file mode 100644
index 558c9ac45bc..000
--- a/dev-python/fritzconnection/fritzconnection-1.5.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="Lib/tool to communicate with AVM FRITZ! devices using TR-064 
protocol over UPnP"
-HOMEPAGE="https://github.com/kbr/fritzconnection;
-LICENSE="MIT"
-SLOT="0"
-
-if [[ "${PV}" == "" ]]; then
-   EGIT_REPO_URI="https://github.com/kbr/fritzconnection;
-   inherit git-r3
-else
-   SRC_URI="https://github.com/kbr/fritzconnection/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-CDEPEND=">=dev-python/requests-2.22[${PYTHON_USEDEP}]"
-
-BDEPEND="
-   test? (
-   dev-python/pytest-mock[${PYTHON_USEDEP}]
-   )
-"
-
-DEPEND="test? ( ${CDEPEND} )"
-
-RDEPEND="${CDEPEND}"
-
-distutils_enable_tests pytest

diff --git a/dev-python/fritzconnection/fritzconnection-1.6.0.ebuild 
b/dev-python/fritzconnection/fritzconnection-1.6.0.ebuild
deleted file mode 100644
index 00eeb7787fd..000
--- a/dev-python/fritzconnection/fritzconnection-1.6.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="Lib/tool to communicate with AVM FRITZ! devices using TR-064 
protocol over UPnP"
-HOMEPAGE="https://github.com/kbr/fritzconnection;
-LICENSE="MIT"
-SLOT="0"
-
-if [[ "${PV}" == "" ]]; then
-   EGIT_REPO_URI="https://github.com/kbr/fritzconnection;
-   inherit git-r3
-else
-   SRC_URI="https://github.com/kbr/fritzconnection/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-RDEPEND=">=dev-python/requests-2.22[${PYTHON_USEDEP}]"
-BDEPEND="
-   test? (
-   dev-python/pytest-mock[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest

diff --git a/dev-python/fritzconnection/fritzconnection-1.7.0.ebuild 
b/dev-python/fritzconnection/fritzconnection-1.7.0.ebuild
deleted file mode 100644
index 00eeb7787fd..000
--- a/dev-python/fritzconnection/fritzconnection-1.7.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="Lib/tool to communicate with AVM FRITZ! devices using TR-064 
protocol over UPnP"
-HOMEPAGE="https://github.com/kbr/fritzconnection;
-LICENSE="MIT"

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

2021-10-15 Thread Thomas Deutschmann
commit: 10d0e1b3c4c7e6226374ec19aed79270d0c38434
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Oct 15 13:20:46 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Oct 15 14:32:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10d0e1b3

dev-python/fritzconnection: bump to v1.7.1

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-python/fritzconnection/Manifest|  1 +
 .../fritzconnection/fritzconnection-1.7.1.ebuild   | 29 ++
 2 files changed, 30 insertions(+)

diff --git a/dev-python/fritzconnection/Manifest 
b/dev-python/fritzconnection/Manifest
index 851c02dac0b..e15d6fc6eef 100644
--- a/dev-python/fritzconnection/Manifest
+++ b/dev-python/fritzconnection/Manifest
@@ -1,3 +1,4 @@
 DIST fritzconnection-1.5.0.tar.gz 71597 BLAKE2B 
2c0d27cf91550a7b7f0d3c56f115dd174995af4293d6dd91ee6bbfaab2f3db7c8e4a2297d83a5d6a5219550ee9397c0b1122260234b6fab4589e15c34a381f21
 SHA512 
2fcf84c73af146d0422a9e32364562e4cc9d6992f487f40f27eede4a571c4dfa37c92a6bcd5ea49da144585657e382e648e0fd00a15f78646da5abb5060eea3c
 DIST fritzconnection-1.6.0.tar.gz 73672 BLAKE2B 
25f6b876026bc70397dca171c90d863b4dd3af81f4f3f26bd9a34bed9241c716e98e1305adcbd87a1aa52a21fd6517eda21db0cd9d02d8df5db143ec0f60f5f4
 SHA512 
c4517774be0913f71e37e982dd87a7076efd81903036193ff37dc2ffd5530829f5f860b773c2b107ca6734ff1b04009243ccb8b2857261911b5a7bcf6e6a528f
 DIST fritzconnection-1.7.0.tar.gz 77787 BLAKE2B 
b3f9657153d9529485cf18c6f3c18af74e596f9831b5a57724bef34eb54844b52dd4c417f1e93974e24fa376ae42708708e160ec4ddd0f0fcd9131b6346428b5
 SHA512 
9df2afe21e5e2f410bb3fde2329c1b354c429b0d23095fe55e53566c7a6dc79f8cbb092666943efceb2949cc2fc904bc473266ab5ab3518da13228193a476f5a
+DIST fritzconnection-1.7.1.tar.gz 77805 BLAKE2B 
4012975205320cc1c65ace64f515e1a934da5e330e9f9090021f20989d300df38f042cc8defd794ab6d4f2935cc2973141b50b1aea74a472d42f2dd5c1b2da57
 SHA512 
f3ca91b41a6255a743a00d34733e4755f1f675c150414c794bce9c52da292cc267a60520d5bc4e6b0e5ba4dc1ce27b7083fa4e2c226bafa3ca39ee6d63c80ae2

diff --git a/dev-python/fritzconnection/fritzconnection-1.7.1.ebuild 
b/dev-python/fritzconnection/fritzconnection-1.7.1.ebuild
new file mode 100644
index 000..00eeb7787fd
--- /dev/null
+++ b/dev-python/fritzconnection/fritzconnection-1.7.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="Lib/tool to communicate with AVM FRITZ! devices using TR-064 
protocol over UPnP"
+HOMEPAGE="https://github.com/kbr/fritzconnection;
+LICENSE="MIT"
+SLOT="0"
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/kbr/fritzconnection;
+   inherit git-r3
+else
+   SRC_URI="https://github.com/kbr/fritzconnection/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+RDEPEND=">=dev-python/requests-2.22[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? (
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2021-09-25 Thread Michał Górny
commit: 8c016a493d9174d41da046ce8c055955b665467e
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep 25 21:39:08 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep 25 22:00:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c016a49

dev-python/fritzconnection: Bump to 1.7.0

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

 dev-python/fritzconnection/Manifest|  1 +
 .../fritzconnection/fritzconnection-1.7.0.ebuild   | 29 ++
 2 files changed, 30 insertions(+)

diff --git a/dev-python/fritzconnection/Manifest 
b/dev-python/fritzconnection/Manifest
index 26dcdcbdd12..851c02dac0b 100644
--- a/dev-python/fritzconnection/Manifest
+++ b/dev-python/fritzconnection/Manifest
@@ -1,2 +1,3 @@
 DIST fritzconnection-1.5.0.tar.gz 71597 BLAKE2B 
2c0d27cf91550a7b7f0d3c56f115dd174995af4293d6dd91ee6bbfaab2f3db7c8e4a2297d83a5d6a5219550ee9397c0b1122260234b6fab4589e15c34a381f21
 SHA512 
2fcf84c73af146d0422a9e32364562e4cc9d6992f487f40f27eede4a571c4dfa37c92a6bcd5ea49da144585657e382e648e0fd00a15f78646da5abb5060eea3c
 DIST fritzconnection-1.6.0.tar.gz 73672 BLAKE2B 
25f6b876026bc70397dca171c90d863b4dd3af81f4f3f26bd9a34bed9241c716e98e1305adcbd87a1aa52a21fd6517eda21db0cd9d02d8df5db143ec0f60f5f4
 SHA512 
c4517774be0913f71e37e982dd87a7076efd81903036193ff37dc2ffd5530829f5f860b773c2b107ca6734ff1b04009243ccb8b2857261911b5a7bcf6e6a528f
+DIST fritzconnection-1.7.0.tar.gz 77787 BLAKE2B 
b3f9657153d9529485cf18c6f3c18af74e596f9831b5a57724bef34eb54844b52dd4c417f1e93974e24fa376ae42708708e160ec4ddd0f0fcd9131b6346428b5
 SHA512 
9df2afe21e5e2f410bb3fde2329c1b354c429b0d23095fe55e53566c7a6dc79f8cbb092666943efceb2949cc2fc904bc473266ab5ab3518da13228193a476f5a

diff --git a/dev-python/fritzconnection/fritzconnection-1.7.0.ebuild 
b/dev-python/fritzconnection/fritzconnection-1.7.0.ebuild
new file mode 100644
index 000..00eeb7787fd
--- /dev/null
+++ b/dev-python/fritzconnection/fritzconnection-1.7.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="Lib/tool to communicate with AVM FRITZ! devices using TR-064 
protocol over UPnP"
+HOMEPAGE="https://github.com/kbr/fritzconnection;
+LICENSE="MIT"
+SLOT="0"
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/kbr/fritzconnection;
+   inherit git-r3
+else
+   SRC_URI="https://github.com/kbr/fritzconnection/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+RDEPEND=">=dev-python/requests-2.22[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? (
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2021-07-24 Thread Michał Górny
commit: b5905de151318a4da80cce91617c5b98681e631d
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul 24 15:03:27 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul 24 17:29:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5905de1

dev-python/fritzconnection: Bump to 1.6.0

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

 dev-python/fritzconnection/Manifest|  1 +
 .../fritzconnection/fritzconnection-1.6.0.ebuild   | 29 ++
 2 files changed, 30 insertions(+)

diff --git a/dev-python/fritzconnection/Manifest 
b/dev-python/fritzconnection/Manifest
index 083c78617f1..26dcdcbdd12 100644
--- a/dev-python/fritzconnection/Manifest
+++ b/dev-python/fritzconnection/Manifest
@@ -1 +1,2 @@
 DIST fritzconnection-1.5.0.tar.gz 71597 BLAKE2B 
2c0d27cf91550a7b7f0d3c56f115dd174995af4293d6dd91ee6bbfaab2f3db7c8e4a2297d83a5d6a5219550ee9397c0b1122260234b6fab4589e15c34a381f21
 SHA512 
2fcf84c73af146d0422a9e32364562e4cc9d6992f487f40f27eede4a571c4dfa37c92a6bcd5ea49da144585657e382e648e0fd00a15f78646da5abb5060eea3c
+DIST fritzconnection-1.6.0.tar.gz 73672 BLAKE2B 
25f6b876026bc70397dca171c90d863b4dd3af81f4f3f26bd9a34bed9241c716e98e1305adcbd87a1aa52a21fd6517eda21db0cd9d02d8df5db143ec0f60f5f4
 SHA512 
c4517774be0913f71e37e982dd87a7076efd81903036193ff37dc2ffd5530829f5f860b773c2b107ca6734ff1b04009243ccb8b2857261911b5a7bcf6e6a528f

diff --git a/dev-python/fritzconnection/fritzconnection-1.6.0.ebuild 
b/dev-python/fritzconnection/fritzconnection-1.6.0.ebuild
new file mode 100644
index 000..00eeb7787fd
--- /dev/null
+++ b/dev-python/fritzconnection/fritzconnection-1.6.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="Lib/tool to communicate with AVM FRITZ! devices using TR-064 
protocol over UPnP"
+HOMEPAGE="https://github.com/kbr/fritzconnection;
+LICENSE="MIT"
+SLOT="0"
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/kbr/fritzconnection;
+   inherit git-r3
+else
+   SRC_URI="https://github.com/kbr/fritzconnection/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+RDEPEND=">=dev-python/requests-2.22[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? (
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2021-06-13 Thread Thomas Deutschmann
commit: 246b156941ac95dc21b585eed3bb617cc779da0f
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Jun 12 15:09:48 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Jun 13 18:19:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=246b1569

dev-python/fritzconnection: initial import

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-python/fritzconnection/Manifest|  1 +
 .../fritzconnection/fritzconnection-1.5.0.ebuild   | 34 ++
 dev-python/fritzconnection/metadata.xml| 13 +
 3 files changed, 48 insertions(+)

diff --git a/dev-python/fritzconnection/Manifest 
b/dev-python/fritzconnection/Manifest
new file mode 100644
index 000..083c78617f1
--- /dev/null
+++ b/dev-python/fritzconnection/Manifest
@@ -0,0 +1 @@
+DIST fritzconnection-1.5.0.tar.gz 71597 BLAKE2B 
2c0d27cf91550a7b7f0d3c56f115dd174995af4293d6dd91ee6bbfaab2f3db7c8e4a2297d83a5d6a5219550ee9397c0b1122260234b6fab4589e15c34a381f21
 SHA512 
2fcf84c73af146d0422a9e32364562e4cc9d6992f487f40f27eede4a571c4dfa37c92a6bcd5ea49da144585657e382e648e0fd00a15f78646da5abb5060eea3c

diff --git a/dev-python/fritzconnection/fritzconnection-1.5.0.ebuild 
b/dev-python/fritzconnection/fritzconnection-1.5.0.ebuild
new file mode 100644
index 000..558c9ac45bc
--- /dev/null
+++ b/dev-python/fritzconnection/fritzconnection-1.5.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="Lib/tool to communicate with AVM FRITZ! devices using TR-064 
protocol over UPnP"
+HOMEPAGE="https://github.com/kbr/fritzconnection;
+LICENSE="MIT"
+SLOT="0"
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/kbr/fritzconnection;
+   inherit git-r3
+else
+   SRC_URI="https://github.com/kbr/fritzconnection/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+CDEPEND=">=dev-python/requests-2.22[${PYTHON_USEDEP}]"
+
+BDEPEND="
+   test? (
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   )
+"
+
+DEPEND="test? ( ${CDEPEND} )"
+
+RDEPEND="${CDEPEND}"
+
+distutils_enable_tests pytest

diff --git a/dev-python/fritzconnection/metadata.xml 
b/dev-python/fritzconnection/metadata.xml
new file mode 100644
index 000..b04f020e6cf
--- /dev/null
+++ b/dev-python/fritzconnection/metadata.xml
@@ -0,0 +1,13 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   whi...@gentoo.org
+   Thomas Deutschmann
+   
+   
+   https://github.com/kbr/fritzconnection/issues
+   kbr/fritzconnection
+   fritzconnection
+   
+