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 B2510138350 for ; Fri, 31 Jan 2020 08:31:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2981E083D; Fri, 31 Jan 2020 08:31:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 7FDABE083B for ; Fri, 31 Jan 2020 08:31:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 105BE34E601 for ; Fri, 31 Jan 2020 08:31:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 806F5103 for ; Fri, 31 Jan 2020 08:31:09 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1580459426.fa65ec0460e2f31ae8c94c86b6ea2b55914ab570.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pafy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pafy/Manifest dev-python/pafy/pafy-0.5.3.1.ebuild dev-python/pafy/pafy-0.5.4.ebuild X-VCS-Directories: dev-python/pafy/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: fa65ec0460e2f31ae8c94c86b6ea2b55914ab570 X-VCS-Branch: master Date: Fri, 31 Jan 2020 08:31:09 +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: df8e4f77-40bc-4083-8e1c-68e80ed6f4f5 X-Archives-Hash: a5037d5f5dc0519559e608bcf08cb4db commit: fa65ec0460e2f31ae8c94c86b6ea2b55914ab570 Author: Tim Harder gentoo org> AuthorDate: Fri Jan 31 08:24:37 2020 +0000 Commit: Tim Harder gentoo org> CommitDate: Fri Jan 31 08:30:26 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa65ec04 dev-python/pafy: remove old Signed-off-by: Tim Harder gentoo.org> dev-python/pafy/Manifest | 2 -- dev-python/pafy/pafy-0.5.3.1.ebuild | 17 ----------------- dev-python/pafy/pafy-0.5.4.ebuild | 23 ----------------------- 3 files changed, 42 deletions(-) diff --git a/dev-python/pafy/Manifest b/dev-python/pafy/Manifest index 53307eebe16..393f707e256 100644 --- a/dev-python/pafy/Manifest +++ b/dev-python/pafy/Manifest @@ -1,3 +1 @@ -DIST pafy-0.5.3.1.tar.gz 25636 BLAKE2B b5281e135ba86d5bb4f259fe1bc5e2fb6f5a51519e0c2b3f7c929858ef0a54c77382fd2e6f399dfc3323db21c17b26991cc05502bcd1161f4d4118d45cd6b4cc SHA512 2d8fa30e15b9d500fac9726d9119da9f1ad24021a804b7e75d6251347f8b47f4517425834ba243a749e22517507fc27b67c7258f81bdebaa7d3b0b7f9b18e5ed -DIST pafy-0.5.4.tar.gz 27393 BLAKE2B 9bf0601f3deaef091c1ad65a3d45a4d98747311e64244e9fa109519ab4980e9a8c822c5bba8ade73794d320300fa9693d2a9fb377a5547c6a7079fbbe9ae81f5 SHA512 91283ae831ecf50a861e9e6565d34652138b84bbf012f8b77b9fca9fe4eee2dfe358199ba77fd705792ce16173eccbf6f1bc31b88768edef02ba57fbde118011 DIST pafy-0.5.5.tar.gz 29769 BLAKE2B 84c9bfac18fb668327103341cc01229c7c77fda5b5edaecdb662b891fcf4390c578466364b81d4bcdb1abdbe0cb32641ec6320fbbca8779621fafc011cbde20d SHA512 3b7e02bc9cc541bd66718469c7a743be5da3b0822d7cc63ec82f49c2721fe6b3bdbb87cdd9dd26b0bf05fa8bb9566ff6cc59b37baa17ccb7aae12c881faa884c diff --git a/dev-python/pafy/pafy-0.5.3.1.ebuild b/dev-python/pafy/pafy-0.5.3.1.ebuild deleted file mode 100644 index 4bf1ef7fd98..00000000000 --- a/dev-python/pafy/pafy-0.5.3.1.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) -inherit distutils-r1 - -DESCRIPTION="Python library to retrieve YouTube content and metadata" -HOMEPAGE="https://pythonhosted.org/pafy/ https://pypi.org/project/pafy/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="net-misc/youtube-dl[${PYTHON_USEDEP}]" diff --git a/dev-python/pafy/pafy-0.5.4.ebuild b/dev-python/pafy/pafy-0.5.4.ebuild deleted file mode 100644 index 9b18f78eea0..00000000000 --- a/dev-python/pafy/pafy-0.5.4.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) -inherit distutils-r1 - -if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="https://github.com/mps-youtube/pafy.git" - inherit git-r3 -else - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -DESCRIPTION="Python library to retrieve YouTube content and metadata" -HOMEPAGE="https://pythonhosted.org/pafy/ https://pypi.org/project/pafy/" - -LICENSE="LGPL-3" -SLOT="0" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="net-misc/youtube-dl[${PYTHON_USEDEP}]"