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 BE33C15803E for ; Sat, 30 Dec 2023 18:35:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 599F22BC0D1; Sat, 30 Dec 2023 18:35:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 326D32BC0D5 for ; Sat, 30 Dec 2023 18:35:07 +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 A7EBD33BE3B for ; Sat, 30 Dec 2023 18:35:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 60BB314C9 for ; Sat, 30 Dec 2023 18:35:03 +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: <1703961289.40b32e9ccfeba373086df22721288b49e8b21c2d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tekore/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/tekore/Manifest dev-python/tekore/tekore-5.2.1-r1.ebuild X-VCS-Directories: dev-python/tekore/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 40b32e9ccfeba373086df22721288b49e8b21c2d X-VCS-Branch: master Date: Sat, 30 Dec 2023 18:35:03 +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: a1555d4b-ab24-462b-a2e4-d1487c8fa11a X-Archives-Hash: b0fffe779abe2f90ffaf6d8d47a1f6fc commit: 40b32e9ccfeba373086df22721288b49e8b21c2d Author: Michał Górny gentoo org> AuthorDate: Sat Dec 30 18:32:44 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Dec 30 18:34:49 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40b32e9c dev-python/tekore: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/tekore/Manifest | 1 - dev-python/tekore/tekore-5.2.1-r1.ebuild | 58 -------------------------------- 2 files changed, 59 deletions(-) diff --git a/dev-python/tekore/Manifest b/dev-python/tekore/Manifest index d4afb1be2146..b78ce4bfad0a 100644 --- a/dev-python/tekore/Manifest +++ b/dev-python/tekore/Manifest @@ -1,2 +1 @@ -DIST tekore-5.2.1.gh.tar.gz 262294 BLAKE2B 9572f4e45d4e90421b49697e816e4c83220af55360276f77ad86fd4469afdb214ec5dceab6e65170e9050d0e728f0f4998c99c30e6379c25c405f922b61ad853 SHA512 f91d9b166acf2a9906dff4aec00328221f4d54e6f833b982cc782168552284c29ddd03f8da052ccabd93dc2e7bbe72c95019599d6b57fcccd1561f36d7136e63 DIST tekore-5.3.0.gh.tar.gz 262670 BLAKE2B 7d97a94ddb516e4c1fdfd391377d08b5df444fd4e753be6d7f8a41cd21ed118e27ee29a8364e69e564d94f31916f10511c1472aad2586c4ba016aa97ae8248f5 SHA512 5ff2520af36236a61be4681ebe5df011a67f0db9c2b88e58958368435f8c3a4c183f94657f9a84c16156cff54b856a8f93867ce2d475075ccffaf2230428c219 diff --git a/dev-python/tekore/tekore-5.2.1-r1.ebuild b/dev-python/tekore/tekore-5.2.1-r1.ebuild deleted file mode 100644 index 6e7f60d52dae..000000000000 --- a/dev-python/tekore/tekore-5.2.1-r1.ebuild +++ /dev/null @@ -1,58 +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 - -DESCRIPTION="Spotify Web API client" -HOMEPAGE=" - https://tekore.readthedocs.io/ - https://github.com/felix-hilden/tekore/ - https://pypi.org/project/tekore/ -" -SRC_URI=" - https://github.com/felix-hilden/${PN}/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="MIT" -KEYWORDS="~amd64 ~arm64" -SLOT="0" - -RDEPEND=" - dev-python/httpx[${PYTHON_USEDEP}] - >=dev-python/pydantic-1.8[${PYTHON_USEDEP}] -" - -BDEPEND=" - test? ( - >=dev-python/pydantic-2[${PYTHON_USEDEP}] - >=dev-python/pytest-asyncio-0.17[${PYTHON_USEDEP}] - dev-python/pytest-httpx[${PYTHON_USEDEP}] - ) -" - -DOCS=( readme.rst ) - -distutils_enable_tests pytest -# TODO: package sphinx_codeautolink -# distutils_enable_sphinx docs/src \ -# dev-python/sphinx-rtd-theme \ -# dev-python/sphinx-tabs \ -# dev-python/sphinx-autodoc-typehints - -EPYTEST_DESELECT=( - # Internet - tests/auth/expiring.py::TestCredentialsOnline::test_bad_arguments_raises_error -) - -src_prepare() { - # unpin dependencies - sed -i -e 's:,<[0-9.]*::' pyproject.toml || die - - distutils-r1_src_prepare -}