From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7DDA615800A for ; Mon, 24 Jul 2023 11:31:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B295E08ED; Mon, 24 Jul 2023 11:31:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1514AE08ED for ; Mon, 24 Jul 2023 11:31:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5D35F340FF7 for ; Mon, 24 Jul 2023 11:31:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F120CC35 for ; Mon, 24 Jul 2023 11:31:24 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1690198274.59a9dd20430cb49b463e086c5b3115686b0490ea.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/fritzconnection/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/fritzconnection/Manifest dev-python/fritzconnection/fritzconnection-1.12.0.ebuild X-VCS-Directories: dev-python/fritzconnection/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 59a9dd20430cb49b463e086c5b3115686b0490ea X-VCS-Branch: master Date: Mon, 24 Jul 2023 11:31:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cf78bc85-bba5-428f-b806-7d578330304b X-Archives-Hash: c515c5a0733d4955ab64ec1996aaea9d commit: 59a9dd20430cb49b463e086c5b3115686b0490ea Author: Michał Górny gentoo org> AuthorDate: Mon Jul 24 11:18:50 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Jul 24 11:31:14 2023 +0000 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..000000000000 --- 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}" == "9999" ]]; 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 -)