From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E059B13829C for ; Thu, 9 Jun 2016 10:19:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36F7F142B9; Thu, 9 Jun 2016 10:19:31 +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 02CDD142B6 for ; Thu, 9 Jun 2016 10:19:30 +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 149CD340A9F for ; Thu, 9 Jun 2016 10:19:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 86ECE2320 for ; Thu, 9 Jun 2016 10:19:26 +0000 (UTC) From: "Tiziano Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tiziano Müller" Message-ID: <1465466732.d45788241d05b9c1beaea36d3b3dfebbf0128393.dev-zero@gentoo> Subject: [gentoo-commits] dev/dev-zero:master commit in: dev-python/guessit/ X-VCS-Repository: dev/dev-zero X-VCS-Files: dev-python/guessit/Manifest dev-python/guessit/guessit-1.0.3.ebuild dev-python/guessit/metadata.xml X-VCS-Directories: dev-python/guessit/ X-VCS-Committer: dev-zero X-VCS-Committer-Name: Tiziano Müller X-VCS-Revision: d45788241d05b9c1beaea36d3b3dfebbf0128393 X-VCS-Branch: master Date: Thu, 9 Jun 2016 10:19:26 +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: bba4439b-00e0-4e84-b98a-4c5fb68847cf X-Archives-Hash: ccb0140c57684ee1c248a0760b310619 commit: d45788241d05b9c1beaea36d3b3dfebbf0128393 Author: Tiziano Müller gentoo org> AuthorDate: Thu Jun 9 10:05:32 2016 +0000 Commit: Tiziano Müller gentoo org> CommitDate: Thu Jun 9 10:05:32 2016 +0000 URL: https://gitweb.gentoo.org/dev/dev-zero.git/commit/?id=d4578824 dev-python/guessit: drop obsolete dev-python/guessit/Manifest | 1 - dev-python/guessit/guessit-1.0.3.ebuild | 47 --------------------------------- dev-python/guessit/metadata.xml | 16 ----------- 3 files changed, 64 deletions(-) diff --git a/dev-python/guessit/Manifest b/dev-python/guessit/Manifest deleted file mode 100644 index fe1ab14..0000000 --- a/dev-python/guessit/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST guessit-1.0.3.tar.gz 1200782 SHA256 6de9149b663b415ebc1f4ab9f12eb624ca859cf13cc1a491382f56619f33f59b SHA512 be427d3ac5b598fe14b26b4fa41c3bd9c0cc946df85381c61be9180275b54f6beac9d433ba781f4351bf94eba5a53b1097d8503268efd9019d50beb60f92cfcb WHIRLPOOL 31b2bb0e57a395f38f7ebe2420945cf00e00149a8345db245c3978cebb6366b53b8b1eae89838d4729e1e8c15abef2f4c8c91f64e5eb3e6f36a56f54de715546 diff --git a/dev-python/guessit/guessit-1.0.3.ebuild b/dev-python/guessit/guessit-1.0.3.ebuild deleted file mode 100644 index a4728ee..0000000 --- a/dev-python/guessit/guessit-1.0.3.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="6" -PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) - -inherit distutils-r1 - -DESCRIPTION="library for guessing information from video files" -HOMEPAGE="http://guessit.readthedocs.org https://github.com/wackou/guessit https://pypi.python.org/pypi/guessit" -SRC_URI="https://github.com/wackou/guessit/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND=" - >=dev-python/babelfish-0.5.1[${PYTHON_USEDEP}] - >=dev-python/stevedore-0.14[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] - >=dev-python/python-dateutil-2.1[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND} - test? ( - dev-python/pytest[${PYTHON_USEDEP}] - dev-python/pytest-capturelog[${PYTHON_USEDEP}] - dev-python/pyyaml[${PYTHON_USEDEP}] - ) - dev-python/setuptools[${PYTHON_USEDEP}] -" - -python_prepare_all() { - # patch away benchmark "tests" (mainly beause we lack pytest-benchmark atm) - rm guessit/test/test_benchmark.py || die - sed -i -e "s|'pytest-benchmark', ||" setup.py || die - - # remove the pytest-runner requirement for normal installation - sed -i -e '/setup_requires/d' setup.py || die - - distutils-r1_python_prepare_all -} - -python_test() { - esetup.py test -} diff --git a/dev-python/guessit/metadata.xml b/dev-python/guessit/metadata.xml deleted file mode 100644 index 0083d27..0000000 --- a/dev-python/guessit/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - nikoli@gmx.us - Nikoli - - - proxy-maint@gentoo.org - Proxy Maintainers - - - guessit - wackou/guessit - -