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 92A6E138350 for ; Sun, 5 Apr 2020 16:11:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4930E0A92; Sun, 5 Apr 2020 16:11:45 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 88847E0A92 for ; Sun, 5 Apr 2020 16:11:45 +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 B78FD34EF26 for ; Sun, 5 Apr 2020 16:11:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 308941AC for ; Sun, 5 Apr 2020 16:11:42 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1586095300.7cfeb98d8c54784c28ff0f46424b21f33de16da8.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/aspectlib/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/aspectlib/Manifest dev-python/aspectlib/aspectlib-1.4.2.ebuild dev-python/aspectlib/aspectlib-1.5.0.ebuild X-VCS-Directories: dev-python/aspectlib/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 7cfeb98d8c54784c28ff0f46424b21f33de16da8 X-VCS-Branch: master Date: Sun, 5 Apr 2020 16:11:42 +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: de199f7c-b7c5-42db-9da9-f767b4b63bd8 X-Archives-Hash: 07be9558241da14d695a5cf7e4ea867f commit: 7cfeb98d8c54784c28ff0f46424b21f33de16da8 Author: Alessandro Barbieri gmail com> AuthorDate: Sun Apr 5 14:00:51 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sun Apr 5 14:01:40 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7cfeb98d dev-python/aspectlib: version bump, tests working Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/aspectlib/Manifest | 2 +- .../aspectlib/{aspectlib-1.4.2.ebuild => aspectlib-1.5.0.ebuild} | 8 ++------ 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/dev-python/aspectlib/Manifest b/dev-python/aspectlib/Manifest index 849dd79..1d8a9ee 100644 --- a/dev-python/aspectlib/Manifest +++ b/dev-python/aspectlib/Manifest @@ -1 +1 @@ -DIST aspectlib-1.4.2.tar.gz 154888 BLAKE2B 0194c2f911126caf5949cf6f0acb5a14c260a7824e456a3e3ba9b150331818dc832469798e89dd3cb3fba549b17098115354aabbc66931365475e53598c0bc96 SHA512 fadb90b625ce2faac8f6d29ee28efaee09b4338c3c516c79d9e8753b7fb2ff45e0033174c5c5302f47f1f9e332824f37d56667fb05e66f85b808e8aa3a086f57 +DIST aspectlib-1.5.0.tar.gz 155744 BLAKE2B 9695f2b55634c8080385302f3b35bea2d84c69a593dc62544dafd02f41468f54aee54f1da485e6a963c389dbed40e85d81cdd04d693e8d298761064a72cd9a64 SHA512 313e383d44b8ebbfcb3e657512280ce8a0919dd4736dd058282788ea1c0711c6a33cb9ceecbc711368abda438be515a5579bbd4d31a629208e320be3e7e39381 diff --git a/dev-python/aspectlib/aspectlib-1.4.2.ebuild b/dev-python/aspectlib/aspectlib-1.5.0.ebuild similarity index 77% rename from dev-python/aspectlib/aspectlib-1.4.2.ebuild rename to dev-python/aspectlib/aspectlib-1.5.0.ebuild index 24ebfe8..7e9732e 100644 --- a/dev-python/aspectlib/aspectlib-1.4.2.ebuild +++ b/dev-python/aspectlib/aspectlib-1.5.0.ebuild @@ -20,10 +20,6 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" -# could not get this working, it tries to do all sorts of weird things -# it calls a tests outside the tests folder, which then fails, removing the file results in import error -RESTRICT="test" - RDEPEND=" dev-python/fields[${PYTHON_USEDEP}] " @@ -33,10 +29,10 @@ DEPEND=" dev-python/mock[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] dev-python/process-tests[${PYTHON_USEDEP}] -