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 5479E138330 for ; Mon, 19 Sep 2016 00:06:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52789E0B70; Mon, 19 Sep 2016 00:06:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 00F2FE0B70 for ; Mon, 19 Sep 2016 00:06:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1B4483408DD for ; Mon, 19 Sep 2016 00:06:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 37EDF248B for ; Mon, 19 Sep 2016 00:05:59 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1474243549.2c5a6d66ef3a2f4da4614f31c92dd8cd8c6e7a25.mrueg@gentoo> Subject: [gentoo-commits] dev/mrueg:master commit in: dev-python/pafy/ X-VCS-Repository: dev/mrueg X-VCS-Files: dev-python/pafy/Manifest dev-python/pafy/metadata.xml dev-python/pafy/pafy-0.3.76.ebuild X-VCS-Directories: dev-python/pafy/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 2c5a6d66ef3a2f4da4614f31c92dd8cd8c6e7a25 X-VCS-Branch: master Date: Mon, 19 Sep 2016 00:05:59 +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-Archives-Salt: a2cec86b-ef80-4b72-912a-14a222ccbe50 X-Archives-Hash: 0b2638cd46fa45fa49a3d9e0d44bbfca commit: 2c5a6d66ef3a2f4da4614f31c92dd8cd8c6e7a25 Author: Manuel Rüger gentoo org> AuthorDate: Mon Sep 19 00:05:49 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Mon Sep 19 00:05:49 2016 +0000 URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=2c5a6d66 dev-python/pafy: In tree dev-python/pafy/Manifest | 1 - dev-python/pafy/metadata.xml | 8 -------- dev-python/pafy/pafy-0.3.76.ebuild | 23 ----------------------- 3 files changed, 32 deletions(-) diff --git a/dev-python/pafy/Manifest b/dev-python/pafy/Manifest deleted file mode 100644 index 98e2555..0000000 --- a/dev-python/pafy/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pafy-0.3.76.tar.gz 55623 SHA256 cadd766488116acb50fbfa8a0d52ef4d7288b710f8735c908d8314248fb7492d SHA512 991b3c1e4f96284e3b02dd7752aa1c45b34c1c565fbfb2d1126c8186c7c6dba102e790ef0e4c91efd2cd30e3e20305db6dd5c6242e9e3b131e8d717f53501dfb WHIRLPOOL 6d2e0235640447e0469be1bb4d882fd4f1e3b2a8a6fa54227e877edc28add48d7cc17955df9f24d686fb32d83baca3faba40f57f081589d72593d3d242430e75 diff --git a/dev-python/pafy/metadata.xml b/dev-python/pafy/metadata.xml deleted file mode 100644 index 97df2a0..0000000 --- a/dev-python/pafy/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - mrueg@gentoo.org - Manuel Rüger - - diff --git a/dev-python/pafy/pafy-0.3.76.ebuild b/dev-python/pafy/pafy-0.3.76.ebuild deleted file mode 100644 index a7d8b44..0000000 --- a/dev-python/pafy/pafy-0.3.76.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -PYTHON_COMPAT=(python{2_7,3_4}) - -inherit distutils-r1 - -DESCRIPTION="Python library to download YouTube content and retrieve metadata" -HOMEPAGE="https://github.com/mps-youtube/pafy" -SRC_URI="https://github.com/mps-youtube/pafy/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" -IUSE="test" - -DEPEND="test? ( dev-python/nose[${PYTHON_USEDEP}] )" - -python_test() { - nosetests || die -}