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 EFD2B138350 for ; Fri, 17 Apr 2020 10:13:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2DE9BE091C; Fri, 17 Apr 2020 10:13:04 +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 1521EE091C for ; Fri, 17 Apr 2020 10:13:04 +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 6E7CE34F2EE for ; Fri, 17 Apr 2020 10:13:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 462511F6 for ; Fri, 17 Apr 2020 10:13:00 +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: <1587117930.45201f64cd1f8ccf027064af765d1d7c965f264e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flask-restful/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/flask-restful/flask-restful-0.3.7.ebuild dev-python/flask-restful/metadata.xml X-VCS-Directories: dev-python/flask-restful/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 45201f64cd1f8ccf027064af765d1d7c965f264e X-VCS-Branch: master Date: Fri, 17 Apr 2020 10:13:00 +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: 85d173fa-b600-4663-a61b-7584f0a82c35 X-Archives-Hash: 26b57cfa4abe724d1f461fcd5d1521dd commit: 45201f64cd1f8ccf027064af765d1d7c965f264e Author: Alessandro Barbieri gmail com> AuthorDate: Mon Mar 30 20:14:14 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Apr 17 10:05:30 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45201f64 dev-python/flask-restful: drop paging useflag and pycrypto dep https://github.com/flask-restful/flask-restful/commit/517ccfdfadb018f08fc77e484c9448b9715aa06c Closes: https://bugs.gentoo.org/611594 Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Alessandro Barbieri gmail.com> Closes: https://github.com/gentoo/gentoo/pull/15179 Signed-off-by: Michał Górny gentoo.org> dev-python/flask-restful/flask-restful-0.3.7.ebuild | 4 +--- dev-python/flask-restful/metadata.xml | 3 --- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/dev-python/flask-restful/flask-restful-0.3.7.ebuild b/dev-python/flask-restful/flask-restful-0.3.7.ebuild index 2662716efc1..3b9a6bd9d80 100644 --- a/dev-python/flask-restful/flask-restful-0.3.7.ebuild +++ b/dev-python/flask-restful/flask-restful-0.3.7.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/twilio/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="amd64 ~arm64 x86" -IUSE="doc examples paging test" +IUSE="doc examples test" RESTRICT="!test? ( test )" RDEPEND=" @@ -21,14 +21,12 @@ RDEPEND=" >=dev-python/flask-0.8[${PYTHON_USEDEP}] >=dev-python/six-1.3.0[${PYTHON_USEDEP}] dev-python/pytz[${PYTHON_USEDEP}] - paging? ( >=dev-python/pycrypto-2.6[${PYTHON_USEDEP}] ) " DEPEND="${RDEPEND} dev-python/sphinx[${PYTHON_USEDEP}] test? ( dev-python/mock[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] - dev-python/pycrypto[${PYTHON_USEDEP}] ) " diff --git a/dev-python/flask-restful/metadata.xml b/dev-python/flask-restful/metadata.xml index 7e42a30ff5f..51b801a0063 100644 --- a/dev-python/flask-restful/metadata.xml +++ b/dev-python/flask-restful/metadata.xml @@ -8,7 +8,4 @@ twilio/flask-restful - - Enable resource paging support -