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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E12C2138359 for ; Tue, 8 Sep 2020 13:27:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33E11E084E; Tue, 8 Sep 2020 13:27:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1A28CE084E for ; Tue, 8 Sep 2020 13:27:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5B9BA340DBA for ; Tue, 8 Sep 2020 13:27:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E36FE33A for ; Tue, 8 Sep 2020 13:27:37 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1599571634.1a91520de7a46ef63fa9679ac658fe83767889e9.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/tekore/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/tekore/Manifest dev-python/tekore/tekore-2.1.3.ebuild X-VCS-Directories: dev-python/tekore/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 1a91520de7a46ef63fa9679ac658fe83767889e9 X-VCS-Branch: master Date: Tue, 8 Sep 2020 13:27:37 +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: daa5b553-e722-4680-bfcb-c6c64b659ca7 X-Archives-Hash: ec0b2b8eca2823ff7fca6255ee66bdac Message-ID: <20200908132737.-fsKSabD6s_BCxSBMejYx9_3uI1wC5_FuPG2C3Mt_6A@z> commit: 1a91520de7a46ef63fa9679ac658fe83767889e9 Author: Andrew Ammerlaan riseup net> AuthorDate: Tue Sep 8 13:27:14 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Tue Sep 8 13:27:14 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1a91520d dev-python/tekore: cleanup old Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/tekore/Manifest | 1 - dev-python/tekore/tekore-2.1.3.ebuild | 47 ----------------------------------- 2 files changed, 48 deletions(-) diff --git a/dev-python/tekore/Manifest b/dev-python/tekore/Manifest index 99d160b0..438624e7 100644 --- a/dev-python/tekore/Manifest +++ b/dev-python/tekore/Manifest @@ -1,2 +1 @@ -DIST tekore-2.1.3.tar.gz 202522 BLAKE2B 2328116cf0d25e2c55e9f68c38064293bfb3e0d5361d02a7ed9f79a723ede54afeee2a355949ea619c56f02b242497a58044704197b757530cf51273b6970cc4 SHA512 d0895cdeee442bda19aecccd0cc2bd4022284972c535dac42d1aaa3c1e2b6676e9d80515cee44c555e6180b2b81a007fa43e77cb44f81c90e06aad6c6410d981 DIST tekore-3.0.1.tar.gz 166629 BLAKE2B 7c79ccb5b5b336f09db70f5bd4ab4cd7c6839965117dba12bf75c23bc44d1a678a3348e1bbdf22e82ad25e458e344259c65be561de7913ec0a421551696407e4 SHA512 1217d6787d6f4be86a384eca4b2763be6229e14e8d53b3c304b5f88ad8ab785c6bd0c46f2305b539686eba5e5ee521d34ce18e3ab20d0946451c7d4d8bebd4f8 diff --git a/dev-python/tekore/tekore-2.1.3.ebuild b/dev-python/tekore/tekore-2.1.3.ebuild deleted file mode 100644 index 8a0dce07..00000000 --- a/dev-python/tekore/tekore-2.1.3.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8} ) - -inherit distutils-r1 - -DESCRIPTION="Spotify Web API client" -HOMEPAGE="https://tekore.readthedocs.io - https://github.com/felix-hilden/tekore" -SRC_URI="https://github.com/felix-hilden/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -KEYWORDS="~amd64 ~x86" -SLOT="0" - -RDEPEND=" - dev-python/requests[${PYTHON_USEDEP}] - >=dev-python/httpx-0.11.1[${PYTHON_USEDEP}] -