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 92D96138351 for ; Mon, 4 May 2020 11:26:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D53FFE0A5A; Mon, 4 May 2020 11:26:35 +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 A0185E0A5A for ; Mon, 4 May 2020 11:26:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A8ED634F563 for ; Mon, 4 May 2020 11:26:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0AC79216 for ; Mon, 4 May 2020 11:26:31 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1588591532.19b4bf5b7cfa4ca821e17593a45712493aa03ccc.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/oauthlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/oauthlib/Manifest dev-python/oauthlib/oauthlib-3.0.1.ebuild X-VCS-Directories: dev-python/oauthlib/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 19b4bf5b7cfa4ca821e17593a45712493aa03ccc X-VCS-Branch: master Date: Mon, 4 May 2020 11:26:31 +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: 0330cd0f-7471-446e-9f2c-84fd06bcd409 X-Archives-Hash: 8fe321b0c3efa611631c7210bfc71ea7 commit: 19b4bf5b7cfa4ca821e17593a45712493aa03ccc Author: Michał Górny gentoo org> AuthorDate: Mon May 4 11:25:32 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon May 4 11:25:32 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19b4bf5b dev-python/oauthlib: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/oauthlib/Manifest | 1 - dev-python/oauthlib/oauthlib-3.0.1.ebuild | 34 ------------------------------- 2 files changed, 35 deletions(-) diff --git a/dev-python/oauthlib/Manifest b/dev-python/oauthlib/Manifest index d41c4005a66..62d9b15d1d2 100644 --- a/dev-python/oauthlib/Manifest +++ b/dev-python/oauthlib/Manifest @@ -1,2 +1 @@ -DIST oauthlib-3.0.1.tar.gz 149303 BLAKE2B daf826a3959f56f70b7f52ac1fc98d8ec73161316235cf7f0dce17469999383faa1b11c50c9645748b39938ae1d24dc3dea3908b68daf8c838f99df763bc361d SHA512 88ee266f764488090b849c036d2475c31dab0d8b18bd6afd0450da6aa0982ba17cdada7d0c25791d5efcf89601f69ae40cd21c584540448c209f90d36e0e98f8 DIST oauthlib-3.1.0.tar.gz 155362 BLAKE2B 83e9331589305c85acc755f9c4dab8558a19aa247aff5be0fe6c51d047fb9e96b64f17d07a3e33378f6ebc73a283e0162bab56e110aca581f73b628544042600 SHA512 c295de232e0215532c501d8f0803bd501a15fe89a746179ba4facca878e4927c8c05f07825f483c4a846922fb49d6d89f559a8b49bb72b19903f902d772b790e diff --git a/dev-python/oauthlib/oauthlib-3.0.1.ebuild b/dev-python/oauthlib/oauthlib-3.0.1.ebuild deleted file mode 100644 index 5b0c7b2a92e..00000000000 --- a/dev-python/oauthlib/oauthlib-3.0.1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_{6,7} ) - -inherit distutils-r1 - -DESCRIPTION="Spec-compliant and thorough implementation of the OAuth request-signing logic" -HOMEPAGE="https://github.com/idan/oauthlib https://pypi.org/project/oauthlib/" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 x86" -IUSE="test" -RESTRICT="!test? ( test )" - -# optional extras hard set as RDEPs. See setup.py -RDEPEND=" - >=dev-python/pyjwt-1.0.0[${PYTHON_USEDEP}] - dev-python/blinker[${PYTHON_USEDEP}] - dev-python/cryptography[${PYTHON_USEDEP}] - " -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( ${RDEPEND} - dev-python/nose[${PYTHON_USEDEP}] ) - " - -python_test() { - nosetests -v || die "tests failed under ${EPYTHON}" -}