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 218DF1382C5 for ; Mon, 28 Dec 2020 20:06:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5BA1EE092E; Mon, 28 Dec 2020 20:06:32 +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 44788E092E for ; Mon, 28 Dec 2020 20:06:32 +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 EC8BA34148D for ; Mon, 28 Dec 2020 20:06:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 70F91476 for ; Mon, 28 Dec 2020 20:06:29 +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: <1609185967.5106d6f4999692646d1f7aadc98a95eb20e14277.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/eyeD3/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/eyeD3/eyeD3-0.9.6.ebuild dev-python/eyeD3/metadata.xml X-VCS-Directories: dev-python/eyeD3/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 5106d6f4999692646d1f7aadc98a95eb20e14277 X-VCS-Branch: master Date: Mon, 28 Dec 2020 20:06:29 +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: 2f492be4-160c-4177-aaab-f86207f74941 X-Archives-Hash: c636ec2f8ae3f0e44c1fe34dad4333d0 commit: 5106d6f4999692646d1f7aadc98a95eb20e14277 Author: Michał Górny gentoo org> AuthorDate: Mon Dec 28 20:03:38 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Dec 28 20:06:07 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5106d6f4 dev-python/eyeD3: Update remote-id Signed-off-by: Michał Górny gentoo.org> dev-python/eyeD3/eyeD3-0.9.6.ebuild | 6 +++--- dev-python/eyeD3/metadata.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-python/eyeD3/eyeD3-0.9.6.ebuild b/dev-python/eyeD3/eyeD3-0.9.6.ebuild index 79cdf41bddb..3196362443a 100644 --- a/dev-python/eyeD3/eyeD3-0.9.6.ebuild +++ b/dev-python/eyeD3/eyeD3-0.9.6.ebuild @@ -34,12 +34,12 @@ distutils_enable_tests pytest src_prepare() { # requires unpackaged factory-boy, doesn't seem to relevant # to anything but eyeD3 usage with factory-boy - rm test/test_factory.py || die + rm tests/test_factory.py || die # requires unpackaged grako - rm test/test_display_plugin.py || die + rm tests/test_display_plugin.py || die if use test; then - mv "${WORKDIR}"/eyeD3-test-data test/data || die + mv "${WORKDIR}"/eyeD3-test-data tests/data || die fi distutils-r1_src_prepare diff --git a/dev-python/eyeD3/metadata.xml b/dev-python/eyeD3/metadata.xml index 0f50ed7380b..9dfe6d4c3e1 100644 --- a/dev-python/eyeD3/metadata.xml +++ b/dev-python/eyeD3/metadata.xml @@ -10,6 +10,6 @@ Python - eyeD3 + eyed3