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 C5245139695 for ; Fri, 31 Mar 2017 03:36:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C566A21C082; Fri, 31 Mar 2017 03:36:09 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 99B1221C07C for ; Fri, 31 Mar 2017 03:36:09 +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 220FF3414C1 for ; Fri, 31 Mar 2017 03:36:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B95F273DC for ; Fri, 31 Mar 2017 03:36:06 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1490930935.7a79089b13f380aa5f6f2cfdef681b640c675bfa.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tvdb_api/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/tvdb_api/tvdb_api-1.10_pre20150406.ebuild X-VCS-Directories: dev-python/tvdb_api/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 7a79089b13f380aa5f6f2cfdef681b640c675bfa X-VCS-Branch: master Date: Fri, 31 Mar 2017 03:36:06 +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: 5e9f446a-4c2e-4ab1-9237-a8ec1b28eaa2 X-Archives-Hash: 0939ebf1a878753932af232eb9a899fc commit: 7a79089b13f380aa5f6f2cfdef681b640c675bfa Author: Mike Frysinger gentoo org> AuthorDate: Tue Mar 28 19:39:30 2017 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Fri Mar 31 03:28:55 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a79089b dev-python/tvdb_api: add python-3.5 and fix setuptools dep dev-python/tvdb_api/tvdb_api-1.10_pre20150406.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/tvdb_api/tvdb_api-1.10_pre20150406.ebuild b/dev-python/tvdb_api/tvdb_api-1.10_pre20150406.ebuild index 9304ad953ee..528eccf0fe9 100644 --- a/dev-python/tvdb_api/tvdb_api-1.10_pre20150406.ebuild +++ b/dev-python/tvdb_api/tvdb_api-1.10_pre20150406.ebuild @@ -3,19 +3,19 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) inherit distutils-r1 DESCRIPTION="Python interface to thetvdb.com API" HOMEPAGE="https://github.com/dbr/tvdb_api" -SRC_URI="http://dev.gentoo.org/~thev00d00/distfiles/dev-python/${P}.tar.gz" +SRC_URI="https://dev.gentoo.org/~thev00d00/distfiles/dev-python/${P}.tar.gz" LICENSE="public-domain" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="dev-python/setuptools" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND="" S="${WORKDIR}"