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 52000158087 for ; Sun, 17 Oct 2021 07:33:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 27CFEE0924; Sun, 17 Oct 2021 07:33:45 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0D031E0922 for ; Sun, 17 Oct 2021 07:33:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D8EDE34340B for ; Sun, 17 Oct 2021 07:33:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 73058178 for ; Sun, 17 Oct 2021 07:33:40 +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: <1634455880.6de812e0e85689054598ba211671880719f61d6d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/casttube/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/casttube/Manifest dev-python/casttube/casttube-0.2.0.ebuild X-VCS-Directories: dev-python/casttube/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6de812e0e85689054598ba211671880719f61d6d X-VCS-Branch: master Date: Sun, 17 Oct 2021 07:33:40 +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: a4c2af75-f144-49a7-8c31-dc1043e888eb X-Archives-Hash: 35e911ae7f5045f908122fab42a73918 commit: 6de812e0e85689054598ba211671880719f61d6d Author: Michał Górny gentoo org> AuthorDate: Sun Oct 17 07:31:20 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Oct 17 07:31:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6de812e0 dev-python/casttube: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/casttube/Manifest | 1 - dev-python/casttube/casttube-0.2.0.ebuild | 22 ---------------------- 2 files changed, 23 deletions(-) diff --git a/dev-python/casttube/Manifest b/dev-python/casttube/Manifest index 8087824be75..a9c66b407b8 100644 --- a/dev-python/casttube/Manifest +++ b/dev-python/casttube/Manifest @@ -1,2 +1 @@ -DIST casttube-0.2.0.tar.gz 3760 BLAKE2B d4e37fb0e98f2e9197e7e1a78b45109d0319f9b4337ef86d0dcd5797e703960162432990b9c4d26796ce5cc957179023044b86a9b07c8e581d13373889c6c824 SHA512 0ab69a92d49a9095c0adb70fec95011447d1f2a57e7642504d2ab4f19fc5f93b09db0e5d277bf7876311e5f26067a687bde58e3aa12469dcc6778486fc19c836 DIST casttube-0.2.1.tar.gz 5182 BLAKE2B 0cd279da67aa59ddaa82913ef40815d28884b078448804742dfa3a6242a666c86cdaecf30cdf1ea913188d61953b5f38e133311d11491db443b55ae78b186558 SHA512 0b077b1f622c1029e9cff949a1d1cd4f380d9110324ca6211eb4d6bc97fbf3aa4d7be47cb692c2a7628ab62b309fd9957ee6392060f27e06d030691ad8cde00f diff --git a/dev-python/casttube/casttube-0.2.0.ebuild b/dev-python/casttube/casttube-0.2.0.ebuild deleted file mode 100644 index 20e14e93410..00000000000 --- a/dev-python/casttube/casttube-0.2.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..9} ) - -inherit distutils-r1 - -DESCRIPTION="casttube provides a way to interact with the Youtube Chromecast api." -HOMEPAGE="https://github.com/ur1katz/casttube" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND} - dev-python/requests[${PYTHON_USEDEP}]" -BDEPEND=""