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 1B8C7138334 for ; Thu, 12 Sep 2019 03:43:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67B3CE0963; Thu, 12 Sep 2019 03:43:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 458E4E0963 for ; Thu, 12 Sep 2019 03:43:11 +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 EA97834A9DF for ; Thu, 12 Sep 2019 03:43:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C7089763 for ; Thu, 12 Sep 2019 03:43:07 +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: <1568259707.91ac7d3c6e00c6e7aacad6c97b006df68ad921ae.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/Manifest dev-python/tvdb_api/tvdb_api-2.0.ebuild X-VCS-Directories: dev-python/tvdb_api/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 91ac7d3c6e00c6e7aacad6c97b006df68ad921ae X-VCS-Branch: master Date: Thu, 12 Sep 2019 03:43:07 +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: be56bc31-c840-48e4-916c-aa674be286ad X-Archives-Hash: 47326d51326a552e70203b981accc509 commit: 91ac7d3c6e00c6e7aacad6c97b006df68ad921ae Author: Mike Frysinger gentoo org> AuthorDate: Sun Sep 8 04:34:48 2019 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Thu Sep 12 03:41:47 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91ac7d3c dev-python/tvdb_api: version bump to 2.0 The current version of tvnamer fails with the 1.10 snapshot. Signed-off-by: Mike Frysinger gentoo.org> dev-python/tvdb_api/Manifest | 1 + dev-python/tvdb_api/tvdb_api-2.0.ebuild | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/dev-python/tvdb_api/Manifest b/dev-python/tvdb_api/Manifest index ada1d38c8d2..1088c8b71b8 100644 --- a/dev-python/tvdb_api/Manifest +++ b/dev-python/tvdb_api/Manifest @@ -1,2 +1,3 @@ DIST tvdb_api-1.10_pre20150406.tar.gz 33758 BLAKE2B 929b9e1326b5665eab29b9361fb25a107c91cb34b8226f071f5ed07490f1f2a305644a00ba5fcfda68e1357f50b7ed52cd842c806d8da3fb00e5094db55a09f8 SHA512 a62680a8e18fa5cb246c0916232aecd06dd5f7381e589690f8fedf5b85a9eac01331a858880f888c14ece53c888ab8d18e7dd65a6665639f5f6f6d335138469d DIST tvdb_api-1.9.tar.gz 32429 BLAKE2B 41ffff7c76131db3ff37e35dec8356aec85ca1180927ea468e4f3ae0980df4fce317b0366dd39dd7a219d5078c3a77f0caa94ab359b71f6750ea8d1067bc1112 SHA512 6ce13f47275eb3f37897da1b9bfb2d101184e3797abeec965c170d9b007661c3e0745396bc93bf365d6a1552fb461a2fd7b33777b4a67e58281c8ac3efb788df +DIST tvdb_api-2.0.tar.gz 32751 BLAKE2B 6228ea0d8e9e679b7a70d6357917537cf8a6e362010ff6d1a212d51919689c656f8dc5cf67c694ddf7b4e2fd5b2fc0674393036c5ac38d8254878559921fe39c SHA512 74b1e036c2c71bff9f3d04bbf670da4069f68152545b09882aeddb5d1ebc873956ed00e8e28f2bd77a72ff97ae5fda23f1cfedd91f87187c31917ee31df17f3b diff --git a/dev-python/tvdb_api/tvdb_api-2.0.ebuild b/dev-python/tvdb_api/tvdb_api-2.0.ebuild new file mode 100644 index 00000000000..df8357e712a --- /dev/null +++ b/dev-python/tvdb_api/tvdb_api-2.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" + +PYTHON_COMPAT=( python{2_7,3_5,3_6} ) +inherit distutils-r1 + +DESCRIPTION="Python interface to thetvdb.com API" +HOMEPAGE="https://github.com/dbr/tvdb_api" +SRC_URI="mirror://pypi/t/${PN}/${P}.tar.gz" + +LICENSE="public-domain" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND="dev-python/requests-cache[${PYTHON_USEDEP}]"